Unable to play jpeg file from HTTP stream using neon

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Unable to play jpeg file from HTTP stream using neon

Debsu
I am trying to play a jpeg image from the URL : http://i.ytimg.com/vi/9lKUwBCIBzA/default.jpg using neon through the following command:
gst-launch neonhttpsrc location=http://i.ytimg.com/vi/9lKUwBCIBzA/default.jpg ! jpegdec ! xvimagesink
But , I am getting an error:

Setting pipeline to PAUSED ...
ERROR: Pipeline doesn't want to pause.
ERROR: from element /GstPipeline:pipeline0/GstNeonhttpSrc:neonhttpsrc0: Could not open resource for reading.
Additional debug info:
gstneonhttpsrc.c(592): gst_neonhttp_src_start (): /GstPipeline:pipeline0/GstNeonhttpSrc:neonhttpsrc0:
Could not begin request: 5
Setting pipeline to NULL ...
FREEING pipeline ...

However, using curl I am able to fetch the jpeg file.



Reply | Threaded
Open this post in threaded view
|

Re: Unable to play jpeg file from HTTP stream using neon

Florent THIERY-2
Hi

> gst-launch neonhttpsrc location=http://i.ytimg.com/vi/9lKUwBCIBzA/default.jpg ! jpegdec ! xvimagesink

Works for me (0.10.21). What version are you using ?

------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: Unable to play jpeg file from HTTP stream using neon

Debsu
Hi,

Did you use the same command?? Here I am using gstreamer 10.22 and getting that error. Is it because of proxy setting? But then same proxy setting I can retrieve that file using LibCurl.