Skip to content

Commit

Permalink
remove test log
Browse files Browse the repository at this point in the history
  • Loading branch information
jaesung9507 committed Aug 19, 2022
1 parent 47bfeea commit 7942584
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,6 @@ func startRtmp(stream *rtmp.RtmpStream, hlsServer *hls.Server) {
if isRtmps {
certPath := configure.Config.GetString("rtmps_cert")
keyPath := configure.Config.GetString("rtmps_key")
log.Info(certPath)
log.Info(keyPath)
cert, err := tls.LoadX509KeyPair(certPath, keyPath)
if err != nil {
log.Fatal(err)
Expand Down

0 comments on commit 7942584

Please sign in to comment.