Re: [Live-devel] Implementing SET_PARAMETER and GET_PARAMETER

2008-10-31 Thread Ross Finlayson
Well I want to update an object that represents the state of the session as a whole. Note: - A "ServerMediaSession" represents the state of a data source, regardless if how many clients (if any) the data is currently being streamed to. (A "ServerMediaSubsession" represents the state of a sin

Re: [Live-devel] Implementing SET_PARAMETER and GET_PARAMETER

2008-10-31 Thread Matt Schuckmann
Ross Finlayson wrote: Ross you had suggested that I perhaps start by implementing a new virtual method on RTSPServer for SET_PARAMETER. I looked into doing this in the code and I realized that RTSPServer doesn't actually handle most of the commands for each session instance, it's RTSPServer

Re: [Live-devel] Implementing SET_PARAMETER and GET_PARAMETER

2008-10-31 Thread Ross Finlayson
Ross you had suggested that I perhaps start by implementing a new virtual method on RTSPServer for SET_PARAMETER. I looked into doing this in the code and I realized that RTSPServer doesn't actually handle most of the commands for each session instance, it's RTSPServer::RTSPClientSession which

[Live-devel] Implementing SET_PARAMETER and GET_PARAMETER

2008-10-31 Thread Matt Schuckmann
This is a continuation of one of my previous messages where I expressed the desire to implement SET_PARAMETER (and by extension a more complete GET_PARAMETER) I'm actually starting to work on doing this and I want to try to make whatever I do something that can be applied back to the library