Method Summary |
void | appendTransportSpec(Sptr< RtspTransportSpec > transSpec) Given a TransportSpec and append it to the exist myTransport
If it is empty, append "Transport:" first. |
Data | encode() return the exist myTransport for encoder |
bool | isSuitableSpec(Sptr< RtspTransportSpec > spec) to check a TransportSpec, return false if it is using TCP
or multicast or clientPort is not provided. |
Sptr< RtspTransportSpec > | parseTransportHeader(CharDataParser & parser) It is a list transport-spec, parser finds the first suitable option
and return it; if it couldnot find one, return 0 |