Displaying 6 results from an estimated 6 matches for "whateverencoder".
2004 Aug 06
1
Ices 0.3 won't play mp3 file
...round>0</Background>
<Verbose>1</Verbose>
<BaseDirectory>/local/icecast2/logs</BaseDirectory>
</Execution>
<Stream>
<Server>
<Hostname>localhost</Hostname>
<Port>8000</Port>
<Password>WhateverEncoder</Password>
<Protocol>http</Protocol>
</Server>
<Mountpoint>/stream.mp3</Mountpoint>
<Name>Name</Name>
<Genre>Genre</Genre>
<Description>Default description</Description>
<URL><a href=&quo...
2004 Aug 06
0
Problems with Ices0.3
With perl 5.8.3, 'configure' is fine but 'make' dies giving
-------------------------------------
/usr/lib/libc_r.so: WARNING! setkey(3) not present in the system!
/usr/lib/libc_r.so: warning: this program uses gets(), which is unsafe.
/usr/lib/libc_r.so: warning: mktemp() possibly used unsafely; consider using
mkstemp()
/usr/lib/libc_r.so: WARNING! des_setkey(3) not present in
2004 Aug 06
2
Ices 0.3 won't play mp3 file
...next part --------------
/usr/home/herbal/Assassinatorr.mp3
3716075
128
0:0:3:52
0.110224
1
-------------- next part --------------
Logfile opened
DEBUG: Sending following information to libshout:
DEBUG: Stream: 0
DEBUG: Host: localhost:8000 (protocol: http)
DEBUG: Mount: /stream.mp3, Password: WhateverEncoder
DEBUG: Name: Name URL: http://81.103.61.14/
DEBUG: Genre: Genre Desc: Default description
DEBUG: Bitrate: 128 Public: 0
DEBUG: Dump file: (null)
DEBUG: Initializing playlist handler...
DEBUG: Initializing builting playlist handler...
DEBUG: Builtin playlist handler serving: /usr/home/...
2004 Aug 06
0
Problems with Ices0.3 and Icecast
Just a shameless bump incase anyone missed this... :P
<p>>From: "Joe Jones" <joe_jones64@hotmail.com>
>Reply-To: icecast@xiph.org
>To: icecast@xiph.org
>Subject: [icecast] Problems with Ices0.3
>Date: Fri, 12 Mar 2004 15:26:23 +0000
>
>With perl 5.8.3, 'configure' is fine but 'make' dies giving
>
2004 Aug 06
1
Ices 0.3 won't play mp3 file
...3 in fill_symbuf
(gdb) run -c /local/ices0.3/conf/ices.conf
Starting program: /local/ices0.3/bin/ices -c /local/ices0.3/conf/ices.conf
Logfile opened
DEBUG: Sending following information to libshout:
DEBUG: Stream: 0
DEBUG: Host: localhost:8000 (protocol: http)
DEBUG: Mount: /stream.mp3, Password: WhateverEncoder
DEBUG: Name: Name URL: http://81.103.61.14/
DEBUG: Genre: Genre Desc: Default description
DEBUG: Bitrate: 128 Public: 0
DEBUG: Dump file: (null)
DEBUG: Initializing playlist handler...
DEBUG: Initializing builting playlist handler...
DEBUG: Builtin playlist handler serving: /usr/home/...
2011 Sep 18
5
Inefficient storing of ISO images with compress=lzo
I''ve noticed that:
- with x86-64 Fedora 15 DVD install images:
- du -sh <ROOT VOLUME> was 36 GB
- btrfs df | grep -i data have shown over 40 GB used
- without
- du -sh <ROOT VOLUME> is 34 GB
- btrfs df | grep -i data have shown less then 34 GB used
It seems that iso files are considered compressable while they may not be (and penalty is severe - 3x).
Regards