Linux ns1.utparral.edu.mx 6.8.0-79-generic #79~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Fri Aug 15 16:54:53 UTC 2 x86_64
Apache/2.4.58 (Unix) OpenSSL/1.1.1w PHP/8.2.12 mod_perl/2.0.12 Perl/v5.34.1
: 10.10.1.9 | : 10.10.1.254
Cant Read [ /etc/named.conf ]
daemon
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
README
+ Create Folder
+ Create File
/
usr /
share /
gupnp-dlna-2.0 /
dlna-profiles /
[ HOME SHELL ]
Name
Size
Permission
Action
aac.xml
3.04
KB
-rw-r--r--
ac3.xml
1.48
KB
-rw-r--r--
amr.xml
1.35
KB
-rw-r--r--
avc.xml
23.33
KB
-rw-r--r--
common.xml
10.82
KB
-rw-r--r--
dlna-profiles.rng
7.78
KB
-rw-r--r--
jpeg.xml
2.13
KB
-rw-r--r--
lpcm.xml
1.61
KB
-rw-r--r--
mp3.xml
1.72
KB
-rw-r--r--
mpeg1.xml
2.35
KB
-rw-r--r--
mpeg4.xml
23.79
KB
-rw-r--r--
mpeg-common.xml
4.82
KB
-rw-r--r--
mpeg-ps.xml
4.91
KB
-rw-r--r--
mpeg-ts.xml
10.48
KB
-rw-r--r--
png.xml
1.99
KB
-rw-r--r--
wma.xml
1.83
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : wma.xml
<?xml version="1.0"?> <dlna-profiles> <restrictions> <restriction id="WMA" type="audio"> <field name="name" type="string"> <value>audio/x-wma</value> </field> </restriction> <restriction id="WMA-ASF" type="container"> <field name="name" type="string"> <value>video/x-ms-asf</value> </field> </restriction> </restrictions> <dlna-profile name="WMABASE" mime="audio/x-ms-wma"> <parent name="WMA-ASF" /> <restriction type="audio"> <parent name="WMA" /> <field name="wmaversion" type="int"> <value>1</value> <value>2</value> </field> <field name="rate" type="int"> <range min="0" max="48000" /> </field> <field name="bitrate" type="int"> <range min="1" max="192999" /> </field> </restriction> </dlna-profile> <dlna-profile name="WMAFULL" mime="audio/x-ms-wma"> <parent name="WMA-ASF" /> <restriction type="audio"> <parent name="WMA" /> <field name="wmaversion" type="int"> <value>1</value> <value>2</value> </field> <field name="rate" type="int"> <range min="0" max="48000" /> </field> </restriction> </dlna-profile> <dlna-profile name="WMAPRO" mime="audio/x-ms-wma"> <parent name="WMA-ASF" /> <restriction type="audio"> <parent name="WMA" /> <field name="wmaversion" type="int"> <value>3</value> </field> <field name="rate" type="int"> <range min="0" max="96000" /> </field> <field name="channels" type="int"> <!-- FIXME: 8 = 7.1 - we don't have a way to check for LFE channels --> <range min="1" max="8" /> </field> <field name="bitrate" type="int"> <range min="1" max="1500000" /> </field> </restriction> </dlna-profile> </dlna-profiles>
Close