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

2008-10-03 Thread Ross Finlayson
It is definitely better (more appropriate) to use RTSP (the 'control channel') for this - your option 1. Although we don't currently implement the RTSP "SET_PARAMETER" command in our server, it should be very easy to add this. Ross Finlayson Live Networks, Inc. (LIVE555.COM)

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

2008-10-03 Thread Matt Schuckmann
I'm working on a pan tilt zoom (PTZ) type video server application and the corresponding viewer application . I'm using the Live555 library for RTSP and RTP, and I must it is great, thank you very much, Anyway I need to implement the control back channel for controlling the PTZ from the viewer a

Re: [Live-devel] Live555server Video Stream Slowdown

2008-10-03 Thread Ross Finlayson
At 09:46 AM 10/3/2008, you wrote: When streaming certain transport stream files (making a request from an RTSP client to the server), the server does not play the video at the expected speed. An example of the video is at . The file

[Live-devel] Live555server Video Stream Slowdown

2008-10-03 Thread deasta
When streaming certain transport stream files (making a request from an RTSP client to the server), the server does not play the video at the expected speed. An example of the video is at . The file streamed from the server is muc

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

2008-10-03 Thread Ross Finlayson
Is it possible to streamout a file while streaming in ?. I tried to achive this through using live555 server and openRTSP client. Unfortunately openTSP saving video with some default name that too without extension which is necessary for live555 to sream out properly. Whether editing openRTSP co

[Live-devel] streaming in and out same file

2008-10-03 Thread Anoop P.A.
Hi , Is it possible to streamout a file while streaming in ?. I tried to achive this through using live555 server and openRTSP client. Unfortunately openTSP saving video with some default name that too without extension which is necessary for live555 to sream out properly. Whether editing openRTSP

Re: [Live-devel] Problem streaming a live H.264 stream to VLC

2008-10-03 Thread Ross Finlayson
Could someone kindly implement a sample 264 streamer class for live555? A 264 NAL clip can be provided without any problem. This way, people can have a good starting point. This not as simple as it was for MPEG-2 or MPEG-4 video (where we already have code for parsing and streaming video fil

Re: [Live-devel] Problem streaming a live H.264 stream to VLC

2008-10-03 Thread Gbzbz Gbzbz
Could someone kindly implement a sample 264 streamer class for live555? A 264 NAL clip can be provided without any problem. This way, people can have a good starting point. --- On Wed, 10/1/08, Ross Finlayson <[EMAIL PROTECTED]> wrote: > From: Ross Finlayson <[EMAIL PROTECTED]> > Subject: Re: