continous playback of mp4 files - pipeline stuck

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

continous playback of mp4 files - pipeline stuck

hammerwerfer
Hi,
 
i use the following pipeline to try to play a mp4 file:
 
gst-launch-1.0 filesrc location=20160630_152310.mp4 ! qtdemux name=d d.video_0 ! queue ! decodebin  ! concat name=convid adjust-base=false ! streamsynchronizer name=ss ss.src_0 ! videoconvert ! xvimagesink d.audio_0 ! queue ! decodebin ! concat name=conaud adjust-base=false ss.src_1 ! audioconvert ! autoaudiosink
 
This pipeline shows no errors. The playback starts but i only see the first picture then the pipeline stucks. What is wrong here?
 
At this point the concat and streamsynchronizer seems to be unnecessary but i want to add more filesrc elements and link them to the concat elements accordingly. First of all i wanted it to work with one file before adding more complexity.
 
Thanks,
Jens

_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel