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
It does play but it takes a huge amount of time after clicking the play button for the video to start.
Few things to note:
the media is loaded: the file has been loaded to an object ressource URL, the source has been set, the video tag sends the canplay, canplaythrough, loadeddata, basically all the events indicating that it should indeed be able to play the media
await videoEl.play() returns instantly without any exception thrown
the playing event is sent, indicating that the media is being played
I've looked at multiple events which could indicate that something is wrong (error, stalled, suspend, ...). We do get a suspend event but it's before we get the canplaythrough event, which makes sens. Same thing also happens on Chrome.
tried to force a call to videoEl.load() to try and reload the video, but it doesn't change anything
The only thing I've noticed is that once the video starts playing, it appears in the volume mixer of my system (in this case shown in XFCE), which is not the case with Chrome.
Parsec version tested on:
v3.2.1-a.0+dev
Platforms tested on:
MacOS
Bug description:
Enregistrement.de.l.ecran.2024-12-27.a.14.38.14.mov
Relevant output:
No response
The text was updated successfully, but these errors were encountered: