Last active
January 26, 2022 13:03
-
-
Save stolen/c7f9ced139fb38b5759ff3a73d7a6717 to your computer and use it in GitHub Desktop.
HLS with CODECS="opus"
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Demo playlist + segments |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#EXTM3U | |
#EXT-X-MEDIA-SEQUENCE:32337 | |
#EXT-X-TARGETDURATION:7 | |
#EXT-X-VERSION:6 | |
#EXT-X-PROGRAM-DATE-TIME:2022-01-26T11:52:19Z | |
#EXT-X-MAP:URI="a1-init.hls.fmp4" | |
#EXTINF:6.000, | |
a1-seg-0-32337.hls.fmp4 | |
#EXTINF:6.000, | |
a1-seg-0-32338.hls.fmp4 | |
#EXTINF:6.000, | |
a1-seg-0-32339.hls.fmp4 | |
#EXTINF:6.000, | |
a1-seg-0-32340.hls.fmp4 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#EXTM3U | |
#EXT-X-MEDIA:TYPE=AUDIO,GROUP-ID="aac",NAME="eng a1",DEFAULT=YES,AUTOSELECT=YES,LANGUAGE="eng",URI="a1-index.fmp4.m3u8" | |
#EXT-X-STREAM-INF:AVERAGE-BANDWIDTH=1620000,BANDWIDTH=2030000,AUDIO="aac",RESOLUTION=1920x1080,CODECS="av01.0.08M.08,opus" | |
v1-index.fmp4.m3u8 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#EXTM3U | |
#EXT-X-MEDIA-SEQUENCE:32337 | |
#EXT-X-TARGETDURATION:7 | |
#EXT-X-VERSION:6 | |
#EXT-X-PROGRAM-DATE-TIME:2022-01-26T11:52:19Z | |
#EXT-X-MAP:URI="v1-init.hls.fmp4" | |
#EXTINF:6.000, | |
v1-seg-0-32337.hls.fmp4 | |
#EXTINF:6.000, | |
v1-seg-0-32338.hls.fmp4 | |
#EXTINF:6.000, | |
v1-seg-0-32339.hls.fmp4 | |
#EXTINF:6.000, | |
v1-seg-0-32340.hls.fmp4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment