Skip to content

Commit

Permalink
docs: Add native HLS playback in Safari in FAQ
Browse files Browse the repository at this point in the history
Change-Id: Ibb8e96037521ea31546a8760220413592ba8d9a4
  • Loading branch information
michellezhuogg committed Jul 9, 2020
1 parent 943bdb2 commit 5923388
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/tutorials/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,16 @@ you see JSON, you will need to [unwrap the response][wrapping].

<hr>

**Q:** Why doesn't getStats() work in Safari?

**A:** To play HLS content on Safari, we default to using Apple's native src=
playback. Since the browser handles playback, we don't get much information.

If you want to disable native playback and use MediaSource playback instead,
configure [`.streaming.useNativeHlsOnSafari`][StreamingConfiguration] to false.

<hr>

**Q:** Why doesn't my HLS content work?

**A:** If your HLS content uses MPEG2-TS, you may need to enable transmuxing.
Expand Down

0 comments on commit 5923388

Please sign in to comment.