Skip to content

Commit

Permalink
feat: improve player (#85)
Browse files Browse the repository at this point in the history
- Added ABR (#85 point 1)
Adaptive bitrate streaming is the ability for the player to dynamically
change quality based on network conditions
- Added Codec Support (#85 point 3)
We now check if the browser supports AV1 / HEVC / OPUS before we list the
quality as a potential variant.

Note: We added some unsafe code. You should read the safety comment on
what it is and how it works.
  • Loading branch information
TroyKomodo committed Jul 4, 2023
1 parent 1dd88a4 commit 1a46989
Show file tree
Hide file tree
Showing 29 changed files with 2,738 additions and 1,732 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/commitlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v3
with:
cache: 'pnpm'
cache: "pnpm"
node-version: 18.x

- name: Install dependencies
Expand Down
10 changes: 5 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 1a46989

Please sign in to comment.