Skip to content

Commit

Permalink
docs: update troubleshooting guide for Edge/mobile Chrome (#216)
Browse files Browse the repository at this point in the history
  • Loading branch information
forbesjo committed Sep 6, 2018
1 parent 413f0e8 commit 21e5335
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/troubleshooting.md
Expand Up @@ -37,6 +37,8 @@ you need to properly configure CORS on your server: https://github.com/videojs/h

Some browsers support native playback of certain streaming formats. By default, we defer to the native players. However, this means that features specific to videojs-http-streaming will not be available.

On Edge and mobile Chrome, 608 captions, ID3 tags or live streaming may not work as expected with native playback, it is recommended that `overrideNative` be used on those platforms if necessary.

Solution: use videojs-http-streaming based playback on those devices: https://github.com/videojs/http-streaming#overridenative

## MEDIA_ERR_DECODE error on Desktop Safari
Expand Down

0 comments on commit 21e5335

Please sign in to comment.