Muxing audio video stops when audio missing

Myzhar myzhar at gmail.com
Thu Feb 23 11:15:06 UTC 2017


I found the solution: "liveadder"

this is the pipeline I'm using to save the streaming and it works like a
clock!

gst-launch-1.0 -e udpsrc do-timestamp=true multicast-iface="LAN_Console"
multicast-group=239.0.0.12 auto-multicast=true port=16001 !
"application/x-rtp, encoding-name=H264, payload=96" ! rtph264depay !
h264parse ! queue ! mux.video udpsrc do-timestamp=true
multicast-iface="LAN_Console" multicast-group=239.0.0.12 auto-multicast=true
port=16002 !
"application/x-rtp,media=audio,clock-rate=44100,width=16,height=16,encoding-name=L16,encoding-params=1,channels=1,payload=11"
! rtpL16depay ! audioconvert ! liveadder ! voaacenc ! aacparse ! queue !
mux.audio_0 splitmuxsink name=mux location=test_%06d.mp4
max-size-time=60000000000 max-size-bytes=10000000



--
View this message in context: http://gstreamer-devel.966125.n4.nabble.com/Muxing-audio-video-stops-when-audio-missing-tp4681988p4681999.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.


More information about the gstreamer-devel mailing list