rtp client and matroskamux generate stalled webm file
putrasto
putrasto at oita-apc.co.jp
Fri Feb 2 01:34:04 UTC 2018
i think i can solve it but i am not sure what the reason behind it
if i set "max-cluster-duration=1000000000" (i believe this is 1 sec)
to the webmux then the result webm will continuously play.
gst-launch-1.0 -v -m rtpbin name=rtpbin latency=0 \
udpsrc caps=$VIDEO_CAPS address=localhost port=5000 ! rtpbin.recv_rtp_sink_0
rtpbin. ! rtpvp8depay ! queue ! webmmux max-cluster-duration=1000000000
name=mux ! \
filesink location=output.webm udpsrc address=localhost port=5001 ! \
rtpbin.recv_rtcp_sink_0 rtpbin.send_rtcp_src_0 ! udpsink host=localhost
port=5005 sync=true async=false
--
Sent from: http://gstreamer-devel.966125.n4.nabble.com/
More information about the gstreamer-devel
mailing list