Skip to content

Commit 3e8127e

Browse files
committed
Add RTMP ingress support to SendStatsRequest protobuf + makefile commands
1 parent 49d1b2a commit 3e8127e

File tree

6 files changed

+1132
-561
lines changed

6 files changed

+1132
-561
lines changed

Makefile

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,19 @@ CURRENT_VERSION_BUG = 0
1313
GIT_DESCRIBE := $(shell git describe)
1414
GITHUB_HEAD_REF ?= $(shell git branch --show-current)
1515

16+
.PHONY: install-proto-tools
17+
install-proto-tools:
18+
@echo "Installing protobuf tools..."
19+
./install.sh
20+
21+
.PHONY: generate-proto
22+
generate-proto:
23+
@echo "Generating protocol buffers..."
24+
REALPATH=grealpath ./generate.sh
25+
26+
.PHONY: proto
27+
proto: install-proto-tools generate-proto
28+
1629
update-main:
1730
git checkout main
1831
git pull

protobuf/video/sfu/models/models.pb.go

Lines changed: 398 additions & 274 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

protobuf/video/sfu/models/models_vtproto.pb.go

Lines changed: 342 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)