Hi
I’m currently creating a video player to play files from a different server.
We have chosen to use a token authentication system to check where the files are from. This is a one number authentication code.
We can link to the files by going to a dynamic url such as…
http://www.mywebadress.com/mymovie.mp4?authenticationToken=33XXC5
The server has to recieve this token when you try to connect the movie or it won’t allow it.
I’ve tried adding it as a dynamic url but ns.play() doesn’t seem to recognise it at all that way, unless I’m really missing something with the parameters.
Any ideas of the best way of going about this?