Re: [Live-devel] testRTSPClient / H.264 Network Camera Stream

2013-04-05 Thread Ross Finlayson
> I am experimenting with the testRTSPClient app to develop a DirectShow > source filter to connect to a network camera outputting an H.264 > video stream. The app successfully connects to the camera and shows the > following continuous output: > ... > Stream "rtsp://192.168.1.7:65534/videoSu

Re: [Live-devel] Not receiving frames from H264 stream

2013-04-05 Thread Ross Finlayson
> I should have finished working through the advice in the FAQ - openRTSP > successfully streamed from my cameras with the -t option, and setting the > fourth argument of setupSubsession() to true fixed my problems. > > I also found that I did not need to specify the video resolution in order to

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

2013-04-05 Thread Ross Finlayson
> Could this problem be related to another issue I’ve recently had with using > proxy server with vlc as the back end server. The RTSP session timeout is > hardcoded to 60 secs in VLC . The VLC RTSP server does support GET_PARAMETER > and PAUSE as shown in OPTIONS. But when live555 proxy client

Re: [Live-devel] Unitialized memory in RTPReceptionStats

2013-04-05 Thread Ross Finlayson
> I know you don’t like valgrind tool I *do* like "valgrind". The problem with it, however, is that it frequently reports 'errors' that aren't really errors. Therefore, I generally don't pay attention when people send me "valgrind" reports, unless they can also note a specific problem in the c

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

2013-04-05 Thread Castelino, Reynel
Ross, Could this problem be related to another issue I've recently had with using proxy server with vlc as the back end server. The RTSP session timeout is hardcoded to 60 secs in VLC . The VLC RTSP server does support GET_PARAMETER and PAUSE as shown in OPTIONS. But when live555 proxy client

[Live-devel] Unitialized memory in RTPReceptionStats

2013-04-05 Thread PROMONET Michel
Hi Ross, I know you don't like valgrind tool, but it reports use of uninitialized memory : Conditional jump or move depends on uninitialised value(s) (see: http://valgrind.org/docs/manual/mc-manual.html#mc-manual.uninitvals) at 0x1036E23: RTCPInstance::enqueueReportBlock(

Re: [Live-devel] live-devel Digest, Vol 114, Issue 8

2013-04-05 Thread Shrishty Deorari
dicated (by a "Session:" header > > "timeout" parameter in the "SETUP" response) that it wants to receive > > periodic in-session "GET_PARAMETER" commands instead. (Some servers have > > another bug whereby they don't use RTCP &qu

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

2013-04-05 Thread Ross Finlayson
> I've compiled the latest version and unfortunately I'm seeing the exact same > output as above, after about 2 and a half minutes of streaming, I see this: > > Sending request: GET_PARAMETER rtsp://86.162.35.136/axis-media/media.amp/ > RTSP/1.0 Oops, sorry - my mistake. My earlier 'fix' wasn'

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

2013-04-05 Thread Ross Finlayson
> I've compiled the latest version and unfortunately I'm seeing the exact same > output as above, after about 2 and a half minutes of streaming, I see this: > > Sending request: GET_PARAMETER rtsp://86.162.35.136/axis-media/media.amp/ > RTSP/1.0 You must not have upgraded properly. With the la

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

[Live-devel] testRTSPClient / H.264 Network Camera Stream

2013-04-05 Thread tboonefisher
THANKS!!! For a VERY NICE library. I am experimenting with the testRTSPClient app to develop a DirectShow source filter to connect to a network camera outputting an H.264 video stream. The app successfully connects to the camera and shows the following continuous output: ... Stream "rtsp://

Re: [Live-devel] Not receiving frames from H264 stream

2013-04-05 Thread Kerry Loux
I should have finished working through the advice in the FAQ - openRTSP successfully streamed from my cameras with the -t option, and setting the fourth argument of setupSubsession() to true fixed my problems. I also found that I did not need to specify the video resolution in order to get a prope