mirror of
https://github.com/aler9/gortsplib
synced 2025-10-04 06:46:42 +08:00
update doc
This commit is contained in:
@@ -22,7 +22,7 @@ func main() {
|
||||
defer conn.Close()
|
||||
|
||||
for {
|
||||
// read RTP frames
|
||||
// read RTP packets
|
||||
done := make(chan struct{})
|
||||
go func() {
|
||||
defer close(done)
|
||||
|
Reference in New Issue
Block a user