Skip to content

Commit

Permalink
Add RTMP ingress support to SendStatsRequest protobuf + makefile comm…
Browse files Browse the repository at this point in the history
…ands
  • Loading branch information
sachaarbonel committed Feb 12, 2025
1 parent 49d1b2a commit 3e8127e
Show file tree
Hide file tree
Showing 6 changed files with 1,132 additions and 561 deletions.
13 changes: 13 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,19 @@ CURRENT_VERSION_BUG = 0
GIT_DESCRIBE := $(shell git describe)
GITHUB_HEAD_REF ?= $(shell git branch --show-current)

.PHONY: install-proto-tools
install-proto-tools:
@echo "Installing protobuf tools..."
./install.sh

.PHONY: generate-proto
generate-proto:
@echo "Generating protocol buffers..."
REALPATH=grealpath ./generate.sh

.PHONY: proto
proto: install-proto-tools generate-proto

update-main:
git checkout main
git pull
Expand Down
672 changes: 398 additions & 274 deletions protobuf/video/sfu/models/models.pb.go

Large diffs are not rendered by default.

342 changes: 342 additions & 0 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 3e8127e

Please sign in to comment.