How gst send rtp stream on imx6qp yocto2.1

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

How gst send rtp stream on imx6qp yocto2.1

589 Views
advten
Contributor I

I read the  linux_user's_guide.pdf,  but it only  introduced the gst receive RTP stream. Like this

$GSTL udpsrc do-timestamp=false uri=udp://10.192.241.255:10000 caps="application/x-rtp"
! rtpmp2tdepay ! aiurdemux streaming_latency=400 name=d d.
! queue ! vpudec ! queue ! overlaysink sync=true d. ! queue ! beepdec
! pulsesink sync=true

How used gst to send rtp stream on imx6qp. ? The system is yocto2.1

Tags (5)
0 Kudos
1 Reply

486 Views
joanxie
NXP TechSupport
NXP TechSupport

do you want to communicate udp between two boards? I tested with pc sending udp, if you need communicate between two boards. you can refer to the topic as below:

https://community.nxp.com/message/629872?commentID=629872#comment-629872 

0 Kudos