Gstreamer SRT problem
lyamc
lyamcwitherow at gmail.com
Sun May 2 22:09:58 UTC 2021
I ran into the same problem. This fixed it:
gst-launch-1.0 gdiscreencapsrc x=0 y=0 width=1920 height=1080 cursor=TRUE !
videoconvert ! x264enc bitrate=32000 tune=zerolatency speed-preset=veryfast
byte-stream=true key-int-max=15 intra-refresh=true ! video/x-h264,
profile=baseline, framerate=60/1 ! queue max-size-buffers=0 max-size-time=0
max-size-bytes=0 min-threshold-time=100000000 ! mpegtsmux name=muxer !
srtsink uri=srt://my-server-ip:5000/
--
Sent from: http://gstreamer-devel.966125.n4.nabble.com/
More information about the gstreamer-devel
mailing list