Fixed RTSP input, added support for non-standard "PCM" RTP profile, improving IP cam compatibility.
This commit is contained in:
parent
8bf548bfa5
commit
aae6101c3d
2 changed files with 11 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue