remove ID and BaseURL from Track

This commit is contained in:
aler9
2021-06-23 23:07:55 +02:00
parent d073a185c2
commit dde57ee568
14 changed files with 236 additions and 106 deletions

View File

@@ -64,7 +64,7 @@ func main() {
}
// write RTP frames
err = conn.WriteFrame(track.ID, gortsplib.StreamTypeRTP, buf[:n])
err = conn.WriteFrame(0, gortsplib.StreamTypeRTP, buf[:n])
if err != nil {
break
}