Greeting,
I m trying to get the stream from an external camera through broadcasting but unfortionnatly, my gstreamer pipeline is stuck just before the starting the phase of playing .
this is the following pipeline i m using :
gst-launch-1.0 -m udpsrc timeout=1000000000 uri="udp://239.1.43.43:53340" caps="application/x-rtp, encoding-name=H264" ! rtpjitterbuffer ! rtpmp2tdepay ! tsdemux ! h264parse ! queue ! vpudec ! videoconvert ! autovideosink
and this is the host HW configuration :
this is what i get when i try to launch the pipeline :
I even try to print the pipeline to see what it is missing and i found out the the link between tsdemux and h264parse is non existent ( ouptut.pdf file )
feel free to ask for more information I am really in need of help
Zak