Fixed HLS push output HEVC support

This commit is contained in:
Thulinma 2017-07-28 11:42:41 +02:00
parent 7da1bf241e
commit c0515579a0

View file

@ -202,7 +202,7 @@ namespace Mist {
if (it->second.codec == "AAC" || it->second.codec == "MP3" || it->second.codec == "AC3") {
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);
}
}