feat: add openRTPServer at gb28181

This commit is contained in:
langhuihui
2025-05-08 11:44:03 +08:00
parent 721d4279d5
commit bfed307fa2
11 changed files with 3208 additions and 1138 deletions

View File

@@ -9,8 +9,8 @@
### Install gRPC
```shell
$ go install google.golang.org/protobuf/cmd/protoc-gen-go@v1.28
$ go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@v1.2
$ go install google.golang.org/protobuf/cmd/protoc-gen-go@latest
$ go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@latest
```
### Install gRPC-Gateway