Skip to content
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

Videojs live seekbar added #124

Closed
wants to merge 1 commit into from
Closed

Videojs live seekbar added #124

wants to merge 1 commit into from

Conversation

golgetahir
Copy link
Contributor

@golgetahir golgetahir commented Jan 11, 2021

@@ -275,14 +277,12 @@
// If it's not dash, play with videojs
if(extension != dashExtension){

var player = videojs('video-player', {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

poster deleted because the settings don't change after video initialized and at 287 poster also initialized again.

Copy link
Contributor

@mekya mekya left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please use videojs-http-streaming.js not videojs-contrib-hls.js


<script src="https://unpkg.com/video.js@7.8.3/dist/video.js"></script>
<script src="https://vjs.zencdn.net/7.8.4/video.js"></script>
<script src="https://unpkg.com/videojs-contrib-hls.js"></script>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We need to use videojs-http-streaming. videojs-contrib-hls.js is obsolete
https://github.com/videojs/http-streaming

@mekya
Copy link
Contributor

mekya commented Jan 11, 2022

Closing this one. A new PR which includes videojs update and dvr is sent.
#245

@mekya mekya closed this Jan 11, 2022
@mekya mekya deleted the hls_live_seekbar branch January 11, 2022 17:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants