summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Georg <jensg@openismus.com>2013-05-07 14:38:12 +0200
committerJens Georg <jensg@openismus.com>2013-05-07 14:38:12 +0200
commit011f59108c0a5cd5920406cb81ecabf50068602c (patch)
treee770e394ed7f06dd60827085df92aebe9cd360e5
parent1b6c60e1a149c955b252331d85d4ff7ca2efa3d6 (diff)
downloadgupnp-dlna-011f59108c0a5cd5920406cb81ecabf50068602c.tar.gz
Add MPEG_TS_HD_NA profile
Note: This also matches MPEG_TS_HD_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.xml73
1 files changed, 43 insertions, 30 deletions
diff --git a/data/mpeg-ts.xml b/data/mpeg-ts.xml
index ecd60ed..4fc81aa 100644
--- a/data/mpeg-ts.xml
+++ b/data/mpeg-ts.xml
@@ -403,38 +403,9 @@
</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">
- <parent name="MPEG_TS" />
- </restriction>
- </dlna-profile>
-
- <dlna-profile name="MPEG_TS_SD_EU_ISO" mime="video/mpeg" base-profile="MPEG_TS_SD_EU_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_HD_NA_ISO" mime="video/mpeg">
- <parent name="MPEG_TS_ISO" />
+ <dlna-profile id="MPEG_TS_HD_NA_BASE">
<restriction type="audio">
<parent name="MPEG_TS_AUDIO" />
@@ -479,4 +450,46 @@
<parent name="1280x1080" />
</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_HD_NA" mime="video/vnd.dlna.mpeg-tts" base-profile="MPEG_TS_HD_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_HD_NA_ISO" mime="video/mpeg" base-profile="MPEG_TS_HD_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">
+ <parent name="MPEG_TS" />
+ </restriction>
+ </dlna-profile>
+
+ <dlna-profile name="MPEG_TS_SD_EU_ISO" mime="video/mpeg" base-profile="MPEG_TS_SD_EU_BASE">
+ <!-- Note: We have no way to restrict the system bitrate yet -->
+ <restriction type="container">
+ <parent name="MPEG_TS_ISO" />
+ </restriction>
+ </dlna-profile>
</dlna-profiles>