Searched refs:RTSP_STATUS_TRANSPORT (Results 1 – 2 of 2) sorted by relevance
/third_party/ffmpeg/libavformat/ |
D | rtspcodes.h | 67 RTSP_STATUS_TRANSPORT =461, enumerator 114 [RTSP_STATUS_TRANSPORT] ="Unsupported Transport",
|
D | rtspdec.c | 49 { RTSP_STATUS_TRANSPORT, "Unsupported transport" }, 291 rtsp_send_reply(s, RTSP_STATUS_TRANSPORT, NULL, request.seq); in rtsp_read_setup() 314 rtsp_send_reply(s, RTSP_STATUS_TRANSPORT, NULL, request.seq); in rtsp_read_setup() 321 rtsp_send_reply(s, RTSP_STATUS_TRANSPORT, NULL, request.seq); in rtsp_read_setup()
|