client: add parameter 'containsKeyFrame' to WritePacketRTP; fix RTCP sender reports

This commit is contained in:
aler9
2022-04-07 18:49:51 +02:00
committed by Alessandro Ros
parent d0cab3c8bd
commit 3c104d3727
9 changed files with 17 additions and 17 deletions

View File

@@ -55,7 +55,7 @@ func main() {
}
// route RTP packet to the server
err = c.WritePacketRTP(0, &pkt)
err = c.WritePacketRTP(0, &pkt, true)
if err != nil {
panic(err)
}