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:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user