<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.webkit.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4.1"
          urlbase="https://bugs.webkit.org/"
          
          maintainer="admin@webkit.org"
>

    <bug>
          <bug_id>269042</bug_id>
          
          <creation_ts>2024-02-08 19:26:44 -0800</creation_ts>
          <short_desc>MediaSource in GPU must wait for MediaPlayer in ContentProcess to process a new track</short_desc>
          <delta_ts>2024-02-08 19:27:10 -0800</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>Media</component>
          <version>WebKit Nightly Build</version>
          <rep_platform>Unspecified</rep_platform>
          <op_sys>Unspecified</op_sys>
          <bug_status>NEW</bug_status>
          <resolution></resolution>
          
          <see_also>https://bugs.webkit.org/show_bug.cgi?id=265982</see_also>
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords>InRadar</keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          <blocked>264134</blocked>
          <everconfirmed>1</everconfirmed>
          <reporter name="Jean-Yves Avenard [:jya]">jean-yves.avenard</reporter>
          <assigned_to name="Jean-Yves Avenard [:jya]">jean-yves.avenard</assigned_to>
          <cc>webkit-bug-importer</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>2012063</commentid>
    <comment_count>0</comment_count>
    <who name="Jean-Yves Avenard [:jya]">jean-yves.avenard</who>
    <bug_when>2024-02-08 19:26:44 -0800</bug_when>
    <thetext>When the SourceBufferPrivate parses a new init segment, it will create a new Track object for each discovered track.

The operation of creating the track is done by the MediaPlayerPrivate.

When the GPU Process is in use, the Track created is a RemoteAudioTrackProxy/RemoteVideoTrackProxy/RemoteTextTrackProxy and this is done by the RemoteMediaPlayerProxy

Each RemoteTrackProxy constructor then send a message to the MediaPlayerPrivateRemote running in the content process to register the new track. This operation is done on the main thread.

Following bug 265982; MSE now runs in a dedicated WorkQueue to avoid being bottlenecked by the main thread&apos;s usage.

However, parsing the init segment by the SourceBufferPrivate in the GPU Process can&apos;t complete until the CP&apos;s MediaPlayerPrivateRemote has fully processed the new track.

This means that if the main thread is busy, the GPUP&apos;s MSE is now waiting.

We should find a way to remove this bottleneck</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2012065</commentid>
    <comment_count>1</comment_count>
    <who name="Radar WebKit Bug Importer">webkit-bug-importer</who>
    <bug_when>2024-02-08 19:27:10 -0800</bug_when>
    <thetext>&lt;rdar://problem/122599459&gt;</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>