Re: [Live-devel] Handling RTCP Goodbye packet with OpenRTSP

2010-11-16 Thread Ross Finlayson
Actually you have solved for the recursive call to "shutdown()" issued when calling "subsessionByeHandler()" function but it seems it is not enough. The "subsessionByeHandler()" close some media subsession's stream with the following line "Medium::close(subsession->sink)", which causes some med

Re: [Live-devel] Handling RTCP Goodbye packet with OpenRTSP

2010-11-16 Thread david cailliere
Dear Ross, Actually you have solved for the recursive call to "shutdown()" issued when calling "subsessionByeHandler()" function but it seems it is not enough. The "subsessionByeHandler()" close some media subsession's stream with the following line "Medium::close(subsession->sink)", which caus

[Live-devel] Slight authentication change

2010-11-16 Thread Jeremy Noring
We updated the "UserAuthenticationDatabase" used in the RTSP server to have a "requireAuthentication" method that can be overridden in a derived class. We use it so that if default credentials are in use, we don't require authentication. Basically, this allows implementations to turn authenticatio