From fa6d742eae6434f4100dc2bbea2757c3401ccb17 Mon Sep 17 00:00:00 2001 From: Joey Parrish Date: Wed, 15 Jan 2025 11:39:20 -0800 Subject: [PATCH] feat: Add HEVC (#12) With new improvements to shaka-streamer's upload speed, we can now stream H264, VP9, HEVC, and AV1 with AAC, Opus, AC3, and FLAC. Our encoding device's average throughput reaches 1x after 70 minutes of streaming. --- config/pipeline.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/pipeline.yaml b/config/pipeline.yaml index 29b5fff..646a476 100644 --- a/config/pipeline.yaml +++ b/config/pipeline.yaml @@ -29,8 +29,9 @@ audio_codecs: - ac3 - flac video_codecs: - - hw:h264 + - h264 - hw:vp9 + - hw:hevc - av1 channel_layouts: - stereo