Page 1 of 1

[HELP] Problem for playing a MJPG stream

Posted: 14 May 2012 16:39
by Damz
Hello,

I have a problem to play a simple JPG stream, with vlc-1.1.11 everything work perfectly but with vlc-2.0.1 i need to use the --http-continuous command to remove the Connection: close header from the HTTP request.

Code: Select all

vlc.exe --http-continuous "http://x.x.x.x/camera.jpg?fps=30"
The problem comes when i want to play the stream with a simple web page using the mozilla vlc plugin:

Code: Select all

<embed type="application/x-vlc-plugin" pluginspage="http://www.videolan.org" name="video1" autoplay="yes" loop="no" width="640" height="480" target="http://x.x.x.x/camera.jpg?fps=30" />
Before with vlc-1.1.11 this script worked, but not anymore. Is there a way to add the --http-continuous command with the mozilla plugin ?

Re: [HELP] Problem for playing a MJPG stream

Posted: 16 May 2012 10:07
by Damz
:(

Re: [HELP] Problem for playing a MJPG stream

Posted: 16 May 2012 13:28
by Jean-Baptiste Kempf
does it work with the .exe?

Re: [HELP] Problem for playing a MJPG stream

Posted: 24 May 2012 09:18
by Damz
yes, with the --http-continuous arg.

Re: [HELP] Problem for playing a MJPG stream

Posted: 24 May 2012 18:25
by Jean-Baptiste Kempf
How do you pass this option?

Re: [HELP] Problem for playing a MJPG stream

Posted: 29 May 2012 12:17
by Damz
vlc.exe --http-continuous "http://x.x.x.x/camera.jpg?fps=30" in command line, but i can't do that with the web plugin :(