|
|
RTSP allows arbitrary transport protocol specifications in the Transport: header line. We support only a few. - Enumeration values:
-
| DEBUG_PROTOCOL_BEGIN |
a dummy value |
| UNKNOWN |
a dummy protocol |
| RTP_AVP_UDP |
RTP over UDP, standard compliant |
| RTP_AVP_TCP |
RTP over TCP, not standard compliant. Not RTP in RTSP, and server-initiated TCP connection. |
| TFRC_RTP_AVP_UDP |
RTP with TFRC extensions over UDP, standard compatible but not compliant. |
| RDT_MCAST |
a protocol used by Real |
| RDT_UDP |
a protocol used by Real |
| RDT_TCP |
a protocol used by Real |
| PN_TNG_UDP |
a protocol used by Real |
| PN_TNG_TCP |
a protocol used by Real |
| DUMMY_PROTOCOL |
a dummy protocol |
| DEBUG_PROTOCOL_END |
|
|