|
@@ -84,7 +84,18 @@ function getDeviceProfile() {
|
|
'DirectPlayProfiles': [{'Type': 'Video'}, {'Type': 'Audio'}, {'Type': 'Photo'}],
|
|
'DirectPlayProfiles': [{'Type': 'Video'}, {'Type': 'Audio'}, {'Type': 'Photo'}],
|
|
'ResponseProfiles': [],
|
|
'ResponseProfiles': [],
|
|
'ContainerProfiles': [],
|
|
'ContainerProfiles': [],
|
|
- 'CodecProfiles': [],
|
|
|
|
|
|
+ 'CodecProfiles': [
|
|
|
|
+ {
|
|
|
|
+ 'Type': 'Video',
|
|
|
|
+ 'Conditions': [
|
|
|
|
+ {
|
|
|
|
+ 'Condition': 'NotEquals',
|
|
|
|
+ 'Property': 'VideoRangeType',
|
|
|
|
+ 'Value': 'DOVI'
|
|
|
|
+ }
|
|
|
|
+ ]
|
|
|
|
+ }
|
|
|
|
+ ],
|
|
'SubtitleProfiles': [
|
|
'SubtitleProfiles': [
|
|
{'Format': 'srt', 'Method': 'External'},
|
|
{'Format': 'srt', 'Method': 'External'},
|
|
{'Format': 'srt', 'Method': 'Embed'},
|
|
{'Format': 'srt', 'Method': 'Embed'},
|