Skip to content

Commit

Permalink
chore: fix port for rtprelay in docs example
Browse files Browse the repository at this point in the history
  • Loading branch information
psanders committed Mar 4, 2024
1 parent 6b4d932 commit f1e1d36
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .scripts/clean.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

set -e

rimraf **/logs
rimraf **/*/tsconfig.tsbuildinfo
rimraf **/*/dist
rimraf **/*/node_modules
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/development/components/rtprelay.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,6 @@ One easy way to interact with the RTPRelay for testing and development is to use
grpcurl -plaintext \
-import-path /path/to/protos \
-proto processor.proto -d '{...}' \
localhost:51901 \
localhost:51903 \
fonoster.routr.processor.v2beta1.Processor/ProcessMessage
```

0 comments on commit f1e1d36

Please sign in to comment.