Bug 255584 - ManagedMediaSource should stop tagging network operation as media if player not following buffering guidance
Summary: ManagedMediaSource should stop tagging network operation as media if player n...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Media (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Jean-Yves Avenard [:jya]
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2023-04-18 00:40 PDT by Jean-Yves Avenard [:jya]
Modified: 2023-04-18 16:14 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jean-Yves Avenard [:jya] 2023-04-18 00:40:52 PDT
The Managed Media Source object currently tags networking activity as media when the streaming attribute is true.

However, if buffering is too slow, or if continuous call to appendBuffer is made, we should stop doing so so that we stop keeping the 5G modem on.
Comment 1 Jean-Yves Avenard [:jya] 2023-04-18 00:41:05 PDT
rdar://106091782
Comment 2 Jean-Yves Avenard [:jya] 2023-04-18 00:57:49 PDT
Pull request: https://github.com/WebKit/WebKit/pull/12850
Comment 3 EWS 2023-04-18 16:14:23 PDT
Committed 263105@main (4b47aa217bc8): <https://commits.webkit.org/263105@main>

Reviewed commits have been landed. Closing PR #12850 and removing active labels.