mirror of
https://github.com/m1k1o/neko.git
synced 2025-08-04 01:09:27 +02:00
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…
Add table
Add a link
Reference in a new issue