shaka-packager/packager/app/test/testdata/hls-single-segment-ts
sr90 4aa4b4b9aa
feat: Add support for single file TS for HLS (#934)
This is based on comments at
https://github.com/google/shaka-packager/pull/891. The muxer is deciding
whether to write to a single file or a segment file based on the
configuration.

Example:
```
../packager 'in=TOS.ts,stream=video,output=tos_video.ts,playlist_name=tos_video.m3u8' \
            'in=TOS.ts,stream=audio,output=tos_audio.ts,playlist_name=tos_audio.m3u8' \
           --hls_master_playlist_output tos.m3u8
```
Tested the content using Exoplayer.

---------

Co-authored-by: Cosmin Stejerean <cstejerean@meta.com>
2024-02-23 15:28:11 -08:00
..
bear-640x360-audio.m3u8 feat: Add support for single file TS for HLS (#934) 2024-02-23 15:28:11 -08:00
bear-640x360-audio.ts feat: Add support for single file TS for HLS (#934) 2024-02-23 15:28:11 -08:00
bear-640x360-video-iframe.m3u8 feat: Add support for single file TS for HLS (#934) 2024-02-23 15:28:11 -08:00
bear-640x360-video.m3u8 feat: Add support for single file TS for HLS (#934) 2024-02-23 15:28:11 -08:00
bear-640x360-video.ts feat: Add support for single file TS for HLS (#934) 2024-02-23 15:28:11 -08:00
output.m3u8 feat: Add support for single file TS for HLS (#934) 2024-02-23 15:28:11 -08:00