@eyevinn/web-player 0.3.0 → 0.6.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -2
- package/dist/webplayer.min.js +32 -32
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -1,4 +1,6 @@
|
|
|
1
1
|
# Eyevinn WebPlayer
|
|
2
|
+
[](https://www.jsdelivr.com/package/npm/@eyevinn/web-player)
|
|
3
|
+
|
|
2
4
|
The Eyevinn WebPlayer is a simplistic video (audio is on the roadmap) player for playback of ABR streams. It is free-to-use and currently supports the ABR streaming formats Apple HLS, MPEG-DASH.
|
|
3
5
|
The player is built using a modular approach which means that a lot of functionality is put into separate modules and can be used independently from each other, this module bundles it all together in a neat package.
|
|
4
6
|
|
|
@@ -19,7 +21,7 @@ player.load("<src-here>").then(() => {
|
|
|
19
21
|
```
|
|
20
22
|
|
|
21
23
|
### CDN
|
|
22
|
-
Download the latest release of this package and include the javascript & css files in your HTML.
|
|
24
|
+
Download the latest release of this package [from jsdelivr](https://registry.npmjs.org/@eyevinn/web-player/-/web-player-0.4.0.tgz) and include the javascript & css files in your HTML.
|
|
23
25
|
|
|
24
26
|
The snippet below shows an example on how to implement the player
|
|
25
27
|
```html
|
|
@@ -74,4 +76,4 @@ Eyevinn Technology is an independent consultant firm specialized in video and st
|
|
|
74
76
|
|
|
75
77
|
At Eyevinn, every software developer consultant has a dedicated budget reserved for open source development and contribution to the open source community. This give us room for innovation, team building and personal competence development. And also gives us as a company a way to contribute back to the open source community.
|
|
76
78
|
|
|
77
|
-
Want to know more about Eyevinn and how it is to work here. Contact us at work@eyevinn.se!
|
|
79
|
+
Want to know more about Eyevinn and how it is to work here. Contact us at work@eyevinn.se!
|