mirror of
				https://github.com/aler9/gortsplib
				synced 2025-11-01 02:52:36 +08:00 
			
		
		
		
	server: use one IP per stream; expose multicast parameters in configuration
This commit is contained in:
		| @@ -389,6 +389,9 @@ func TestServerHighLevelPublishRead(t *testing.T) { | ||||
| 				proto = "rtsp" | ||||
| 				s.UDPRTPAddress = "127.0.0.1:8000" | ||||
| 				s.UDPRTCPAddress = "127.0.0.1:8001" | ||||
| 				s.MulticastIPRange = "224.1.0.0/16" | ||||
| 				s.MulticastRTPPort = 8002 | ||||
| 				s.MulticastRTCPPort = 8003 | ||||
| 			} | ||||
|  | ||||
| 			err := s.Start("localhost:8554") | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 aler9
					aler9