提升兼容性:#789

This commit is contained in:
xiongziliang 2021-04-01 21:46:02 +08:00
parent 5539050f06
commit 075756c4c6

View File

@ -205,7 +205,7 @@ public:
if (bitrate) {
_printer << "b=AS:" << bitrate << "\r\n";
}
_printer << "a=rtpmap:" << payload_type << " MPEG4-GENERIC/" << sample_rate << "/" << channels << "\r\n";
_printer << "a=rtpmap:" << payload_type << " mpeg4-generic/" << sample_rate << "/" << channels << "\r\n";
string configStr;
char buf[4] = {0};