Skip to content

Commit

Permalink
feat: Add HEVC (#12)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
joeyparrish authored Jan 15, 2025
1 parent a744e17 commit fa6d742
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,9 @@ audio_codecs:
- ac3
- flac
video_codecs:
- hw:h264
- h264
- hw:vp9
- hw:hevc
- av1
channel_layouts:
- stereo
Expand Down

0 comments on commit fa6d742

Please sign in to comment.