[Webkit-unassigned] [Bug 278396] [MSE][GStreamer] Videos don't start playing properly on Epiphany (rts.ch/play)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Sep 1 04:24:46 PDT 2024


https://bugs.webkit.org/show_bug.cgi?id=278396

Philippe Normand <philn at igalia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|[GStreamer] Videos don't    |[MSE][GStreamer] Videos
                   |start playing properly on   |don't start playing
                   |Epiphany (rts.ch/play)      |properly on Epiphany
                   |                            |(rts.ch/play)

--- Comment #3 from Philippe Normand <philn at igalia.com> ---
Well there are at least two issues:

1. the MSE readyState never goes beyond HaveMetadata, so the player pauses and never resumes.
2. only 1.9 seconds of audio are "appended" on the MediaSource

Hacking MediaPlayerPrivateGStreamerMSE::updateStates() so that shouldBePlaying is true if m_mediaSourceReadyState >= MediaPlayer::ReadyState::HaveMetadata works around the first issue, but then second issue remains anyway, so you have video playing, but only a second of audio...

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20240901/e3bbbc34/attachment.htm>


More information about the webkit-unassigned mailing list