> When RTSP server receives a DESCRIBE command, it generates the SDP by parsing
> the source data.
This depends upon the particular type of data - but for H.264, that's true, by
default.
> If description of the source is known, can the SDP can be hard-coded in
> ServerMediaSession::generateS
Hi,
When RTSP server receives a DESCRIBE command, it generates the SDP by parsing
the source data.
If description of the source is known, can the SDP can be hard-coded in
ServerMediaSession::generateSDPDescription() ?
Is there any dependency which has to be taken care if the SDP is hard-coded