Fixed RTSP input, added support for non-standard "PCM" RTP profile, improving IP cam compatibility.

This commit is contained in:
Thulinma 2018-07-26 11:21:35 +02:00
parent 8bf548bfa5
commit aae6101c3d
2 changed files with 11 additions and 2 deletions

View file

@ -479,7 +479,7 @@ namespace SDP{
thisTrack->codec = "PCM";
thisTrack->size = 20;
}
if (trCodec == "L24"){
if (trCodec == "L24"|| trCodec == "PCM"){
thisTrack->codec = "PCM";
thisTrack->size = 24;
}