ovenplayer 0.10.13 → 0.10.17
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 +16 -16
- package/dist/ovenplayer.js +1 -1
- package/dist/ovenplayer.js.map +1 -1
- package/package.json +2 -2
- package/src/js/api/Api.js +2 -4
- package/src/js/api/media/Manager.js +11 -106
- package/src/js/api/provider/html5/providers/WebRTC.js +4 -5
- package/src/js/api/provider/html5/providers/WebRTCLoader.js +13 -6
- package/src/js/ovenplayer.js +0 -7
- package/src/js/ovenplayer.sdk.js +5 -6
- package/src/js/utils/likeA$.js +4 -3
- package/src/js/view/components/controls/fullScreenButton.js +15 -4
- package/src/js/view/components/controls/main.js +1 -1
- package/src/js/view/components/controls/playlistPanel.js +1 -1
- package/src/js/view/components/controls/progressBar.js +1 -1
- package/src/js/view/components/controls/settingPanel/captionPanel.js +1 -1
- package/src/js/view/components/controls/settingPanel/main.js +1 -1
- package/src/js/view/components/controls/settingPanel/qualityPanel.js +1 -1
- package/src/js/view/components/controls/settingPanel/sourcePanel.js +1 -1
- package/src/js/view/components/controls/settingPanel/speedPanel.js +1 -1
- package/src/js/view/components/controls/settingPanel/timeDisplayPanel.js +1 -1
- package/src/js/view/components/helpers/captionViewer.js +1 -1
- package/src/js/view/components/helpers/contextPanel.js +1 -1
- package/src/js/view/view.js +9 -1
- package/src/js/view/viewTemplate.js +8 -8
- package/src/stylesheet/ovenplayer.less +1 -0
package/README.md
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
# "
|
|
1
|
+
# "JavaScript-based WebRTC Player for OvenMediaEngine" OvenPlayer
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
## What is OvenPlayer?
|
|
5
5
|
|
|
6
|
-
In short, OvenPlayer is <b>Open-Source
|
|
6
|
+
In short, OvenPlayer is an <b>Open-Source</b> and <b>JavaScript-based WebRTC Player</b> for OvenMediaEngine (OME).
|
|
7
7
|
|
|
8
8
|
OvenPlayer supports WebRTC Signaling from OvenMediaEngine for Sub-Second Latency Streaming. And, it automatically plays and fallbacks using <b>WebRTC</b>, <b>Low Latency MPEG-DASH</b> (LLDASH), <b>MPEG-DASH</b>, <b>HLS</b>, and <b>RTMP</b>.
|
|
9
9
|
|
|
10
10
|
See the picture below:
|
|
11
|
-
<img src="
|
|
11
|
+
<img src="demo/assets/images/OvenPlayer_Overview_GitHub_220117.svg" style="max-width: 100%; height: auto;">
|
|
12
12
|
|
|
13
|
-
We also provide [OvenMediaEngine](https://github.com/AirenSoft/OvenMediaEngine), Open-Source Sub-Second Latency Streaming
|
|
13
|
+
We also provide [OvenMediaEngine](https://github.com/AirenSoft/OvenMediaEngine), an Open-Source Streaming Server that enables Large-Scale and Sub-Second Latency Live Streaming.
|
|
14
14
|
|
|
15
15
|
|
|
16
16
|
## What is the goal of this project?
|
|
@@ -19,23 +19,23 @@ AirenSoft aims to make it easier for you to build a stable broadcasting/streamin
|
|
|
19
19
|
Therefore, we will continue developing and providing the most optimized tools for smooth Sub-Second Latency Streaming.
|
|
20
20
|
|
|
21
21
|
Would you mind clicking on each link below for details:
|
|
22
|
-
* ["Live Streaming Encoder for Mobile" <b>OvenLiveKit
|
|
23
|
-
* ["Sub-Second Latency
|
|
24
|
-
* ["
|
|
22
|
+
* ["Live Streaming Encoder for Mobile" <b>OvenLiveKit](https://www.ovenmediaengine.com/olk)</b>
|
|
23
|
+
* ["Large-Scale Streaming Server with Sub-Second Latency" <b>OvenMediaEngine](https://www.ovenmediaengine.com/ome)</b>
|
|
24
|
+
* ["JavaScript-based WebRTC Player" <b>OvenPlayer](https://www.ovenmediaengine.com/ovenplayer)</b>
|
|
25
25
|
|
|
26
26
|
|
|
27
27
|
## Features
|
|
28
28
|
|
|
29
|
-
* HTML5 Standard Player
|
|
30
|
-
* Streaming
|
|
29
|
+
* <b>HTML5 Standard Video Player</b>
|
|
30
|
+
* <b>Live Streaming with Various Protocols</b>
|
|
31
31
|
* Sub-Second Latency: WebRTC (Signalling Protocol Conforms to the OME Specification)
|
|
32
32
|
* Low Latency: MPEG-DASH (Chunked CMAF)
|
|
33
33
|
* Legacy: MPEG-DASH, HLS
|
|
34
|
-
* Automatic Fallback
|
|
35
|
-
* Fully Customizable UI and SDK
|
|
36
|
-
* Insert ADs with Various Formats
|
|
34
|
+
* <b>Automatic Fallback Streaming</b>
|
|
35
|
+
* <b>Fully Customizable UI and SDK</b>
|
|
36
|
+
* <b>Insert ADs with Various Formats</b>
|
|
37
37
|
* VAST4, VAST3, VAST2, VPAID2 (HTML5), VMAP1.0.1
|
|
38
|
-
* Support Multiple Subtitle Formats
|
|
38
|
+
* <b>Support Multiple Subtitle Formats</b>
|
|
39
39
|
* SMI, VTT, SRT
|
|
40
40
|
|
|
41
41
|
|
|
@@ -46,7 +46,7 @@ Please read the [Quick Start](https://airensoft.gitbook.io/ovenplayer/#quick-sta
|
|
|
46
46
|
|
|
47
47
|
## API and Configuration
|
|
48
48
|
|
|
49
|
-
Start the [Demo](https://
|
|
49
|
+
Start the [Demo](https://demo.ovenplayer.com) and see [API and Configuration](https://airensoft.gitbook.io/ovenplayer/initialization) for more details.
|
|
50
50
|
|
|
51
51
|
|
|
52
52
|
## Build the source code
|
|
@@ -80,9 +80,9 @@ We always hope that OvenPlayer will make your project a success.
|
|
|
80
80
|
* `Without TLS`: [http://demo.ovenplayer.com](http://demo.ovenplayer.com)
|
|
81
81
|
* `With TLS`: [https://demo.ovenplayer.com](https://demo.ovenplayer.com)
|
|
82
82
|
* [OvenMediaEngine Github](https://github.com/AirenSoft/OvenMediaEngine)
|
|
83
|
-
* Sub-Second Latency
|
|
83
|
+
* Large-Scale Streaming Server with Sub-Second Latency
|
|
84
84
|
* [AirenSoft Website](https://www.airensoft.com/)
|
|
85
|
-
* AirenSoft's Solutions/Services, and
|
|
85
|
+
* AirenSoft's Solutions/Services, and AirenBlog (Tech Journal)
|
|
86
86
|
|
|
87
87
|
|
|
88
88
|
## License
|