Skip to content

Commit

Permalink
rtmp impl
Browse files Browse the repository at this point in the history
  • Loading branch information
TroyKomodo committed Feb 11, 2025
1 parent 5f136ca commit d390b17
Show file tree
Hide file tree
Showing 50 changed files with 1,935 additions and 1,960 deletions.
1 change: 1 addition & 0 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,10 +103,10 @@ component_management:
name: scuffle-pprof
paths:
- crates/pprof/**
# - component_id: scuffle-rtmp
# name: scuffle-rtmp
# paths:
# - crates/rtmp/**
- component_id: scuffle-rtmp
name: scuffle-rtmp
paths:
- crates/rtmp/**
- component_id: scuffle-settings
name: scuffle-settings
paths:
Expand Down
1 change: 1 addition & 0 deletions crates/rtmp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ tokio = { version = "1.36", features = ["io-util", "sync"] }
futures = "0.3"
async-trait = "0.1"
tracing = "0.1"
thiserror = "2.0"

scuffle-amf0.workspace = true
scuffle-workspace-hack.workspace = true
Expand Down
42 changes: 0 additions & 42 deletions crates/rtmp/src/channels/mod.rs

This file was deleted.

Loading

0 comments on commit d390b17

Please sign in to comment.