RESOLVED FIXED Bug 237196
MediaSession.setPositionState() does not work.
https://bugs.webkit.org/show_bug.cgi?id=237196
Summary MediaSession.setPositionState() does not work.
Mitsuo Matsunaga
Reported 2022-02-25 03:18:09 PST
We develop a player that can play a part of a content. I executed setPositionState() as follows. However, it is not reflected in "Now Playing" in Control Center. navigator.mediaSession.setPositionState({ duration: 140, position: pos + 10 }); Sample https://dev-player-issue.s3.ap-northeast-1.amazonaws.com/webkit/media_session.html
Attachments
Patch (2.28 KB, patch)
2022-04-10 23:51 PDT, Jean-Yves Avenard [:jya]
no flags
Patch (21.11 KB, patch)
2022-04-26 01:44 PDT, Jean-Yves Avenard [:jya]
no flags
Patch (22.96 KB, patch)
2022-04-26 07:07 PDT, Jean-Yves Avenard [:jya]
no flags
Radar WebKit Bug Importer
Comment 1 2022-02-25 09:57:43 PST
Mitsuo Matsunaga
Comment 2 2022-03-27 19:13:29 PDT
Please give me a reply.
Jean-Yves Avenard [:jya]
Comment 3 2022-04-10 23:51:03 PDT
Jean-Yves Avenard [:jya]
Comment 4 2022-04-26 01:44:40 PDT
Jean-Yves Avenard [:jya]
Comment 5 2022-04-26 07:07:08 PDT
Created attachment 458358 [details] Patch Fix seeking in media using default control and then pausing in Now Playing. Cursor was jumping around: instead simulate a call to setPositionState. Fix GTK compilation
Eric Carlson
Comment 6 2022-04-26 08:23:49 PDT
Comment on attachment 458358 [details] Patch r=me once the bots are happy
EWS
Comment 7 2022-04-26 17:30:30 PDT
Committed r293488 (250022@main): <https://commits.webkit.org/250022@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 458358 [details].
Note You need to log in before you can comment on or make changes to this bug.