Fix typo in cmd
This commit is contained in:
parent
66aea2f30b
commit
00414e100a
@ -101,7 +101,7 @@ func ActionServe(c *cli.Context) error {
|
||||
}()
|
||||
|
||||
// Start RTMP-server
|
||||
rtmpServer.Logger.Infow("Starting RTMP server.", "listen_addr", s.ListenAddr)
|
||||
rtmpServer.Logger.Infow("Starting RTMP server.", "listen_addr", rtmpServer.ListenAddr)
|
||||
if err := rtmpServer.Listen(); err != nil {
|
||||
return cli.Exit(err, ExitGenericError)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user