summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Georg <jensg@openismus.com>2013-05-07 14:25:26 +0200
committerJens Georg <jensg@openismus.com>2013-05-07 14:25:26 +0200
commit1b6c60e1a149c955b252331d85d4ff7ca2efa3d6 (patch)
tree5d7efe68fd0bc1a99631ca024d40741e83550c3d
parentc98ca2d6c1425d0cedcc1fe0163a679e52653d7f (diff)
downloadgupnp-dlna-1b6c60e1a149c955b252331d85d4ff7ca2efa3d6.tar.gz
Add MPEG_TS_SD_NA profile
Note: This also matches MPEG_TS_SD_NA_T files since we don't have any means of deciding whether the 4 byte timestamps are valid or not.
-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">