normalize names

This commit is contained in:
aler9
2021-01-06 12:26:07 +01:00
parent 85e7127cfe
commit 8e70ac4d59
15 changed files with 117 additions and 117 deletions

View File

@@ -58,7 +58,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 {
panic(err)
}