improve H264/H265 examples (#355) (#375) (#398)

This commit is contained in:
Alessandro Ros
2023-09-02 14:49:50 +02:00
committed by GitHub
parent 67af5e3840
commit 4f31866b9c
16 changed files with 757 additions and 44 deletions

View File

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