Skip to content

Commit

Permalink
accept a list of codecs
Browse files Browse the repository at this point in the history
  • Loading branch information
thesyncim committed Oct 18, 2024
1 parent 0ce591e commit 1867e14
Show file tree
Hide file tree
Showing 7 changed files with 557 additions and 762 deletions.
646 changes: 303 additions & 343 deletions protobuf/video/sfu/models/models.pb.go

Large diffs are not rendered by default.

8 changes: 2 additions & 6 deletions protobuf/video/sfu/models/models.proto
Original file line number Diff line number Diff line change
Expand Up @@ -110,12 +110,8 @@ message VideoLayer {


message Codec {
uint32 payload_type = 1;
string name = 2;
string fmtp_line = 3;
uint32 clock_rate = 4;
string encoding_parameters = 5;
repeated string feedbacks = 6;
string mime_type = 1;
string scalability_mode = 2;
}

message ICETrickle {
Expand Down
176 changes: 16 additions & 160 deletions protobuf/video/sfu/models/models_vtproto.pb.go

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

Loading

0 comments on commit 1867e14

Please sign in to comment.