Re: [Live-devel] How to debug the livemedia source code?

2008-10-06 Thread Ross Finlayson
I have successfully built the code on linux,and I want to dubug it with gdb command.But it shows "no symbol table is loaded.Use the file command".I debug my own linux programs with gdb and it works normally.What's the problem? You should use the "config.limux-gdb" configuration file, not the

[Live-devel] How to debug the livemedia source code?

2008-10-06 Thread xl
Dears, I have successfully built the code on linux,and I want to dubug it with gdb command.But it shows "no symbol table is loaded.Use the file command".I debug my own linux programs with gdb and it works normally.What's the problem? Thanks for your reply. Regards,

Re: [Live-devel] 720P streaming error

2008-10-06 Thread sureshs
Hi Ross, Thanks for your suggestion, The VLC player is displaying the 720p, I guess there is some problem with the MPlayer. Regards, Suresh S -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Ross Finlayson Sent: Monday, October 06, 2008 7:28 PM To: LIVE555 S

Re: [Live-devel] RTSP - tunneling through an HTTP proxy

2008-10-06 Thread Ross Finlayson
* Is there "currently" any way to tunnel RTSP streams (with RTSPClient and DarwinInjector) through an Authenticating HTTP Proxy? No. However, it might be possible to modify the RTSP-over-HTTP support in the "RTSPClient" class to do this. (Note that this would have nothing at all to

[Live-devel] RTSP - tunneling through an HTTP proxy

2008-10-06 Thread Chad Ata
Howdy, I think the answer to this questions is NO, but I want to make sure just incase... * Is there "currently" any way to tunnel RTSP streams (with RTSPClient and DarwinInjector) through an Authenticating HTTP Proxy? I searched the code for the handling of the 407 response code and

Re: [Live-devel] sending PAUSE and then PLAY request in openrtsp

2008-10-06 Thread Ross Finlayson
Does this pauseMediaSession() function works ? Of course it works. (Note thought, that (due to a known limitation of the code) if you're using RTP-over-TCP streaming, then you won't be able to do a "PAUSE" - or any other RTSP command - following the initial "PLAY".) Ross Finlayso

Re: [Live-devel] Need to implement Pan Tilt Zoom (PTZ) control over RTSP or RTP

2008-10-06 Thread Ross Finlayson
It's up to you. If you want to submit a patch to implement "SET_PARAMETER", then that would be great. (Perhaps use a virtual function to support your custom parameters, so you can do this in a subclass of "RTSPServer".) Ross Finlayson Live Networks, Inc. (LIVE555.COM)

Re: [Live-devel] Need to implement Pan Tilt Zoom (PTZ) control over RTSP or RTP

2008-10-06 Thread Matt Schuckmann
Thanks for the input, what would be the proper way to go about implementing this? Do I make the modifications and then submit a patch back to you, or just implement it in my own build or pay you to do it or ? . I didn't see any developer guide lines or how to get to your CVS/Subversion/whatever

[Live-devel] general question

2008-10-06 Thread Stian Broen
Hi, I'm planning to make a video server application, and would like to get some question answered before I start the actual work. I will first explain how the application should work, and then the questions. The application will be a server in which a client can stream video from over a LAN.

[Live-devel] sending PAUSE and then PLAY request in openrtsp

2008-10-06 Thread Shiva Shankar N
Hi All, I am developing rtsp client for media player. I want to pause the streaming for few second to decode the video. Can I use pauseMediaSession() function to pause the streaming with breaking the video sequence and play after few seconds ? . Does this pauseMediaSession() function works ? If t

Re: [Live-devel] 720P streaming error

2008-10-06 Thread Ross Finlayson
That error has nothing to do with our software. You need to ask about this on a "MPlayer" mailing list. (I suggest also trying VLC, as it's (IMHO) a superior media player client than MPlayer.) Ross Finlayson Live Networks, Inc. (LIVE555.COM)

[Live-devel] 720P streaming error

2008-10-06 Thread sureshs
Hi, I could successfully stream the live captured h.264 encoded bit stream through the OnDemandRTSP server and could play it on MPlayer. I could stream only CIF and VGA formats, when I try to stream the 720p(1280x720), I am getting the following error in Mplayer, what might be the problem?. Your s

Re: [Live-devel] streaming in and out same file

2008-10-06 Thread Anoop P.A.
Hi Ross, Thanks for your response!!! But my requirement is to stream in a number of videos from network and streamout some among them. So there will be number of clients (say 15-20) and one server. Can you suggest a better way to achieve this? Why you are giving default name for recorded vid