Releases: AirenSoft/OvenPlayer
Releasing v0.10.11
Summary
Remove unnecessary library loading on demo.ovenplayer.com
Add Favicon to demo.ovenplayer.com
Add WebRTC playoutDelayHint setting to demo.ovenplayer.com
Add API that can get media element such as
What's Changed
- merge dev to master by @SangwonOh in #236
Full Changelog: v0.10.10...v0.10.11
Releasing v0.10.10
Summary
Add polish language support
Add a way to access the hls.js object
Make full screen on double click by default
Make the player handle the error occurs while create peer connection
Make the audio context only when audio tracks are in the stream
What's Changed
New Contributors
Full Changelog: v0.10.9...v0.10.10
Releasing v0.10.9
Add support for --op-accent-color CSS variable.
Fix the volume button state is not applied when controls:false is set.
Releasing v0.10.8
Resolves audio delay in Safari
Releasing v0.10.7
Do an experimental test to match the A/V sync
- Fixed tiny code error
Releasing v0.10.6
Do an experimental test to match the A/V sync
- Added only to initialize AudioContext
Releasing v0.10.5
- Add showControls() API
- Make the player keep same volume when changing the playback source
- The volume was initialized when changing the playback source.
Releasing v0.10.4
Fix broken getVersion API
Make signaling possible with iceServers and username variable
Releasing v0.10.3
Error handling has been simplified for each protocol.
Add a player initialization parameter called dashConfig
- You can configure dashjs while initializing the player.
Deprecate 2.x.x version of dashjs support
Releasing v0.10.2
Refactoring for life cycle management
- The ready event is changed to fire only once when initializing the player.
- Set the number of retries and delays of HLS and DASH to use the default values of each library.
- The play() API is changed to be called after loadedmetadata occurs internally.
Make hlsjs retry attempts use default value
Make dashjs retry attempts use default value
Make the player not to check for packet loss by default
Fix big play button was shown while first loading
Remove flash stuffs
Make resize event not triggered while initializing