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
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
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
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