Servers not supporting the RECORD command should not announce it in OPTIONS responses
Submitted by Branko Subasic
Link to original bug (#761123)
Description
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.