You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reported by one of the users in a review. One such site is https://echo360.org.uk/ (there is no free access, unfortunately).
The behavior is: both of the videos (the one with the presentation slides, and the actual video) play, but if you open the popup, it's all red and it doesn't show the blue at all, i.e. the video has no sound. I suspect this is because we attach to the video that is the "slides" video, but since it has no sound, we just keep skipping.
In addition, we don't support playing two videos at the same time anyway, I think, because of AudioContext stuff.
But a good approach would be to not attach to the "slides" video. If the "🔇❌ Don't apply to muted media elements" option is checked, and the video is muted, this should not be happening anyway, but apparently the "slides" video on that site is not muted - it just has no sound...
We also do have code that makes sure that we attach to the video that started playing the last (i.e. the one that the user unpaused last), but this doesn't seem to help. I guess this could be because the "slides" video" gets unpaused after the user unpauses the actual video.
Workaround
Make sure to enable "🔇❌ Don't apply to muted media elements" on the options page.
Reported by one of the users in a review. One such site is https://echo360.org.uk/ (there is no free access, unfortunately).
The behavior is: both of the videos (the one with the presentation slides, and the actual video) play, but if you open the popup, it's all red and it doesn't show the blue at all, i.e. the video has no sound. I suspect this is because we attach to the video that is the "slides" video, but since it has no sound, we just keep skipping.
In addition, we don't support playing two videos at the same time anyway, I think, because of
AudioContext
stuff.But a good approach would be to not attach to the "slides" video. If the "🔇❌ Don't apply to muted media elements" option is checked, and the video is muted, this should not be happening anyway, but apparently the "slides" video on that site is not muted - it just has no sound...
We also do have code that makes sure that we attach to the video that started playing the last (i.e. the one that the user unpaused last), but this doesn't seem to help. I guess this could be because the "slides" video" gets unpaused after the user unpauses the actual video.
Workaround
Make sure to enable "🔇❌ Don't apply to muted media elements" on the options page.
Paste
or
in the console. Choose the option that keeps the "main" video unmuted, while muting the one with the slides.
Pause, then unpause the video.
You would have to perform this on every page refresh.
The text was updated successfully, but these errors were encountered: