MediaPlayerRenderer errors are not being propagated to the media::Pipeline |
|||
Issue descriptionSwitching to post demux HLS introduced the following problem: The detection of HLS is propagated as an error code through the pipeline, but RendererWrapper's |status_| is never reset. RendererWrapper does not propagate errors when it is in any other state than PIPELINE_OK.
,
Feb 16 2018
,
Feb 27 2018
There is a current uptick in Media.PipelineStatus.Unsupported PIPELINE_ERROR_DECODE UMAs, which is expected. Previously, any error during HLS playback way unreported at the PipelineStatus level (but still reported at the MediaPlayerSuccess level). We should see the level of PIPELINE_ERROR_DECODE increase and more closely match the "Media.Android.MediaPlayerSuccess.HasErrors" counts.
,
Feb 28 2018
|
|||
►
Sign in to add a comment |
|||
Comment 1 by bugdroid1@chromium.org
, Feb 16 2018