Re: [Live-devel] Send RTCP from RTSPClient

2015-02-12 Thread Ross Finlayson
Miguel, As of the latest version (2015.02.12) of the “LIVE555 Streaming Media” code, it is now possible to send custom RTCP “APP” packets from RTSP clients (by accessing the “RTCPInstance” object - e.g., by calling “MediaSubsession::rtcpInstance()” - and calling “RTCPInstance:sendAppPacket()”)

Re: [Live-devel] BUG: proxyServer crashes when turn the camera off

2015-02-12 Thread Ross Finlayson
Sergio, Unfortunately, right now I can’t explain why you’re seeing this crash. Ross Finlayson Live Networks, Inc. http://www.live555.com/ ___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/live-devel

Re: [Live-devel] RTCP APP packet handling

2015-02-12 Thread Ross Finlayson
> I can’t compile RTCP.cpp in Windows(because in Windows, it’s not have > snprintf.). Thanks for the report. I’ve now installed a new version (2015.02.12) of the code that should fix this. Ross Finlayson Live Networks, Inc. http://www.live555.com/ _

Re: [Live-devel] live555 rtsp bug?

2015-02-12 Thread Ross Finlayson
Sorry, but if your server (Samsung RTSP camera) is including an incorrect “Content-Length:” value in its “DESCRIBE” responses, then it has a bug, and needs to be fixed. (Perhaps a firmware upgrade is available?) If you want me to check this for sure, then please put one of these cameras on the

Re: [Live-devel] live555 rtsp bug?

2015-02-12 Thread Lewis Roberts
Paco, just curious. I have an SNH-E6440BN and the "onvif" URI location does work but I don't use it. Has the model camera you have got just rtsp://admin:password@123.234.56.789:554/profile2/media.smp (without /onvif) also available and does that exhibit the same problem? I use OpenRTSP with my came

Re: [Live-devel] live555 rtsp bug?

2015-02-12 Thread Francisco Javier Cabello Torres
Hi, I found the problem. The camera is giving me a incorrect Content-Length for SDP. Content-Length is 694, and that's what live555 recognizes as SDP: v=0 o=- 0 0 IN IP4 88.26.249.208 s=Media Presentation i=samsung c=IN IP4 0.0.0.0 b=AS:2632 t=0 0 a=control:rtsp://admin:X@123.234.56.7

[Live-devel] Send RTCP from RTSPClient

2015-02-12 Thread Miguel Orenes
Hi Ross, I am working on a media stream system by doing a massive use of live555, on some environment we are having some packaging lost and I would like to send some feedback from my RTSPClient in order to readapt our flow on these problematic environments. The point is I cannot find any example

Re: [Live-devel] live555 rtsp bug?

2015-02-12 Thread Francisco Javier Cabello Torres
Hi, you are right, the sample I sent is the result of v2014.11.12 but I am experimenting the same behaviour with v2015.02.10. If someone would like to test it I can send user and password by email (it's a customer camera and I am not allowed to publish in a public list). Regards, Paco 2015-02-1

Re: [Live-devel] live555 rtsp bug?

2015-02-12 Thread Deanna Earley
The sample output suggests otherwise: User-Agent: ./testRTSPClient (LIVE555 Streaming Media v2014.11.12) -- Deanna Earley | Lead developer | icatchercctv w: www.icode.co.uk/icatcher | t: 01329 835335 | f: 01329 835338 Registered Office : 71 The Hundred, Romsey, S

Re: [Live-devel] RTCP APP packet handling

2015-02-12 Thread ChaseopIm
Hi. I can't compile RTCP.cpp in Windows(because in Windows, it's not have snprintf.). When I used strncpy instead of snprintf, it's compiled. snprintf(nameBytes, 4, "%s", name); => strncpy(nameBytes, name, 4); thanks. ___ live-devel mailing lis

Re: [Live-devel] BUG: proxyServer crashes when turn the camera off

2015-02-12 Thread sergio
Hi Ross; I am sorry to take so long to reply. I was testing the my code in linux (ubuntu 32 bits) and this problem doesn't happen at all. As I said before, this may be something related to VS2013. I copied the call stack from VS and this is shown below. *** > server.exe!MediaSubs

Re: [Live-devel] live555 rtsp bug?

2015-02-12 Thread Francisco Javier Cabello Torres
Hi, thanks for your reply. The version I'm testing with is from 2015.02.05, so I guess I'm testing with the latest one. Regars, Paco 2015-02-12 12:28 GMT+01:00 Deanna Earley : > I suggest you try the latest liveMedia. > > 2014.11.28 added a fix for parsing of responses that may be related. > >

Re: [Live-devel] live555 rtsp bug?

2015-02-12 Thread Deanna Earley
I suggest you try the latest liveMedia. 2014.11.28 added a fix for parsing of responses that may be related. Besides, anything other than the latest version is unsupported ☺ -- Deanna Earley | Lead developer | icatchercctv w: www.icode.co.uk/icatcher | t: 01329 83

[Live-devel] live555 rtsp bug?

2015-02-12 Thread Francisco Javier Cabello Torres
Hi, I am trying to receive video from a Samsung IP camera (Samsung SNB-6010) using testRTSPClient (I get the same error with openRTSP) but it doesn't work. The problem appears during RTSP negotiation. Live555 send DESCRIBE and SETUP, but it doesn't send PLAY command. This is the traffic captured