mirror of
https://github.com/arcodange-org/mediabunny.git
synced 2026-09-27 10:53:50 +02:00
- Add support for fMP4 segments - Add initInput (supported by ISOBMFF and MPEG-TS) - Input.isSupported() - Refactored file size retrieval logic, the file size can now be retrieved alongside the first read. - Add support for unsized UrlSources - Add support for multiple trun boxes in a row for the same track (as the spec literally says lol) - Add support for more M3U8 features - Fix faulty line reader - MPEG-TS improvements: support video parameters not in first packet, support better key frame detection, support extension PES packets without PTS - Fix reorder buffer being 1 element too small
44 lines
1.5 KiB
Plaintext
44 lines
1.5 KiB
Plaintext
#EXTM3U
|
|
#EXT-X-VERSION:1
|
|
## Created with Unified Streaming Platform(version=1.6.6)
|
|
#EXT-X-MEDIA-SEQUENCE:176505193
|
|
#EXT-X-ALLOW-CACHE:NO
|
|
#EXT-X-TARGETDURATION:10
|
|
#EXT-X-PROGRAM-DATE-TIME:TEST1
|
|
#EXTINF:8, no desc
|
|
interpretation-audio=64000-video=500000-176505193.ts
|
|
#EXTINF:8, no desc
|
|
interpretation-audio=64000-video=500000-176505194.ts
|
|
#EXTINF:8, no desc
|
|
interpretation-audio=64000-video=500000-176505195.ts
|
|
#EXTINF:8, no desc
|
|
interpretation-audio=64000-video=500000-176505196.ts
|
|
#EXTINF:10, no desc
|
|
interpretation-audio=64000-video=500000-176505197.ts
|
|
#EXT-X-PROGRAM-DATE-TIME:TEST3
|
|
#EXTINF:8, no desc
|
|
interpretation-audio=64000-video=500000-176505198.ts
|
|
#EXTINF:8, no desc
|
|
interpretation-audio=64000-video=500000-176505199.ts
|
|
#EXTINF:8, no desc
|
|
interpretation-audio=64000-video=500000-176505200.ts
|
|
#EXTINF:8, no desc
|
|
interpretation-audio=64000-video=500000-176505201.ts
|
|
#EXTINF:8, no desc
|
|
interpretation-audio=64000-video=500000-176505202.ts
|
|
#EXTINF:10, no desc
|
|
interpretation-audio=64000-video=500000-176505203.ts
|
|
#EXTINF:8, no desc
|
|
interpretation-audio=64000-video=500000-176505204.ts
|
|
#EXT-X-PROGRAM-DATE-TIME:TEST4
|
|
#EXTINF:8, no desc
|
|
interpretation-audio=64000-video=500000-176505205.ts
|
|
#EXTINF:8, no desc
|
|
interpretation-audio=64000-video=500000-176505206.ts
|
|
#EXTINF:8, no desc
|
|
interpretation-audio=64000-video=500000-176505207.ts
|
|
#EXTINF:8, no desc
|
|
interpretation-audio=64000-video=500000-176505208.ts
|
|
#EXTINF:10, no desc
|
|
interpretation-audio=64000-video=500000-176505209.ts
|
|
#EXT-X-ENDLIST |