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