Merge pull request #7283 from kinke/tizen_max_streams

Restrict recently added max-32-streams limit to Tizen < v6.5
This commit is contained in:
Bill Thornton
2025-11-10 16:37:28 -05:00
committed by GitHub

View File

@@ -916,7 +916,7 @@ export default function (options) {
profile.ContainerProfiles = [];
if (browser.tizen) {
if (browser.tizenVersion < 6.5) {
// Tizen doesn't support more than 32 streams in a single file
profile.ContainerProfiles.push({
Type: 'Video',