update examples

This commit is contained in:
aler9
2021-11-01 10:36:45 +01:00
parent a59f840d81
commit 7e978595b5
11 changed files with 15 additions and 15 deletions

View File

@@ -61,7 +61,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)