mirror of
https://github.com/aler9/gortsplib
synced 2025-10-06 23:52:46 +08:00
add client-read-format-av1 example (#399)
This commit is contained in:
@@ -64,6 +64,7 @@ func main() {
|
||||
// decode timestamp
|
||||
pts, ok := c.PacketPTS(medi, pkt)
|
||||
if !ok {
|
||||
log.Printf("waiting for timestamp")
|
||||
return
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user