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"
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"
/>