Browse Source

remove test log

pull/212/head
Jae-Sung Lee 3 years ago
parent
commit
7942584156
  1. 2
      main.go

2
main.go

@ -47,8 +47,6 @@ func startRtmp(stream *rtmp.RtmpStream, hlsServer *hls.Server) { @@ -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)

Loading…
Cancel
Save