fix example

This commit is contained in:
aler9
2021-06-19 19:04:08 +02:00
parent ff8c485b11
commit c81daa8f70

View File

@@ -140,7 +140,7 @@ func main() {
Handler: &serverHandler{}, Handler: &serverHandler{},
UDPRTPAddress: ":8000", UDPRTPAddress: ":8000",
UDPRTCPAddress: ":8001", UDPRTCPAddress: ":8001",
MulticastIPRange: "244.1.0.0/16", MulticastIPRange: "224.1.0.0/16",
MulticastRTPPort: 8002, MulticastRTPPort: 8002,
MulticastRTCPPort: 8003, MulticastRTCPPort: 8003,
} }