>But by looking at the codebase i found that the corresponding API's >in file RTSPClient.c > > >1) Boolean setMediaSessionParameter() >2) Boolean getMediaSessionParameter(); > > >can be used for sending GET_PARAMETER and SET_PARAMETER request >only from RTSP Client and not from MediaServer . > >Please tell me how I can use these two API/s from LIVE555 media server
You can't, because those functions are defined in the "RTSPClient" class - i.e., a RTSP client, not a RTSP server. If you really want to implement these two requests in our RTSP *server* implementation, then you would need to modify "RTSPServer" class. (Note that there's already a stub there for implementing "GET_PARAMETER".) You're on your own here... -- Ross Finlayson Live Networks, Inc. http://www.live555.com/ _______________________________________________ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/live-devel