Add another DVRIP H265 media code ID

This commit is contained in:
Alexey Khit
2023-02-11 12:48:52 +03:00
parent 57b49d735e
commit 6e62c442f8
+1 -1
View File
@@ -357,7 +357,7 @@ func (c *Client) AddVideoTrack(mediaCode byte, payload []byte) {
}
}
case 3:
case 0x03, 0x13:
codec = &streamer.Codec{
Name: streamer.CodecH265,
ClockRate: 90000,