mirror of
https://github.com/aler9/gortsplib
synced 2025-10-04 14:52:46 +08:00
fix example
This commit is contained in:
@@ -140,7 +140,7 @@ func main() {
|
||||
Handler: &serverHandler{},
|
||||
UDPRTPAddress: ":8000",
|
||||
UDPRTCPAddress: ":8001",
|
||||
MulticastIPRange: "244.1.0.0/16",
|
||||
MulticastIPRange: "224.1.0.0/16",
|
||||
MulticastRTPPort: 8002,
|
||||
MulticastRTCPPort: 8003,
|
||||
}
|
||||
|
Reference in New Issue
Block a user