-
Notifications
You must be signed in to change notification settings - Fork 263
New issue
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
Javascript API in flowplayer #403
Comments
Hi, it might be feasible, maybe @blacktrash could answer ? |
I assume the The events are fired, but flashls provided clips always have Here is how this works (or should work) for the bitrate select plugin: http://flowplayer.blacktrash.org/test/brmenu.html |
yes, exactly. Would it be possible to have a brmenu like this working with the flashls plugin? Because I have seen this issue, but It seems open: #124 |
@joseluismg - But the example deals with explicit URLs for manual selection. I have no idea whether and how flashls' API could be mapped to that. |
@mangui do you think integrating the quality level selection is something feasible or something that will be included at some point? or as alternative do you plan to inlcude a javascript API to handle the quality externally |
that might be feasible, but you will have to do it yourself. there are commented codes available here to dispatch quality level to FlowPlayer : https://github.com/mangui/flashls/blob/dev/src/org/mangui/flowplayer/HLSStreamProvider.as#L125-L141 and then you would have to implement https://github.com/mangui/flashls/blob/dev/src/org/mangui/flowplayer/HLSStreamProvider.as#L525-L530 |
@mangui can you pm me, please? [email protected] |
do any of you know any developer available to work in this feature? The company where I work is happy to sponsor this feature. |
Hi,
sorry for the newbie question, I am new in using this plugin. Is there any Javascript API to use with flowplayer? More specifically I am trying to get a callback when there is a switch in the stream being played. What I mean is if there are calls to onStreamSwitch or any similar and if not if this is going to be in the added in the future?
many thanks!
The text was updated successfully, but these errors were encountered: