Re: [Live-devel] rtsp and keeping alive connection with rtcp packets

2008-06-05 Thread Ross Finlayson
At 02:49 AM 6/5/2008, you wrote: I may have found the problem. I tested april 2008 version and it worked ! so i compared april and may 2008 versions and found something in RTSPClient.cpp, line 983 2008.04.02 RTSPClient.cpp line 983 : subsession.setDestinations(fServerAddress); 2008.05.1

Re: [Live-devel] rtsp and keeping alive connection with rtcp packets

2008-06-05 Thread
> It does. I don't know why your camera would not be receiving these packets. I may have found the problem. I tested april 2008 version and it worked ! so i compared april and may 2008 versions and found something in RTSPClient.cpp, line 983 2008.04.02 RTSPClient.cpp line 983 : subsessi

Re: [Live-devel] rtsp and keeping alive connection with rtcp packets

2008-06-05 Thread Anthony Champagne
>>I've experienced the same problem with RTP/UDP. >>My problem is that the live555 library takes IP address of the RTCP >>packet destination in the SDP description (RTSP proto). >>My camera doesn't give this address in the c= field (if I remember >>well), it fills it with 0.0.0.0, so the library

Re: [Live-devel] rtsp and keeping alive connection with rtcp packets

2008-06-04 Thread
> >Why doesn't live555 sends this type of packet to keep the connection alive ? > > It does. I don't know why your camera would not be receiving these packets. Well, in my case it doesn't, because I looked at network traffic with wireshark, and my computer sends nothing after the play request

Re: [Live-devel] rtsp and keeping alive connection with rtcp packets

2008-06-04 Thread Ross Finlayson
I've experienced the same problem with RTP/UDP. My problem is that the live555 library takes IP address of the RTCP packet destination in the SDP description (RTSP proto). My camera doesn't give this address in the c= field (if I remember well), it fills it with 0.0.0.0, so the library send RTCP

Re: [Live-devel] rtsp and keeping alive connection with rtcp packets

2008-06-04 Thread Ross Finlayson
Hi I am working with an axis camera which streams mpeg4 video. When I try to receive the video with live555, It works fine for about 60 sec, and then the axis server sends a goodbye message. (the protocl is RTSP // UDP/RTP) Then I tried it with their web interface (which uses rtsp too), and

Re: [Live-devel] rtsp and keeping alive connection with rtcp packets

2008-06-04 Thread Anthony Champagne
de M&Ms M&Ms Envoyé : mercredi 4 juin 2008 14:24 À : [EMAIL PROTECTED] Objet : [Live-devel] rtsp and keeping alive connection with rtcp packets Hi I am working with an axis camera which streams mpeg4 video. When I try to receive the video with live555, It works fine for about 60 sec,

[Live-devel] rtsp and keeping alive connection with rtcp packets

2008-06-04 Thread
Hi I am working with an axis camera which streams mpeg4 video. When I try to receive the video with live555, It works fine for about 60 sec, and then the axis server sends a goodbye message. (the protocl is RTSP // UDP/RTP) Then I tried it with their web interface (which uses rtsp too), and I