mirror of
https://github.com/aler9/gortsplib
synced 2025-10-30 18:16:29 +08:00
update examples
This commit is contained in:
@@ -50,7 +50,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