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 : ac3.xml
<?xml version="1.0"?> <dlna-profiles> <restrictions> <restriction id="EAC3" type="audio"> <field name="name" type="string"> <value>audio/x-eac3</value> </field> <field name="rate" type="int"> <value>32000</value> <value>44100</value> <value>48000</value> </field> <field name="channels" type="int"> <!-- XXX: need to verify channel mapping --> <range min="1" max="6"/> </field> <field name="bitrate" type="int" used="in-strict"> <range min="32000" max="6144000"/> </field> </restriction> <restriction id="AC3" type="audio"> <field name="name" type="string"> <value>audio/x-ac3</value> </field> <field name="rate" type="int"> <value>32000</value> <value>44100</value> <value>48000</value> </field> <field name="channels" type="int"> <!-- XXX: need to verify channel mapping --> <range min="1" max="6"/> </field> <field name="bitrate" type="int"> <range min="64000" max="640000"/> </field> </restriction> <restriction id="EAC3-3024" type="audio"> <parent name="EAC3" /> <field name="bitrate" type="int" used="in-strict"> <range min="0" max="3024000" /> </field> </restriction> </restrictions> <dlna-profile name="AC3" mime="audio/vnd.dolby.dd-raw"> <parent name="AC3" /> </dlna-profile> <dlna-profile name="EAC3" mime="audio/eac3"> <parent name="EAC3" /> </dlna-profile> </dlna-profiles>
Close