Skip to content

Commit

Permalink
feat: Add H.265 TS transmuxer (#5611)
Browse files Browse the repository at this point in the history
  • Loading branch information
avelad committed Sep 15, 2023
1 parent 1ef5ae0 commit 3c2c095
Show file tree
Hide file tree
Showing 11 changed files with 1,009 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -286,6 +286,7 @@ Shaka Player supports:
- MP3 in MPEG-2 TS to MP3 in MP4
- MP3 in MPEG-2 TS to raw MP3
- H.264 in MPEG-2 TS to H.264 in MP4
- H.265 in MPEG-2 TS to H.265 in MP4
- Muxed content in MPEG-2 TS with the previous codecs


Expand Down
1 change: 1 addition & 0 deletions build/types/transmuxer
Expand Up @@ -7,6 +7,7 @@
+../../lib/transmuxer/ec3.js
+../../lib/transmuxer/ec3_transmuxer.js
+../../lib/transmuxer/h264.js
+../../lib/transmuxer/h265.js
+../../lib/transmuxer/mp3_transmuxer.js
+../../lib/transmuxer/mpeg_audio.js
+../../lib/transmuxer/mpeg_ts_transmuxer.js
Expand Down
1 change: 1 addition & 0 deletions karma.conf.js
Expand Up @@ -244,6 +244,7 @@ module.exports = (config) => {
{pattern: 'test/test/assets/hls-ts-h264/*', included: false},
{pattern: 'test/test/assets/hls-ts-mp3/*', included: false},
{pattern: 'test/test/assets/hls-ts-muxed-aac-h264/*', included: false},
{pattern: 'test/test/assets/hls-ts-muxed-aac-h265/*', included: false},
{pattern: 'test/test/assets/hls-ts-muxed-ac3-h264/*', included: false},
{pattern: 'test/test/assets/hls-ts-muxed-mp3-h264/*', included: false},
{pattern: 'test/test/assets/hls-ts-muxed-ec3-h264/*', included: false},
Expand Down

0 comments on commit 3c2c095

Please sign in to comment.