rtsp_server: RTSPServer::attach() is fallible
If we don't handle the case of RTSPServer::attach() failing, we end up with a panic. Unfortunately, we don't get any details from the underlying call so we've to live with a generic error. :(
Due to an influx of spam, we have had to impose restrictions on new accounts. Please see this wiki page for instructions on how to get full permissions. Sorry for the inconvenience.
If we don't handle the case of RTSPServer::attach() failing, we end up with a panic. Unfortunately, we don't get any details from the underlying call so we've to live with a generic error. :(