Le 2015-03-02 21:10, Russell a écrit : > gst-launch-1.0 -vet souphttpsrc > location=http://username:password@ip/Streaming/channels/ID/httppreview > ! jpegdec ! v4l2sink You could simplify and do: gst-launch-1.0 uridecodebin uri=http://username:password@ip/Streaming/channels/ID/httppreview ! v4l2sink Works for RTSP too. Nicolas