mirror of
https://github.com/aler9/gortsplib
synced 2025-10-05 23:26:54 +08:00
add client-read-format-av1 example (#399)
This commit is contained in:
@@ -60,6 +60,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