add client-read-format-av1 example (#399)

This commit is contained in:
Alessandro Ros
2023-09-02 15:10:50 +02:00
committed by GitHub
parent 4f31866b9c
commit a887f070bf
11 changed files with 98 additions and 0 deletions

View File

@@ -60,6 +60,7 @@ func main() {
// decode timestamp
pts, ok := c.PacketPTS(medi, pkt)
if !ok {
log.Printf("waiting for timestamp")
return
}