ScuffleTV / scuffle

Live streaming platform
https://scuffle.tv
233 stars 26 forks source link

Add video ingest / edge / transcoding #76

Closed TroyKomodo closed 1 year ago

TroyKomodo commented 1 year ago

Proposed changes

This PR aims to add the video infra side of scuffle.

fixes #42 #38 #40 #41

Types of changes

What types of changes does your code introduce to Scuffle? Put an x in the boxes that apply

Checklist

Put an x in the boxes that apply. You can also fill these out after creating the PR. If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before merging your code.

Further comments

This will take a while.

codecov[bot] commented 1 year ago

Codecov Report

Merging #76 (5b5d1d6) into main (606f639) will decrease coverage by 17.68%. The diff coverage is 80.97%.

:exclamation: Current head 5b5d1d6 differs from pull request most recent head 438ed75. Consider uploading reports for the commit 438ed75 to get more accurate results

@@             Coverage Diff             @@
##             main      #76       +/-   ##
===========================================
- Coverage   82.75%   65.07%   -17.68%     
===========================================
  Files          49      210      +161     
  Lines        1548    14838    +13290     
===========================================
+ Hits         1281     9656     +8375     
- Misses        267     5182     +4915     
Impacted Files Coverage Δ
backend/api/src/api/v1/gql/models/session.rs 93.75% <ø> (ø)
backend/api/src/database/channel_role.rs 0.00% <0.00%> (ø)
backend/api/src/database/channel_role_grant.rs 0.00% <0.00%> (ø)
backend/api/src/database/global_role_grant.rs 0.00% <0.00%> (ø)
backend/api/src/database/stream_bitrate_update.rs 0.00% <0.00%> (ø)
common/src/lib.rs 100.00% <ø> (ø)
video/bytesio/src/bit_reader.rs 83.33% <ø> (ø)
video/bytesio/src/bit_writer.rs 76.25% <ø> (ø)
video/bytesio/src/bytes_reader.rs 88.40% <ø> (ø)
video/bytesio/src/bytes_writer.rs 86.95% <ø> (ø)
... and 65 more

... and 125 files with indirect coverage changes