Custom authentication
Is there a way to use a custom authentication system?
I build one for crtmpserver which used a JSON query to the backend (on localhost) with the FMLE strings. However, I am now moving to evostreamms, but am missing a way to lookup the usernames/passwords in my db to authenticate the user (subsequent it also checked the stream to be valid, but that is not that important).