mirror of
				https://github.com/aler9/gortsplib
				synced 2025-10-31 02:26:57 +08:00 
			
		
		
		
	update examples
This commit is contained in:
		| @@ -49,7 +49,7 @@ func main() { | ||||
|  | ||||
| 	buf = make([]byte, 2048) | ||||
| 	for { | ||||
| 		// read RTP packets from the source | ||||
| 		// read packets from the source | ||||
| 		n, _, err := pc.ReadFrom(buf) | ||||
| 		if err != nil { | ||||
| 			panic(err) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 aler9
					aler9