Re: [Live-devel] Unable to stream RTSP using Live555 proxy server

2012-07-16 Thread Ross Finlayson
> We would be grateful if you could elaborate on what you mean by non-standard > metadata I mean that the "metadata" keyword used in the following SDP lines in your camera's stream: m=metadata 0 RTP/AVP 97 a=rtpmap:97 METADATA/64000 are non-standard - i.e., not defined by any

Re: [Live-devel] Unable to stream RTSP using Live555 proxy server

2012-07-16 Thread Saurabh Gandhi
Dear Ross, We would be grateful if you could elaborate on what you mean by non-standard metadata since we are trying to report the same issue to our camera vendor. Awaiting your response. Thank you. -- Regards, Saurabh Gandhi On Sat, Jul 7, 2012 at 10:32 AM, Kiran P. Thakkar wrote: > Dear R

Re: [Live-devel] Unable to stream RTSP using Live555 proxy server

2012-07-08 Thread Kiran P. Thakkar
Dear Ross, Thanks for your quick support. It is working now. It also comes to us notice that same type,same setting different camera has different metadata. Regards Kiran On Fri, Jul 6, 2012 at 6:48 PM, Ross Finlayson wrote: > OK, I figured out the problem - it was caused by the nonstandard

Re: [Live-devel] Unable to stream RTSP using Live555 proxy server

2012-07-06 Thread Ross Finlayson
OK, I figured out the problem - it was caused by the nonstandard 'metadata' track in the back-end stream. Because this track is non-standard, we can't proxy it, but that should not have prevented the other, standard 'video' track from being proxied. I've now installed a new version "2012.07.06

Re: [Live-devel] Unable to stream RTSP using Live555 proxy server

2012-07-06 Thread Kiran P. Thakkar
Dear Ross, Thanks for your response. I have dump debug info which you have suggested. Please find log below. LOG INFO-START** *LIVE555 Proxy Server*

Re: [Live-devel] Unable to stream RTSP using Live555 proxy server

2012-07-05 Thread Ross Finlayson
This is very strange. I don't understand why the proxy server is responding "404 File Not Found..." to requests by the client. To try to solve this, I suggest doing the following: 1/ Edit "liveMedia/RTSPServer.cpp", and add the line #define DEBUG 1 to the start of the file. 2/ Recompile the "l

Re: [Live-devel] Unable to stream RTSP using Live555 proxy server

2012-07-05 Thread Kiran P. Thakkar
Hello Ross, I and Saurabh are working on same project. ** ** We tried analyzing into what is happening by using the testRTSPClient as suggested by you and here is the verbose dump of the testRTSPClient: ** ** Opening connection to 10.17.1.111, port 8554... ...remote connection op

Re: [Live-devel] Unable to stream RTSP using Live555 proxy server

2012-07-05 Thread Ross Finlayson
The proxy server appears to be running correctly, but - for some unknown reason - is not handling any requests from a 'front-end' client. To try to figure out what's going wrong, I suggest running "testRTSPClient rtsp://10.17.1.150/proxyStream" Ross Finlayson Live Networks, Inc. http://www.liv

[Live-devel] Unable to stream RTSP using Live555 proxy server

2012-07-05 Thread Saurabh Gandhi
Hello everyone, I am using Live555 streaming media for an application which records and re-streams RTSP streams coming from IP camera. For that, I am using openRTSP for recording and live555 proxy server for re-streaming the camera stream. For a few of the cameras we are facing a strange issue