I am using rtsp-server module in GStreamer to save in file a stream received from a client with the RECORD RTSP property.
In the server I am using the signal "media_configure" to modify the element "filesink" adding the property "location" and setting the new name file.
I want that name file is setting from client, in the ANNOUNCE message for example, but I don't know the way.
Any solution??
Thank you very much!!