[FFmpeg-devel] RTSP over HTTP tunnel authentication

Stas Oskin stas.oskin
Mon Jun 14 20:23:31 CEST 2010


Hi.

For what it's worth, I read the fine manual and set up password protected
> viewing with DSS. Even then, no password was requested for the get/post
> requests, only for the actual RTSP requests within the tunneled session.
>
> We actually might be speaking of same things but under different terms.

In my experience, auth is required twice:

1) Single GET request, that establishes channel for receiving RTSP responses
and actual data.
2) Single POST request, that establishes channel for sending RTSP request.

I.e., the auth is sent with GET and with POST - each RTSP request/reply is
already passing through the established channels and does not require any
additional authentications.

Regards.



More information about the ffmpeg-devel mailing list