Fix some audio in RTSP server

This commit is contained in:
Alexey Khit
2023-08-21 20:54:40 +03:00
parent e0ad358aa9
commit 90f2a9e106
3 changed files with 13 additions and 3 deletions
+1
View File
@@ -245,6 +245,7 @@ func (c *Client) Handle() error {
pkt := &rtp.Packet{
Header: rtp.Header{
Version: 2,
Marker: true,
Timestamp: audioTS,
},
Payload: b[6+36:],