diff --git a/dashboard-ui/dlnaprofile.html b/dashboard-ui/dlnaprofile.html index 6d25b5dc2..36c887770 100644 --- a/dashboard-ui/dlnaprofile.html +++ b/dashboard-ui/dlnaprofile.html @@ -14,24 +14,35 @@ Profiles -
- - + +

Profile Information

+ + + + + + + + + +

+ +
Supported Media Types: @@ -43,10 +54,91 @@
+ +
+ +
+ +

Devices have two forms of identification, device properties and HTTP request headers. At least one form should be supplied.

+
+ +
+
+

Add direct play profiles to indicate what formats the device can handle natively.

+
+
+
+

Add transcoding profiles to indicate what formats should be used when transcoding is required.

+
+
+
+

Container profiles indicate the limitations of a device when playing specific formats. If a limitation applies then the media will be transcoded, even if the device supports the container natively.

+
+
+
+

Codec profiles indicate the limitations of a device when playing specific codecs. If a limitation applies then the media will be transcoded, even if the device supports the codec natively.

+
+
+
+

Response profiles provide a way to customize responses sent to the device when playing certain kinds of media.

+
+