[streaming] RTSP server, authentication

Rémi Denis-Courmont remi at remlab.net
Mon Feb 8 14:01:10 CET 2010


   Hello,

On Mon, 8 Feb 2010 13:30:02 +0100, tomas at tuxteam.de wrote:
> My approach (which I'd like to discuss here) would be to insert some
> simple hooks (at the point of authentication and may be at the point of
> session teardown) which call into some plugin-registered functions doing
> the actual legwork (in my case, they'd do a lookup against a database).
> 
> Opinions? Flames?

If you need to look into a database, then you should provide a new plugin
class indeed. I would rather not see hard-coded SQL (or whatever) queries
in the HTTP daemon (whose code is already messy enough).

You probably need to modify the httpd code. If I recall correctly, it
currently expects a single user/pass pair for a given URL. Note that
vlc-devel at v.o is a more appropriate mailing list in this case.

-- 
Rémi Denis-Courmont
http://www.remlab.net
http://fi.linkedin.com/in/remidenis



More information about the streaming mailing list