comparison rtsp.h @ 3855:c9550824fd1c libavformat

Read RealChallenge1 field from the server.
author rbultje
date Sun, 31 Aug 2008 17:32:02 +0000
parents 8137bcada0cd
children 9f943bb755f9
comparison
equal deleted inserted replaced
3854:8b2b84b5ef74 3855:c9550824fd1c
60 /** in AV_TIME_BASE unit, AV_NOPTS_VALUE if not used */ 60 /** in AV_TIME_BASE unit, AV_NOPTS_VALUE if not used */
61 int64_t range_start, range_end; 61 int64_t range_start, range_end;
62 RTSPTransportField transports[RTSP_MAX_TRANSPORTS]; 62 RTSPTransportField transports[RTSP_MAX_TRANSPORTS];
63 int seq; /**< sequence number */ 63 int seq; /**< sequence number */
64 char session_id[512]; 64 char session_id[512];
65 char real_challenge[64]; /**< the RealChallenge1 field from the server */
65 } RTSPHeader; 66 } RTSPHeader;
66 67
67 /** the callback can be used to extend the connection setup/teardown step */ 68 /** the callback can be used to extend the connection setup/teardown step */
68 enum RTSPCallbackAction { 69 enum RTSPCallbackAction {
69 RTSP_ACTION_SERVER_SETUP, 70 RTSP_ACTION_SERVER_SETUP,