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.