Skip to content

Commit

Permalink
force use of ipv4 for srtp
Browse files Browse the repository at this point in the history
  • Loading branch information
hgy59 committed Oct 15, 2023
1 parent 063e498 commit 9845cf1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion spk/go2rtc/src/go2rtc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ rtsp:
listen: ":8554"

srtp:
listen: ":18443"
# force use of ipv4
listen: "0.0.0.0:18443"

webrtc:
listen: ":8555"

0 comments on commit 9845cf1

Please sign in to comment.