Skip to content

Commit

Permalink
Add support for MP4+TTML in HLS
Browse files Browse the repository at this point in the history
Previously, our HLS implementation only supported WebVTT, because
that seemed to be the only supported format in HLS.

Now, we add support for other formats by extending the MIME and codec
guessing system to text streams.  We also add a parser registration
for HLS's new "stpp.TTML.im1t" codec string.

Closes #986

Change-Id: I0a58ca4650675ff0546e36edf4114290f7931239
  • Loading branch information
joeyparrish committed Aug 31, 2017
1 parent 1df895e commit 30d32b1
Show file tree
Hide file tree
Showing 3 changed files with 444 additions and 73 deletions.

0 comments on commit 30d32b1

Please sign in to comment.