summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--data/mpeg-ts.xml16
1 files changed, 15 insertions, 1 deletions
diff --git a/data/mpeg-ts.xml b/data/mpeg-ts.xml
index beba788..ecd60ed 100644
--- a/data/mpeg-ts.xml
+++ b/data/mpeg-ts.xml
@@ -280,7 +280,7 @@
</restriction>
</restrictions>
- <dlna-profile name="MPEG_TS_SD_NA_ISO" mime="video/mpeg">
+ <dlna-profile id="MPEG_TS_SD_NA_BASE">
<!-- Note: We have no way to restrict the system bitrate yet -->
<parent name="MPEG_TS_ISO" />
@@ -403,6 +403,20 @@
</restriction>
</dlna-profile>
+ <dlna-profile name="MPEG_TS_SD_NA" mime="video/vnd.dlna.mpeg-tts" base-profile="MPEG_TS_SD_NA_BASE">
+ <!-- Note: We have no way to restrict the system bitrate yet -->
+ <restriction type="container">
+ <parent name="MPEG_TS" />
+ </restriction>
+ </dlna-profile>
+
+ <dlna-profile name="MPEG_TS_SD_NA_ISO" mime="video/mpeg" base-profile="MPEG_TS_SD_NA_BASE">
+ <!-- Note: We have no way to restrict the system bitrate yet -->
+ <restriction type="container">
+ <parent name="MPEG_TS_ISO" />
+ </restriction>
+ </dlna-profile>
+
<dlna-profile name="MPEG_TS_SD_EU" mime="video/vnd.dlna.mpeg-tts" base-profile="MPEG_TS_SD_EU_BASE">
<!-- Note: We have no way to restrict the system bitrate yet -->
<restriction type="container">