mirror of
https://github.com/bluenviron/mediamtx.git
synced 2025-12-25 04:22:00 -08:00
remove tune=zerolatency from gstreamer recommended settings
This commit is contained in:
parent
398c5af969
commit
a67e8b13b1
1 changed files with 1 additions and 1 deletions
|
|
@ -515,7 +515,7 @@ width = 800
|
|||
height = 600
|
||||
|
||||
out = cv2.VideoWriter('appsrc ! videoconvert' + \
|
||||
' ! x264enc speed-preset=ultrafast tune=zerolatency bitrate=600' + \
|
||||
' ! x264enc speed-preset=ultrafast bitrate=600' + \
|
||||
' ! rtspclientsink location=rtsp://localhost:8554/mystream',
|
||||
cv2.CAP_GSTREAMER, 0, fps, (width, height), True)
|
||||
if not out.isOpened():
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue