[Webkit-unassigned] [Bug 277621] iOS Safari video element doesn't handle partial blob correctly.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 6 06:44:38 PDT 2024


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

Ahmad Saleem <ahmad.saleem792 at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ahmad.saleem792 at gmail.com

--- Comment #2 from Ahmad Saleem <ahmad.saleem792 at gmail.com> ---
@Youcheng - I changed your demo into JSfiddle:

https://jsfiddle.net/bdz9phfy/

All browsers are giving me:

*** Chrome Canary 129 ***

"Video error:", [object MediaError] {
  code: 4,
  MEDIA_ERR_ABORTED: 1,
  MEDIA_ERR_DECODE: 3,
  MEDIA_ERR_NETWORK: 2,
  MEDIA_ERR_SRC_NOT_SUPPORTED: 4,
  message: "DEMUXER_ERROR_COULD_NOT_OPEN: FFmpegDemuxer: open context failed"
}

*** Firefox Nightly 130 ***

"Video error:", [object MediaError] {
  code: 4,
  MEDIA_ERR_ABORTED: 1,
  MEDIA_ERR_DECODE: 3,
  MEDIA_ERR_NETWORK: 2,
  MEDIA_ERR_SRC_NOT_SUPPORTED: 4,
  message: "Failed to init decoder"
}

*** Safari 18 Beta ****

"Video error:", [object MediaError] {
  code: 4,
  MEDIA_ERR_ABORTED: 1,
  MEDIA_ERR_DECODE: 3,
  MEDIA_ERR_ENCRYPTED: 5,
  MEDIA_ERR_NETWORK: 2,
  MEDIA_ERR_SRC_NOT_SUPPORTED: 4,
  message: ""
}

-- 
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/20240806/2906d90d/attachment.htm>


More information about the webkit-unassigned mailing list