-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Full overhawl of video & audio playback to make it more complete #1432
Conversation
🦋 Changeset detectedLatest commit: 4eb2bba The changes in this PR will be included in the next version bump. This PR includes changesets to release 8 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is great work; I haven't had a chance to fully test this in production, but I believe it is better in trunk than out of it as it provides missing functionality.
…ete (rrweb-io#1432)" This reverts commit 123a81e.
…eb-io#1432) * Add support for capturing media attributes in rrweb-snapshot * Add loop to mediaInteractionParam * Add support for loop in RRMediaElement * Add support for recording loop attribute on media elements * Update video playback and fix bugs * Update cross-origin iframe media attributes and player state
…eb-io#1432) * Add support for capturing media attributes in rrweb-snapshot * Add loop to mediaInteractionParam * Add support for loop in RRMediaElement * Add support for recording loop attribute on media elements * Update video playback and fix bugs * Update cross-origin iframe media attributes and player state
This pull request adds support for capturing media attributes such as playbackRate, muted, and loop in the rrweb-snapshot library. It also includes updates to the video playback and fixes many bugs related to pausing, playing, skipping, muting, and playbackRate on media elements in rrweb itself.