video.js icon indicating copy to clipboard operation
video.js copied to clipboard

HLS Playback issue on firefox

Open me16eskandari opened this issue 5 years ago • 10 comments

Description

HLS streaming works fine in Chrome, but it gets the error "The media playback was aborted due to a corruption problem or because the media used features your browser did not support." on Mozilla Firefox.

Steps to reproduce

  1. go to https://videojs.github.io/http-streaming/
  2. paste https://s-v1.tamasha.com/statics/stream/zXA33/master.m3u8 in Video URL textbox
  3. click on Load

Results

Expected

It should work fine in any browser.

Actual

Video playback got aborted in firefox

Error output

VIDEOJS: ERROR: (CODE:3 MEDIA_ERR_DECODE) The media playback was aborted due to a corruption problem or because the media used features your browser did not support. Object { code: 3, message: "The media playback was aborted due to a corruption problem or because the media used features your browser did not support." }

Additional Information

Please include any additional information necessary here. Including the following:

versions

videojs

^7.8.2

browsers

Mozilla Firefox

OSes

Windows 10 It also does not work on any browser in android

plugins

[email protected] [email protected]

me16eskandari avatar Oct 20 '20 15:10 me16eskandari