Skip to content

rtsp_server: RTSPServer::attach() is fallible

Zeeshan Ali Khan requested to merge zeenix/gstreamer-rs:rtsp-server-fix into master

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. :(

Merge request reports