Page 1 of 1

Access http Read error: connection reset by peer.

Posted: 04 May 2013 06:01
by steinhak
Hello everyone.

I am using vlc 2.0.6 as a ip camera distributor in headless opensuse 12.3. My ip camera brand is Arecont vision and vlc is doing it's job flawlessly with h264 rtsp streams. But when I an trying to catch and distribute an continious mjpeg http stream I get a

[0x7fec50001398] main access error: Read error: Connection reset by peer
[0x7fec50001398] access_http access error: failed to read answer
[0x7fec50001398] main access error: Read error: Connection reset by peer
[0x7fec50001398] access_mms access error: failed to read answer
[0x7fec60000b28] main input error: open of `http://130.1.4.22/mjpeg' failed

every time. The strangest thing about is that the same version of vlc under windows plays this stream without any problems. What is the problem with linux then? Maybe I am missiong some library or command line parameter...? Please help.

Re: Access http Read error: connection reset by peer.

Posted: 04 May 2013 07:39
by RĂ©mi Denis-Courmont
The camera is closing the connection unexpectedly.

Re: Access http Read error: connection reset by peer.

Posted: 04 May 2013 08:12
by steinhak
Well, why isn't it a problem under windows? Wget also works just fine...