i.MX6Q: How to install Gstreamer http source?

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

i.MX6Q: How to install Gstreamer http source?

跳至解决方案
3,569 次查看
Tarek
Senior Contributor I

Hi,

Did anyone install souphttpsrc or a similar http src?

Thanks

标签 (2)
0 项奖励
回复
1 解答
2,092 次查看
Ragan_Dunham
NXP Employee
NXP Employee

I do not have any specific advice as souphttpsrc is not officially supported by Freescale.  I am not certain what build environment you are using, but if you have not already I would check Yocto to see if there is support there (I did not check myself).  If so, even if you are not using Yocto you could determine the other dependencies pretty quickly.

Best Regards,

Ragan

在原帖中查看解决方案

0 项奖励
回复
5 回复数
2,093 次查看
Ragan_Dunham
NXP Employee
NXP Employee

I do not have any specific advice as souphttpsrc is not officially supported by Freescale.  I am not certain what build environment you are using, but if you have not already I would check Yocto to see if there is support there (I did not check myself).  If so, even if you are not using Yocto you could determine the other dependencies pretty quickly.

Best Regards,

Ragan

0 项奖励
回复
2,092 次查看
simon_cai
Contributor III

hi I am using imx6 BSP rootfs based L3.0.35_1.1.0_121218_source.

it support souphttpsrc!!!

you can test it as following ways:

1, udhcpc eth0; and gst-launch playbin2 uri=http://docs.gstreamer.com/media/sintel_trailer-480p.webm"

2,

a) use VLC to stream HTTP data. (mux=ts,without seekout),path:172.21.78.67:8080/1

b) at the end of imx6:

while true;do gst-launch souphttpsrc location=http://172.21.78.67:8080/1 ! mpegtsdemux name=ts ts. ! queue ! vpudec ! mfw_v4lsink sync=false ts. ! queue  ! beepdec ! alsasink sync=false -vvv; done

thx

baihui ADV


0 项奖励
回复
2,092 次查看
timothybean
Contributor IV

Hi Tarek,

I think for that you also need to install libsoup as well. I think it is dependent upon it. I have not tried to install it though.

Tim

0 项奖励
回复
2,092 次查看
simon_cai
Contributor III

hi I am using imx6 BSP rootfs based L3.0.35_1.1.0_121218_source.

it support souphttpsrc!!!

you can test it as following ways:

1, udhcpc eth0; and gst-launch playbin2 uri=http://docs.gstreamer.com/media/sintel_trailer-480p.webm"

2,

a) use VLC to stream HTTP data. (mux=ts,without seekout),path:172.21.78.67:8080/1

b) at the end of imx6:

while true;do gst-launch souphttpsrc location=http://172.21.78.67:8080/1 ! mpegtsdemux name=ts ts. ! queue ! vpudec ! mfw_v4lsink sync=false ts. ! queue  ! beepdec ! alsasink sync=false -vvv; done

thx

baihui ADV

0 项奖励
回复
2,092 次查看
Tarek
Senior Contributor I

Hi Tim,

I have installed libsoup then re-compiled gst-plugins-good.  Still no luck thought :smileysad:

Tarek

0 项奖励
回复