Merged
Conversation
- isContentLoaded() - isRebuffering() - isPaused() - getLastStoredContentPosition()
Add `trackInfo` property to some `MediaError`
Add 4 new API methods
Add `"play"` and `"pause"` events
1b9a07f to
dfb70bc
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
PR for the incoming v3.31.0 version of the RxPlayer.
EDIT: Oops wrong changelog
📑 Changelog
Features
isContentLoaded,isBuffering,isPaused, andgetLastStoredContentPositionmethods [Add 4 new API methods #1248]playandpausedevents [Add"play"and"pause"events #1253 ]trackInfoproperty to someMediaErrorto expose information on the track that caused the error [AddtrackInfoproperty to someMediaError#1241]Bug fixes
getVideoDurationmethod when playing dynamic contents whose future end is already known [Set actual duration for dynamic contents whose future end is already known #1235]DASH_WASM.initialize's Promise if it fails [DASH/WASM: actually reject the DASH_WASM.initialize's Promise if it fails #1238]InfinityMediaSource duration for live contents to prevent playback issues [On the PlayStation 5, set Infinity MediaSource duration for live contents #1250]Other improvements
"direct"audioTrackSwitchingModecompatibility by re-seeking [Improve"direct"audioTrackSwitchingMode compatibility by re-seeking #1246]DEBUG_ELEMENTfeature now uses themonospacefallback font as a default for a better rendering on apple devices