-
-
Notifications
You must be signed in to change notification settings - Fork 24
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
Shaka Player Update #157
Labels
Comments
Merged
Great , will do , also one thing I have notice "LIVE" it has 483930:22:00 / --:-- , timestamp , anyway it can be "LIVE" and if user seeks in past playlist "if it has ofc" , to be implemented "BACK TO LIVE" button on click will seek to live time |
<script src="https://cdn.jsdelivr.net/npm/@oplayer/core@latest/dist/index.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/@oplayer/[email protected]/dist/index.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/@oplayer/[email protected]/dist/index.min.js"></script>
<div id="oplayer" />
<script>
window.player= OPlayer.make('#oplayer', {
isLive: true,
source: {
src: 'https://bpcdnmanprod.nexttv.ht.hr/bpk-tv/HRT1/default/index.mpd',
poster: 'https://cdn.jsdelivr.net/gh/shiyiya/QI-ABSL@master/o/poster.png'
}
})
.use([
OUI(),
OShaka({
library: 'https://cdn.jsdelivr.net/npm/[email protected]/dist/shaka-player.compiled.min.js'
})
])
.create()
</script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Environment
🐛 Bug Report
Hope you are good , been using your "shaka player" package but seems it is outdated , "dash.js" is great but in some instances it is not good as shaka player , would you be kind to updaate the package , as it states for now with lastest shaka player update you have with oplayer it works , but some functions are not okey implemented as ui insertion and ect
The text was updated successfully, but these errors were encountered: