Skip to main content
November 20, 2012
Question

FMS 4 Query MYSQL Before Playing VOD

  • November 20, 2012
  • 1 reply
  • 1598 views

I have FMS working and vod plays movies with flowplayer.

I have a setup where users can purchase to watch  a video and it sets the purchase in mysql database.

I would like to setup the VOD to not play if they havent purchased. I can grab the users name from the session but I cant figure out

how to get the VOD application to querry MYSQL?

Thanks in advance!

This topic has been closed for replies.

1 reply

November 21, 2012

You can achieve this using auth adaptor. You can query MySQL database during connect event and then authorize it.

November 21, 2012

Yeah I was looking for documentation or how to do it.

Known Participant
November 21, 2012

If you figure out how to do this, will you post the how to guide?

Are you running your server on Linux if so do you have action script to protect the live streaming - requiring a username/password???