shaka-packager/packager/media/formats
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
..
dvb feat!: Rewrite build system and third-party dependencies (#1310) 2023-12-01 09:32:19 -08:00
mp2t feat: Add support for single file TS for HLS (#934) 2024-02-23 15:28:11 -08:00
mp4 feat: This patch adds support for DTS:X Profile 2 audio in MP4 files. (#1303) 2024-02-14 23:03:03 -08:00
packed_audio feat!: Rewrite build system and third-party dependencies (#1310) 2023-12-01 09:32:19 -08:00
ttml feat!: Rewrite build system and third-party dependencies (#1310) 2023-12-01 09:32:19 -08:00
webm feat!: Rewrite build system and third-party dependencies (#1310) 2023-12-01 09:32:19 -08:00
webvtt feat: default text zero bias (#1330) 2024-02-08 10:39:50 -08:00
wvm feat!: Rewrite build system and third-party dependencies (#1310) 2023-12-01 09:32:19 -08:00
CMakeLists.txt feat!: Rewrite build system and third-party dependencies (#1310) 2023-12-01 09:32:19 -08:00