Is it possible to connect VLC directly to either
http://80.81.48.4/cgi-bin/guestimage.html (which is JPG 2 FPS)
or
http://219.101.248.138:8106/cgi-bin/guestimage.html (which seems to be MJPG 25 FPS)
Currently i'm trying a software called Cyeweb to turn JPG 2 FPS into an MMS stream, but i'd love to use VLC directly.
// edit:
from what i found out i can play "http://134.130.215.212/cgi-bin/faststre ... ream=MxPEG" in my Windows VLC...but when i attach it to the command line of my CentOS Box
Code: Select all
# vlc -vvv http://134.130.215.212/cgi-bin/faststream.jpg?stream=MxPEG --sout='#standard{access=mmsh,mux=asfh,url=0.0.0.0:8800}' --mjpeg-fps=2 --no-audio
Code: Select all
[00000309] mjpeg demuxer debug: MIME boundary not found in 15360 bytes of data
[00000309] mjpeg demuxer debug: MIME boundary not found in 20480 bytes of data
[00000309] mjpeg demuxer debug: MIME boundary not found in 25600 bytes of data
[00000309] mjpeg demuxer debug: MIME boundary not found in 30720 bytes of data
[00000309] mjpeg demuxer debug: MIME boundary not found in 35840 bytes of data
[00000309] mjpeg demuxer debug: MIME boundary not found in 40960 bytes of data
[00000309] mjpeg demuxer debug: MIME boundary not found in 46080 bytes of data