JPery / MJPEGWriter

Lightweight HTTP server to stream your OpenCV processing in C++
MIT License
97 stars 40 forks source link

Authorisation #17

Closed RakshithGB closed 3 years ago

RakshithGB commented 4 years ago

Is there anyway the stream encoded can be authorised with username and password?

JPery commented 4 years ago

Hi, @RakshithGB !

I'm thinking about include Basic Authorization. Will it fill your needs?

Best regards!

RakshithGB commented 4 years ago

@JPery yes that'll help a lot! Thanks.

JPery commented 4 years ago

Hi, @RakshithGB.

You can try 6e143bf, in "Authorization" branch to see if it fit your needs.

Best regards!