I have a problem regarding my playback security. Just by knowing the rtsp url of a stream, the stream can be played from any Flashphoner sample player. I would like to add access control which checks if stream is actually watched by a user currently logged in on my website. I need to add a module which catches a token with GET method, connects to my database with remote MySQL and checks if the token is valid. Is it possible to add a security .jar module to my server which can override connection event and reject the playback if it's not authorized? Then the playback url would be for example rtsp://[host]:1935/[app-name]/[stream-name]?token=xyz