Skip to content

Releases: AirenSoft/OvenPlayer

Releasing v0.10.11

23 Nov 09:09
8e35a01
Compare
Choose a tag to compare

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

Full Changelog: v0.10.10...v0.10.11

Releasing v0.10.10

29 Oct 11:28
Compare
Choose a tag to compare

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

15 Oct 13:28
Compare
Choose a tag to compare

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

01 Oct 07:39
Compare
Choose a tag to compare

Resolves audio delay in Safari

Releasing v0.10.7

30 Sep 09:21
Compare
Choose a tag to compare

Do an experimental test to match the A/V sync

  • Fixed tiny code error

Releasing v0.10.6

30 Sep 09:04
Compare
Choose a tag to compare

Do an experimental test to match the A/V sync

  • Added only to initialize AudioContext

Releasing v0.10.5

28 Sep 08:40
Compare
Choose a tag to compare

Releasing v0.10.4

17 Sep 13:07
Compare
Choose a tag to compare

Fix broken getVersion API

Make signaling possible with iceServers and username variable

Releasing v0.10.3

12 Sep 14:39
Compare
Choose a tag to compare

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

03 Sep 13:53
Compare
Choose a tag to compare

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