[go: up one dir, main page]

Skip to content

Releases: AirenSoft/OvenPlayer

v0.10.20

20 May 10:50
64af6fb
Compare
Choose a tag to compare

v0.10.19

v0.10.18

22 Apr 06:12
Compare
Choose a tag to compare

What's Changed

Remove DNS Resolving for Firefox when playing webrtc stream.

In Firefox, we can't create ICE candidate with a domain anyway.
So, the logic of copying Candidate by domain name should not run on the Firefox.

Full Changelog: v0.10.17...v0.10.18

v0.10.17

14 Feb 01:13
Compare
Choose a tag to compare

Hot Fix

  • Fix fullscreen check logic
    Because of wrong check logic, if one player goes fullscreen, the op-fullscreen class is also attached to other players.

What's Changed

  • update node package versions
  • fix typo in recorverPacketLoss by @Morpheus235 in #254

New Contributors

Full Changelog: v0.10.16...v0.10.17

v0.10.16

11 Jan 12:12
Compare
Choose a tag to compare

Hot Fix

  • Fix an issue where the UI would not work due to getting the wrong root element

What's Changed

  • Improve subtitle text visibility
  • Fix API .remove() example by @command-tab in #253

New Contributors

Full Changelog: v0.10.15...v0.10.16

Releasing v0.10.15

07 Jan 09:09
Compare
Choose a tag to compare

Summary

Rename the existing docs directory to demo for a purpose
Add GitBook Git Sync
Fix to not refer to the id attribute of the player container
Fix webrtcConfig.timeoutMaxRetry breaks playback on firefox

Full Changelog: v0.10.14...v0.10.15

Releasing v0.10.14

28 Dec 07:36
Compare
Choose a tag to compare

Summary

Hot fix

Remove the logic to set the loading state when connecting to webrtc

If the player cannot play due to browser policy in the loading state,
it is difficult to change it to the idle state.

Full Changelog: v0.10.13...v0.10.14

Releasing v0.10.13

27 Dec 12:32
Compare
Choose a tag to compare

Summary

Make control the timeout until a WebRTC connection is established
Fix css variable is not worked on old IE11
Fix broken showControls api

Full Changelog: v0.10.12...v0.10.13

Releasing v0.10.12

02 Dec 10:44
Compare
Choose a tag to compare

Summary

Improve OvenPlayer demo application
Fix incorrect SDP parsing to put opus stereo option

Full Changelog: v0.10.11...v0.10.12

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