]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/blob - libav/rtspcodes.h
via c3 detection patch by (Francisco Javier Cabello Torres <fjcabello at visual-tools...
[frescor/ffmpeg.git] / libav / rtspcodes.h
1 DEF(200, RTSP_STATUS_OK, "OK")
2 DEF(405, RTSP_STATUS_METHOD, "Method Not Allowed")
3 DEF(453, RTSP_STATUS_BANDWIDTH, "Not Enough Bandwidth")
4 DEF(454, RTSP_STATUS_SESSION, "Session Not Found")
5 DEF(455, RTSP_STATUS_STATE, "Method Not Valid in This State")
6 DEF(459, RTSP_STATUS_AGGREGATE, "Aggregate operation not allowed")
7 DEF(460, RTSP_STATUS_ONLY_AGGREGATE, "Only aggregate operation allowed")
8 DEF(461, RTSP_STATUS_TRANSPORT, "Unsupported transport")
9 DEF(500, RTSP_STATUS_INTERNAL, "Internal Server Error")
10 DEF(503, RTSP_STATUS_SERVICE, "Service Unavailable")
11 DEF(505, RTSP_STATUS_VERSION, "RTSP Version not supported")