|
Video.js
@
videojs
The internet
|
|
HTML5 Video Player
|
|
|
534
ಟ್ವೀಟ್ಗಳು
|
43
ಹಿಂಬಾಲಿಸುತ್ತಿರುವವರು
|
2,335
ಹಿಂಬಾಲಕರು
|
| ಟ್ವೀಟ್ಗಳು |
|
Video.js
@videojs
|
18 ಗಂ. |
|
that would be the id on the video
|
||
|
|
||
|
Video.js
@videojs
|
19 ಗಂ. |
|
`player` is the object you get when you call `videojs('myvid')`, you can also get the player via `videojs.players.myvid` if auto setup was used (i.e., data-setup was on the video element)
|
||
|
|
||
|
Video.js
@videojs
|
20 ಗಂ. |
|
you can listen to the play event on the player itself, it'll trigger when play is requested, for example `player.on('play', hideOverlay)`.
You can also call `player.pause()` whenever the carousel changes.
|
||
|
|
||
|
Video.js
@videojs
|
21 ಗಂ. |
|
We try to make the docs as best as we can but they can always be improved.
Is there anything you're looking for in particular and can't find? How can we improve the documentation?
|
||
|
|
||
|
Video.js
@videojs
|
ಮಾರ್ಚ್ 30 |
|
looks like DASH support is still experimental.
|
||
|
|
||
|
Video.js
@videojs
|
ಮಾರ್ಚ್ 30 |
|
here's an example of it playing back a test stream! output.jsbin.com/teyejelaga/1
|
||
|
|
||
|
Video.js
@videojs
|
ಮಾರ್ಚ್ 30 |
|
there's still plenty to do before a full release, like updating documentation and the website but we'd love to hear your feedback on this alpha release.
|
||
|
|
||
|
Video.js
@videojs
|
ಮಾರ್ಚ್ 30 |
|
This release removes IE8, 9, and 10 support!
It also adds built-in HLS and DASH via our VHS project.
|
||
|
|
||
|
Video.js
@videojs
|
ಮಾರ್ಚ್ 30 |
|
We're very happy to announce the first Video.js 7 alpha: 7.0.0-alpha.1. It's out now on npm as `next` tag and @github. Please check it out!
npmjs.com/package/video.…
github.com/videojs/video.…
|
||
|
|
||
|
Video.js
@videojs
|
ಮಾರ್ಚ್ 28 |
|
for example, is it an HLS video? is it IE11 on win 10 or win 7? What version of video.js and other plugins used?
Also, feel free to jump into our slack slack.videojs.com
|
||
|
|
||
|
Video.js
@videojs
|
ಮಾರ್ಚ್ 28 |
|
The button should show up if there are native audio tracks or if something like contrib-hls enables sets alternate audio tracks.
You can pass in an option to disable the component or just use css. Might be worth trying to understand why it's coming up, though.
|
||
|
|
||
|
Video.js
@videojs
|
ಮಾರ್ಚ್ 27 |
|
that's definitely the recommendation. Vjs 6 returns the promise to you.
We'll investigate whether we can safely handle autoplay for you, but it probably won't work for `<video autoplay>`.
Probably just for opts passed or `<video-js autoplay>` in assuming we go in that direction.
|
||
|
|
||
| Video.js ಮರುಟ್ವೀಟಿಸಿದ್ದಾರೆ | ||
|
Gary Katsevman
@gkatsev
|
ಮಾರ್ಚ್ 23 |
|
and just like that, IE8 is no more in @videojs github.com/videojs/video.…
expect a pre-release some time next week, probably.
|
||
|
|
||
| Video.js ಮರುಟ್ವೀಟಿಸಿದ್ದಾರೆ | ||
|
Gary Katsevman
@gkatsev
|
ಮಾರ್ಚ್ 23 |
|
Score! Removing IE8, 9, 10, and Android 2.3 support from @videojs, is exactly 1000 files removed!
github.com/videojs/video.… pic.twitter.com/S9pFzBbE6a
|
||
|
|
||
| Video.js ಮರುಟ್ವೀಟಿಸಿದ್ದಾರೆ | ||
|
Gary Katsevman
@gkatsev
|
ಮಾರ್ಚ್ 21 |
|
Been working on ripping out IE8 specific code from @videojs and it's been a great time github.com/videojs/video.…
|
||
|
|
||
|
Video.js
@videojs
|
ಮಾರ್ಚ್ 21 |
|
end of the month probably, still looking at build tooling.
|
||
|
|
||
|
Video.js
@videojs
|
ಮಾರ್ಚ್ 21 |
|
If you use video.js, videojs-contrib-hls, and webpack, we've just fixed issues with importing videojs-contrib-hls and put issue #600 to rest. Please check it out!
Look for version 5.14.1 of videojs-contrib-hls.
|
||
|
|
||
|
Video.js
@videojs
|
ಮಾರ್ಚ್ 19 |
|
once this is merged, it'll mark the end of 6.x's life in master as master branch will be dedicated to 7.x
|
||
|
|
||
|
Video.js
@videojs
|
ಮಾರ್ಚ್ 19 |
|
Removing IE8, 9, 10 from tests github.com/videojs/video.… pic.twitter.com/n10BUfPEur
|
||
|
|
||
|
Video.js
@videojs
|
ಮಾರ್ಚ್ 19 |
|
Oh, forgot the link: github.com/videojs/video.…
Also, thanks for all the contributors who helped out with this release! Particularly for the new features `techCanOverridePoster` and `videojs.setFormatTime`!
|
||
|
|
||