i.MX6 Sabre SD Video Audio streaming over Ethernet

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

i.MX6 Sabre SD Video Audio streaming over Ethernet

2,020 次查看
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

标记 (3)
3 回复数

1,129 次查看
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

1,129 次查看
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 项奖励
回复

1,129 次查看
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