server: generate RTCP sender reports automatically; remote RTCP routing from examples

This commit is contained in:
aler9
2022-03-24 15:27:19 +01:00
parent 7f6383aa3c
commit 7d9c882cc9
8 changed files with 169 additions and 51 deletions

View File

@@ -22,6 +22,7 @@ var testRTPPacket = rtp.Packet{
Version: 2,
PayloadType: 97,
CSRC: []uint32{},
SSRC: 0x38F27A2F,
},
Payload: []byte{0x01, 0x02, 0x03, 0x04},
}