RTSP basic authentication, patch originally by Philip Coombes
(philip coombes zoneminder com), see "[PATCH]RTSP Basic Authentication" thread on mailinglist. Originally committed as revision 19905 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -228,6 +228,9 @@ typedef struct RTSPState {
|
||||
* of RTSPMessageHeader->real_challenge */
|
||||
enum RTSPServerType server_type;
|
||||
|
||||
/** base64-encoded authorization lines (username:password) */
|
||||
char *auth_b64;
|
||||
|
||||
/** The last reply of the server to a RTSP command */
|
||||
char last_reply[2048]; /* XXX: allocate ? */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user