mirror of
https://github.com/legop3/MultiRoombaRover.git
synced 2026-09-15 17:12:59 -04:00
giuhu
This commit is contained in:
+1
-1
@@ -284,5 +284,5 @@ func derivePublishURL(serverURL, roverName string, port int) (string, error) {
|
||||
port = 9000
|
||||
}
|
||||
streamName := url.PathEscape(roverName)
|
||||
return fmt.Sprintf("srt://%s:%d?streamid=#!::r=%s,m=publish&latency=20&mode=caller&transtype=live&pkt_size=1316", host, port, streamName), nil
|
||||
return fmt.Sprintf("srt://%s:%d?streamid=#!::r=%s,m=publish&latency=10&mode=caller&transtype=live&pkt_size=1316", host, port, streamName), nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user