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

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