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