ovenplayer 0.10.39 → 0.10.41
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 +2 -2
- package/dist/ovenplayer.js +1 -1
- package/dist/ovenplayer.js.map +1 -1
- package/package.json +1 -1
- package/src/js/api/Configurator.js +4 -2
- package/src/js/api/constants.js +9 -0
- package/src/js/api/provider/html5/Listener.js +32 -33
- package/src/js/api/provider/html5/providers/WebRTC.js +9 -2
- package/src/js/utils/deepMerge.js +42 -0
- package/src/js/view/components/controls/progressBar.js +0 -22
- package/src/js/view/components/controls/settingPanel/main.js +4 -3
- package/src/js/view/components/controls/settingPanel/qualityPanel.js +1 -1
- package/src/js/view/components/controls/timeDisplay.js +14 -23
- package/src/js/view/view.js +101 -98
package/README.md
CHANGED
|
@@ -52,7 +52,7 @@ We need your help to keep and develop our open-source project, and we want to te
|
|
|
52
52
|
We always hope that OvenPlayer will make your project a success.
|
|
53
53
|
|
|
54
54
|
## For more information
|
|
55
|
-
* [AirenSoft Website](https://airensoft.com)
|
|
55
|
+
* [AirenSoft Website](https://airensoft.com)
|
|
56
56
|
* About OvenMediaEngine, OvenMediaEngine Enterprise, OvenVideo, AirenBlog and more
|
|
57
57
|
* [OvenPlayer Getting Started](https://airensoft.gitbook.io/ovenplayer)
|
|
58
58
|
* User guide for OvenPlayer UI Customize, API Reference, Examples, and more
|
|
@@ -73,6 +73,6 @@ AirenSoft aims to make it easier for you to build a stable broadcasting/streamin
|
|
|
73
73
|
Therefore, we will continue developing and providing the most optimized tools for smooth Sub-Second Latency Streaming.
|
|
74
74
|
|
|
75
75
|
Would you please click on each link below for details:
|
|
76
|
-
* ["JavaScript-based Live Streaming
|
|
76
|
+
* ["JavaScript-based Live Streaming Encoder" **OvenLiveKit**](https://github.com/AirenSoft/OvenLiveKit-Web)
|
|
77
77
|
* ["Sub-Second Latency Streaming Server with LLHLS and WebRTC" **OvenMediaEngine**](https://github.com/AirenSoft/OvenMediaEngine)
|
|
78
78
|
* ["JavaScript-based Player with LLHLS and WebRTC" **OvenPlayer**](https://github.com/AirenSoft/OvenPlayer)
|