We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi.
I have a working page with flowplayer + HLSJS + Secure Key. Everything is working fine ;)
But now i want to add an external button to launch ( play ) the video. If i know how to do it for a normal video :
$(function () { // load clip object $("button:first").click(function () { flowplayer(0).load({ sources: [ { type: "application/x-mpegurl", src: "//source" } ] }); }); });
I dont success to load the secure stream. Firefox Dev Console show me that the keyfile is not loaded ( access forbiden ) But i dont know why.
On a same test page i have classic script and button load script. first one works, second one not.
So how can i use Hlsjs secure with load button ?
Thanks
The text was updated successfully, but these errors were encountered:
Hi @N0WayH0me - hlsjs is not flashls, one of its main purposes is to get rid of the need of flashls ;-)
I presume you asked in the Flowplayer forum and I answered here.
Sorry, something went wrong.
No branches or pull requests
Hi.
I have a working page with flowplayer + HLSJS + Secure Key.
Everything is working fine ;)
But now i want to add an external button to launch ( play ) the video.
If i know how to do it for a normal video :
I dont success to load the secure stream.
Firefox Dev Console show me that the keyfile is not loaded ( access forbiden )
But i dont know why.
On a same test page i have classic script and button load script.
first one works, second one not.
So how can i use Hlsjs secure with load button ?
Thanks
The text was updated successfully, but these errors were encountered: