fix -> :
This commit is contained in:
parent
7667068437
commit
d95947d4ec
1 changed files with 1 additions and 1 deletions
|
|
@ -215,7 +215,7 @@ func (manager *RemoteManager) ChangeResolution(width int, height int, rate int)
|
|||
manager.video = video
|
||||
|
||||
if manager.broadcast.Enabled {
|
||||
rtmp, err = gst.CreateRTMPPipeline(
|
||||
rtmp, err := gst.CreateRTMPPipeline(
|
||||
manager.config.Device,
|
||||
manager.config.Display,
|
||||
manager.broadcast.RTMP,
|
||||
|
|
|
|||
Loading…
Reference in a new issue