Hi guys,
I'm looking to integrate streaming services from Wowza to be played on Dreambox/Vu devices running OpenPLi
The problem is, we use a time-limited token system for the streams to prevent unauthorized sharing. This token would be based on a user id, device id, stream id and timestamp, and then goes through md5sum and base64 to create the token
I can see two ways to do this:
1) Have a keyserver to provide a token by xml/json to the box
2) generate the token on the box
But, how would I then integrate this into the usual channel list?
Any ideas, anyone? We'd be happy to hire you if you know how to do this