ovenplayer 0.10.21 → 0.10.22

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 CHANGED
@@ -1,14 +1,14 @@
1
- # "JavaScript-based WebRTC Player for OvenMediaEngine" OvenPlayer
1
+ # "JavaScript-based LLHLS and WebRTC Player for OvenMediaEngine" OvenPlayer
2
2
 
3
3
 
4
4
  ## What is OvenPlayer?
5
5
 
6
6
  In short, OvenPlayer is an <b>Open-Source</b> and <b>JavaScript-based WebRTC Player</b> for OvenMediaEngine (OME).
7
7
 
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>.
8
+ OvenPlayer supports WebRTC Signaling from OvenMediaEngine for Sub-Second Latency Streaming. And, it automatically plays and fallbacks using <b>LLHLS</b> (Low Latency HLS), <b>WebRTC</b>.
9
9
 
10
10
  See the picture below:
11
- <img src="demo/assets/images/OvenPlayer_Overview_GitHub_220117.svg" style="max-width: 100%; height: auto;">
11
+ <img src="demo/assets/images/OP_LLHLS_220610.svg" style="max-width: 100%; height: auto;">
12
12
 
13
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
 
@@ -29,8 +29,8 @@ Would you mind clicking on each link below for details:
29
29
  * <b>HTML5 Standard Video Player</b>
30
30
  * <b>Live Streaming with Various Protocols</b>
31
31
  * Sub-Second Latency: WebRTC (Signalling Protocol Conforms to the OME Specification)
32
- * Low Latency: MPEG-DASH (Chunked CMAF)
33
- * Legacy: MPEG-DASH, HLS
32
+ * Low Latency: LLHLS, LLDASH (Chunked CMAF)
33
+ * Legacy: HLS, MPEG-DASH
34
34
  * <b>Automatic Fallback Streaming</b>
35
35
  * <b>Fully Customizable UI and SDK</b>
36
36
  * <b>Insert ADs with Various Formats</b>