mirror of
https://github.com/aler9/gortsplib
synced 2025-10-05 23:26:54 +08:00
normalize names
This commit is contained in:
@@ -66,7 +66,7 @@ func main() {
|
||||
}
|
||||
|
||||
// write track frames
|
||||
err = conn.WriteFrame(track.ID, gortsplib.StreamTypeRtp, buf[:n])
|
||||
err = conn.WriteFrame(track.ID, gortsplib.StreamTypeRTP, buf[:n])
|
||||
if err != nil {
|
||||
break
|
||||
}
|
||||
|
Reference in New Issue
Block a user