Streaming from IP camera to web page
Posted: 29 Dec 2009 21:39
I am using a level one IP camera model FCS-5030 and vlc 0.9 on openSuse 11.1 to stream the video feed to a web page. I can do this successfully, however many times if I have to stop the vlc stream and restart it, it takes me a few tries to get it going again, the server just shows similar to this:
[0x80fc048] main input debug: Buffering 5%
[0x80fc048] main input debug: Buffering 5%
[0x80fc048] main input debug: Buffering 5%
[0x80fc048] main input debug: Buffering 5%
[0x80fc048] main input debug: Buffering 5%
[0x80fc048] main input debug: Buffering 5%
[0x80fc048] main input debug: Buffering 5%
the code I am using is: sudo -u vlc vlc -vv rtsp://204.248.176.212:1025/cgi-bin/live.sdp --sout '#standard{access=http,mux=asf,dst=:8080}'
I cannot seem to figure out why this is happening. Any help is greatly appreciated.
[0x80fc048] main input debug: Buffering 5%
[0x80fc048] main input debug: Buffering 5%
[0x80fc048] main input debug: Buffering 5%
[0x80fc048] main input debug: Buffering 5%
[0x80fc048] main input debug: Buffering 5%
[0x80fc048] main input debug: Buffering 5%
[0x80fc048] main input debug: Buffering 5%
the code I am using is: sudo -u vlc vlc -vv rtsp://204.248.176.212:1025/cgi-bin/live.sdp --sout '#standard{access=http,mux=asf,dst=:8080}'
I cannot seem to figure out why this is happening. Any help is greatly appreciated.