Releases: AirenSoft/OvenPlayer
v0.10.20
v0.10.19
What's Changed
v0.10.18
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
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
- @Morpheus235 made their first contribution in #254
Full Changelog: v0.10.16...v0.10.17
v0.10.16
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
- @command-tab made their first contribution in #253
Full Changelog: v0.10.15...v0.10.16
Releasing v0.10.15
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
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
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
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
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