Re: [Live-devel] OpenRTSP Qt integration for video rendering

2012-07-16 Thread Ross Finlayson
As we clearly note in the "openRTSP" documentation (web page), and the "openRTSP" source code itself, we don't recommend using the "openRTSP" code as a model for your own RTSP client application. Instead, you should use the "testRTSPClient" application code as a model. Ross Finlayson Live Netw

Re: [Live-devel] How to integrate LIVE555 Streaming Media for OpenRTSP into my Android Application

2012-07-16 Thread Ross Finlayson
> I want to use this code into my Android application, please suggest me how to > integrate this code into my application As we clearly note in the "openRTSP" documentation (web page), and the "openRTSP" source code itself, we don't recommend using the "openRTSP" code as a model for your own RT

Re: [Live-devel] Issue with proxyserver and multiple clients

2012-07-16 Thread Ross Finlayson
This is very strange. Unfortunately I can't explain why the first client would stop receiving data after the second client starts up, nor have I been able to reproduce this. I notice that - in the debugging output that you sent - the proxy server and both clients are all running on the same ho

[Live-devel] How can i use Live555 to stream Client -> Server ?

2012-07-16 Thread Avishay Cohen
Hi, I want to use Live555 in order to stream media from the iPhone camera to the server, using RTSP/RTP. I've seen that other clients using [Announce+DSP], [Setup] and [Record] to do that. It seems from the code of MediaSession & ServerMediaSession, that client cannot stream to server. Should i im

[Live-devel] bit rate whether i am correct, it is bit rate or byte rate

2012-07-16 Thread Tarun Batra
Hello sir I did the following method to find the Kilo bits per second RTPSink* videoSink; int64_t uSecsToDelay=200; int64_t uSecsToDelay2=100; void play(); // forward void periodicQOSMeasurement1(void* clientData);//actually bit rate mesaurement void periodicQOSMeasurement2(void* clien

[Live-devel] OpenRTSP Qt integration for video rendering

2012-07-16 Thread Saurabh Gandhi
Hello everyone, I was trying to use Qt for playing live video for which Qt provides a phonon class. However, the limitation with this is that it is not capable of decoding RTSP packets on windows (since phonon uses Directshow on windows platform). In order to make it capable of doing this, I am p

Re: [Live-devel] How to remove ServerMediaServer dynamically

2012-07-16 Thread Ross Finlayson
> I am using live555 media server. I am trying to remove media by calling > RTSPServer::removeServerMediaSession(session); The code for "LIVE555 Media Server" application is not intended to be modified (especially by casual hobbyists). (Note that the "LIVE555 Media Server" will remove "S

[Live-devel] How to integrate LIVE555 Streaming Media for OpenRTSP into my Android Application

2012-07-16 Thread techvalens testing
Hi, I want to use this code into my Android application, please suggest me how to integrate this code into my application or can i use it as library in application if yes then how ? And also how to Compile and Run this Code. can anyone guide me that how i used this code for OpenRTSP. Thank &

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] Limit fps in trick play mode

2012-07-16 Thread Ross Finlayson
> In case of trick play (fast forward and rewind) I presume you're talking about streaming indexed MPEG Transport Stream files here... > LIVE555 Media Server sends more frames per second than in normal play mode. No it doesn't. It *never* sends more frames per second than normal play mode (a

Re: [Live-devel] Problem stopping and restarting an RTSP client

2012-07-16 Thread Ross Finlayson
> This is not a server problem. When I'm having the problem restarting the > stream to Live555, the VLC client is still happily receiving and displaying > video. OK, so if the problem is not at the server, then it must be the client's OS that's wedged (somehow). The problem is probably *not* w

Re: [Live-devel] Problem stopping and restarting an RTSP client

2012-07-16 Thread Mike Miller
This is not a server problem. When I'm having the problem restarting the stream to Live555, the VLC client is still happily receiving and displaying video. The source is an IP-connected camera and seems stable. In the failure case, even if the old connection to the camera were buggered up, Live

[Live-devel] How to remove ServerMediaServer dynamically

2012-07-16 Thread Lan Zang
Hi, dear author, I am using live555 media server. I am trying to remove media by calling RTSPServer::removeServerMediaSession(session); This media is created by calling RTSPServer::addServerMediaSession(session); The problem is live555 server will complain "BasicTaskScheduler::SingleStep(): sel

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