[Live-devel] Closing connection after DESCRIBE?

2014-03-11 Thread Roman Gaufman
Hi there, I'm trying to implement a monit (or equivalent) check that a stream is available and if not, to check if the camera is alive (with ping) and report an issue if it's not. I am sending this to the live555ProxyServer: DESCRIBE rtsp://localhost/proxyStream RTSP/1.0 CSeq: 1 To which it res

Re: [Live-devel] Larger streams breaking when opened through live555ProxyServer

2013-06-09 Thread Roman Gaufman
pv4.tcp_mem='8388608 8388608 8388608' sysctl -w net.ipv4.route.flush=1 followed by restarting live555ProxyServer, it made no difference :( You can see the videos being recorded with ffmpeg from live555ProxyServer here: http://monitor.zanview.com ny ideas at all what is causing this?

Re: [Live-devel] Setting the frame rate and resolution during the rtsp connection

2013-05-10 Thread Roman Gaufman
Some cameras have rtsp://ip/media?width=640&height=480&fps=30 - other cameras have profiles like rtsp://ip/axis-media/media.amp?videocodec=h264&streamprofile=highquality - others will not allow specifying quality/profile/fps at all in the URL. These days, cameras that support ONVIF can be configur

Re: [Live-devel] live555ProxyServer freezes after upgrading from 2012.12.24

2013-04-08 Thread Roman Gaufman
Thanks a bunch Ross, the latest version 2013.04.06 doesn't exhibit any such problems with the cameras I have on test here. Everything is working beautifully! I will report if there are any problems. Thanks again for adding a workaround so quickly. On 5 April 2013 18:19, Ross Finlayson wrote:

Re: [Live-devel] live555ProxyServer freezes after upgrading from 2012.12.24

2013-04-05 Thread Roman Gaufman
On 4 April 2013 10:16, Ross Finlayson wrote: > I find this very difficult to believe - especially considering that nobody > else has reported this problem. > I'm not sure what to say but GET_PARAMETER is causing problems with almost all cameras I have here to test (excluding a Chinese no brand o

Re: [Live-devel] live555ProxyServer freezes after upgrading from 2012.12.24

2013-04-04 Thread Roman Gaufman
Thanks for your fast reply. Unfortunately it appears to happen on all branded cameras I have to test: ACTi, Sony, Axis, D-Link, Vivotek and Lilin. I updated the firmware on this specific Sony camera to the latest last week. It appears to be a very typical response to kill the connection when rece

Re: [Live-devel] live555ProxyServer freezes after upgrading from 2012.12.24

2013-04-04 Thread Roman Gaufman
Hi, sorry, it's a dynamic IP and there was a power cut: rtsp://86.146.238.165/media/video1 On 4 April 2013 03:56, Ross Finlayson wrote: > The stream will freeze after a few minutes. When the stream is opened > directly, it does not freeze: > > ./testProgs/testRTSPClient rtsp://86.146.236.49/me

[Live-devel] live555ProxyServer freezes after upgrading from 2012.12.24

2013-04-03 Thread Roman Gaufman
With version 2012.12.24, live555ProxyServer can proxy Sony, Vivotek, Axis and other IP cameras, but after upgrading to 2013.01.25 or newer (tried with 2013.04.01 also), the proxy freezes with all of the above IP cameras. I have made a stream publicly available, to reproduce, run: ./proxyServer/li

Re: [Live-devel] OutPacketBuffer::maxSize should be larger by default?

2013-04-03 Thread Roman Gaufman
This unfortunately seems more common than not. I have several Axis, Vivotek, Sony, ACTi, D-Link, Lilin and Chinese no brand cameras and they are all generating ridiculously large frames :( Maybe the value can be an argument option without having to recompile? - Or maybe it can be larger but still

[Live-devel] OutPacketBuffer::maxSize should be larger by default?

2013-04-02 Thread Roman Gaufman
Hey, Every camera I use these days seems to exceed the default OutPacketBuffer::maxSize by quite a large margin, e.g. MultiFramedRTPSink::afterGettingFrame1(): The input frame data was too large for our buffer size (60804). 116669 bytes of trailing data was dropped! Correct this by increasing "

Re: [Live-devel] Unable to proxy mjpeg with live555ProxyServer

2013-03-30 Thread Roman Gaufman
No change :( After recompiling with OutPacketBuffer::maxSize = 20; at the start of main(), I get this: $ live555ProxyServer -V rtsp://192.168.0.221/live2.sdp LIVE555 Proxy Server (LIVE555 Streaming Media library version 2013.03.23) Opening connection to 192.168.0.221, port 554... RTSP stre

Re: [Live-devel] Unable to proxy mjpeg with live555ProxyServer

2013-03-29 Thread Roman Gaufman
The MJPEG stream is only 3fps, there is no packet loss, it's a 1gbit network and nothing else is streaming on the network. Opening the camera RTSP stream with VLC works fine, no errors, opening the RTSPRoxy stream with VLC, I get audio only. Opening direct from the camera with openRTSP works just

Re: [Live-devel] Unable to proxy mjpeg with live555ProxyServer

2013-03-29 Thread Roman Gaufman
The debug output from live555ProxyServer looks like this: $ live555ProxyServer -V rtsp://192.168.0.221/live2.sdp LIVE555 Proxy Server (LIVE555 Streaming Media library version 2013.03.07) Opening connection to 192.168.0.221, port 554... RTSP stream, proxying the stream "rtsp://192.168.0.221/live

[Live-devel] Unable to proxy mjpeg with live555ProxyServer

2013-03-29 Thread Roman Gaufman
Hi there, I have an IP camera that gives MJPEG over RTSP, I'm trying to proxy the stream with: $ live555ProxyServer rtsp://192.168.0.221/live2.sdp When I use the openRTSP client like so: $ ./openRTSP rtsp://127.0.0.1:10110/proxyStream The output looks like this: http://pastie.org/7167135 - liv

Re: [Live-devel] Ability to specify port number

2012-12-09 Thread Roman Gaufman
I tried specifying 3 x 1080p sources and 8 x D1 sources and the result was horrible, frames were jumping back and forth and some sources would freeze after a while - since adding the patch and running a separate server per port all quality and stability issues went away. Sent from my iPad On 1

[Live-devel] Ability to specify port number

2012-12-09 Thread Roman Gaufman
Here is a simple patch to allow specifying a port number, e.g. ./proxyServer/live555ProxyServer -p 10001 ... I often need to run multiple proxy servers on different ports, this allows to pass a port number as an argument to live555ProxyServer and I think would make a great addition if it were inc

Re: [Live-devel] rtsp server for live audio

2012-10-29 Thread Roman Gaufman
Anything similar for linux? On 28 October 2012 17:50, Ross Finlayson wrote: > i find WindowsAudioInputDevice maybe a way to stream live audio.but i > could not find any documents or examples about how to use > > > From : > "This is an implementation of the "liv

Re: [Live-devel] RTCPInstance error: Hit limit when reading incoming packet over TCP. Increase "maxRTCPPacketSize"

2012-10-15 Thread Roman Gaufman
Just to follow up, I tried with UDP also and the proxy seems to just freeze after a while and take 100% cpu - I then need to killall -9 live555ProxyServer and restart it to make it receive data again. On 14 October 2012 14:52, Roman Gaufman wrote: > Thank you for a detailed explanation, but

[Live-devel] RTCPInstance error: Hit limit when reading incoming packet over TCP. Increase "maxRTCPPacketSize"

2012-10-13 Thread Roman Gaufman
I'm reading from a Sony IP cameras, I'm running: ./live/proxyServer/live555ProxyServer -t "rtsp://192.168.88.13/media/video1" I'm then trying to read the RTSP with: ./live/testProgs/openRTSP 'rtsp://192.168.0.2:554/proxyStream' After a while, the stream freezes and I'm getting: RTCPInstance err