Re: [Live-devel] Hardcoding SDP information

2012-02-06 Thread Ross Finlayson
> 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

[Live-devel] Hardcoding SDP information

2012-02-06 Thread Kumar Sambhav
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