Broadcast stream with gstreamer on imx8mp

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Broadcast stream with gstreamer on imx8mp

947 Views
zsabhi
Contributor I

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 :

  • Imx8mp 
  • linux with Xwayland distro 

 

this is what i get when i try to launch the pipeline : 

zsabhi_0-1686742875934.png

 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

 

 

Labels (1)
0 Kudos
Reply
0 Replies