GNOME Bugzilla – Bug 761123
Servers not supporting the RECORD command should not announce it in OPTIONS responses
Last modified: 2018-11-03 15:39:35 UTC
Currently the implementation of handle_options_request() in rtsp-client.c will unconditionally include the RECORD and ANNOUNCE commands in the reply. But a server that does not support these commands does not want to announce them either. I think that it should be configurable whether they should be announced or not.
Do you want to provide a patch? You could probably check if any of the medias supports RECORD or PLAY and then base it on that.
The thing is also that the *server* supports RECORD/PLAY. It's a specific path / media that might or might not support one or the other.
-- GitLab Migration Automatic Message -- This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/gstreamer/gst-rtsp-server/issues/19.