> On Jun 10, 2015, at 8:48 AM, Stas Tsymbalov <[email protected]> wrote: > >> I am asking whether it is possible to configure my Live555 RTSP server >> to ignore the case of stream names in URL's as a workaround for the VLC >> problem because we don't have a requirement for stream name case >> sensitivity. > > You can do this without changing HashTable class: > 1. When creating ServerMediaSession to add to RTSPServer convert streamName > to lower case. > 2. Subclass RTSPServer and write your own implementation of > lookupServerMediaSession() which would convert supplied (by client) > streamName to lower case check if it exists with > RTSPServer::lookupServerMediaSession().
Yes, that will work. Good idea. (And probably worth doing if you happen to already be subclassing “RTSPServer”.) Ross Finlayson Live Networks, Inc. http://www.live555.com/
_______________________________________________ live-devel mailing list [email protected] http://lists.live555.com/mailman/listinfo/live-devel
