i.MX6 Sabre SD Video Audio streaming over Ethernet

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

i.MX6 Sabre SD Video Audio streaming over Ethernet

1,798 Views
vidyasagar
Contributor III

Hi All,

I am able to stream video alone over Ethernet but need to stream video as well as audio over Ethernet through gst command from i.MX6 to host PC,

Please any one suggest me gst command to stream video as well as audio over Ethernet.

Thanks,

Vidya

Tags (3)
3 Replies

907 Views
justin_jiang
NXP Employee
NXP Employee

nice -n -19  gst-launch filesrc location=H264_AVC_1080p_30fps_27Mbps_mp3.avi typefind=true ! aiurdemux name=d d. ! queue ! rtph264pay ! udpsink port=5000 host=10.192.242.255 sync=true d.! queue ! rtpmpapay ! udpsink port=5002 host=10.192.242.255 sync=true &

you can try this one

907 Views
vidyasagar
Contributor III

Hi Jiang,

No, i do not get any luck by using the command as you suggested.

kindly let me know suitable command which can stream video and audio on real time from i.MX6 sabre sd board to client PC and vice versa.

Thanks,

Vidya

0 Kudos

907 Views
justin_jiang
NXP Employee
NXP Employee

The Ethernet can't guarantee the latency of v/a transmission for a real time playback.

I think AVB solution may help you for it.

i.MX6Q has a FIQ AVB solution, you can check below link for "i.MX6 AVB Demo Implementation".

https://community.freescale.com/docs/DOC-95578