Fixed HLS push output HEVC support
This commit is contained in:
parent
7da1bf241e
commit
c0515579a0
1 changed files with 1 additions and 1 deletions
|
@ -202,7 +202,7 @@ namespace Mist {
|
||||||
if (it->second.codec == "AAC" || it->second.codec == "MP3" || it->second.codec == "AC3") {
|
if (it->second.codec == "AAC" || it->second.codec == "MP3" || it->second.codec == "AC3") {
|
||||||
audioTracks.insert(it->first);
|
audioTracks.insert(it->first);
|
||||||
}
|
}
|
||||||
if (it->second.codec == "H264" || it->second.codec == "H265"){
|
if (it->second.codec == "H264" || it->second.codec == "HEVC"){
|
||||||
videoTracks.insert(it->first);
|
videoTracks.insert(it->first);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue