I’m pushing video to a Streaming Engine and passing the SDP to the Streaming Engine via the RTSP ANNOUNCE. The server that is delivering the video provides an SDP with a session level control of
a=control:rtsp://192.168.125.101/livePreviewStream and media the media level control is
a=control:rtsp://192.168.125.101/livePreviewStream/video/480p
Based on my limited understanding of SDP, I think the RFC indicates this is okay. However, the Streaming Engine reports “RTSPCore.setup: track missing: 480p”.
If I replace the control attributes with the following, it works fine:
a=control:*
a=control:streamid=0
I’ve tried different variations, but the above seems to be the only thing that works. Is this a required format of the SDP for the Streaming Engine?