Displaying 20 results from an estimated 400 matches similar to: "documentation"
2004 Aug 06
1
AW: liveice SAVE_FILE
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
david,
thanks for that great patch! :)
would it be possible to include that feature into liveice (cvs at
least), since it works really great and doesnt hurt anyone?
also thanks for the other suggestions. where is ices2? is it stable
enough for live streaming?
regards,
br1
> -----Ursprüngliche Nachricht-----
> Von: owner-icecast@xiph.org
2004 Aug 06
0
reencode scripts if anyone is interested
> probably think about stealing that one. But now I'm thinking there
> must be some nice multiformat audio library around to decode most
> things into PCM... will look around.
Check out GStreamer @ http://gstreamer.net. So far I've just read the docs and
haven't actually coded with it yet, but it seems infinitely customizable and
supports a bunch of codecs :)
David
-------
2004 Aug 06
0
icecast newbie
> but after few seconds of transmission it begins to fail. My mp3 files
> are all 128 at 44. May be the bandwidth to low??
It could be, is your listening client on the same network, or is it over the
internet? How fast is the connection between the icecast server and the
listening client?
It also could be because of a known bug in shout. Don't use shout. Use ices.
Shout hasn't been
2004 Aug 06
0
liveice SAVE_FILE
Hi Bruno,
> or ist there some other solution concerning dump (or save) files?
I wrote a patch that might be useful to you. It doesn't do exactly what you
described, but maybe it'll work anyway. It lets you tell liveice to close and
reopen its savefiles while it's running. You can also start/stop save_file
archiving entirely:
2004 Aug 06
1
liveice Question
> You'll probably also want to come up with some kind of keepalive. A
problem
> with that is that liveice can lose connection with the server, and in fact
> stop encoding, but still show up as a running process (as will lame). I
> have a keepalive that polls the Icecast (or Shoutcast) server as to
whether
> *it* thinks the stream is connected and then (important) kills all
2004 Aug 06
2
on-demand source as default mountpoint
Hi icecasters,
Is there a way to attach a static file to a source client without using the
/file subdirectory? What I'm trying to do is have a static file broadcasted
on-demand via http://fooblah:8000/, but I can't uses ices (I think) since that
just throws the file to the server without any sense of timing. If I use ices,
listeners could tune in during the middle of the static file,
2004 Aug 06
2
icecast newbie
Hello All,
I'm a newbie in icecast and I'm trying to put it runnig nice,
(please, be patient with my english)
I got it running with shout, with a big directory of mp3 in my
playlist,
but after few seconds of transmission it begins to fail. My mp3 files
are all 128 at 44. May be the bandwidth to low??
Other question is how can I set a low stream to dial conections
of 56K with
2004 Aug 06
2
icecast 1.3.12 streaming big static files, offset
hello
i am running an icecast setup since a little while now and i am
very convinced of the quality of this product. still i have 2 wishes
or problems which seem almost unsolvable to me:
1: i don't know how i can convince icecast to make an offset
position by streaming big static files. i.e. streaming
big.mp3 not from start but one hour later:
60s*60mins*16000
2004 Aug 06
5
liveice SAVE_FILE
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
hello!
does anyone have patch for liveice that the saved files (SAVE_FILE
directive in the config file) don't get overwritten if liveice is
stopped and started? i think about something like adding the current
date and time to the filename...
or ist there some other solution concerning dump (or save) files?
if there is no patch around, i
2004 Aug 06
3
Keeping Icecast and Liveice running...
I'm just wondering how people are keeping Icecast and Liveice running. If it crashes at some point do you just restart everything by hand or do you have something to keep an eye on the processes (e.g svscan/daemontools program)??? I will be running a stream for a radio station and if the stream crashes I would like it to know that it has crashed and either reboot the system or restart the
2004 Aug 06
2
Problem with dual streaming
I've been using liveice to feed an encoded stream to an icecast broadcast
server. Now I want to feed two streams at the same time to the broadcast
server.
To acomplish that I am using a dual soundcard setup in a debian linux
server.
I've setup two different mountpoints in the icecast server wich will receive
the stream and in turn will broadcast the streams to the listeners.
This is, the
2004 Aug 06
4
reencode scripts if anyone is interested
On Monday, 25 June 2001 at 15:23, Michael Smith wrote:
>
> >Future plans include sending different streams to different servers
> >(not just different mountpoints), and handling PCM/WAV input...
>
> Hey, you're taking over all the plans for ices2, damn you! :-)
any more good ideas I may have missed? ;)
> Actually, ices2 does much of this already. I want to add
2004 Aug 06
4
liveice Question
Ok, is this possible: I want to have a 128k and a 24k stream of a
particualr audio program, plugged into the line in of my Ensoniq AudioPCI
128 (es1370 chipset) Is there any way to do this with just one soundcard,
or do I need two?
Thanks
Scott W
--- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this list, send a
2002 Aug 28
7
Debian mp3->vorbis transcoding
In case there are any Debian developers around here, I wanted to point
out message <20020828154322.GA15114@chulak.naquadah.org> on the
debian-devel list this morning. Another Debian developer is proposing to
submit an mp3->vorbis transcoding program for inclusion in Debian. I
have objected to this on the grounds that the resulting vorbis files
will sound like crap, and I have also pointed
2015 Sep 08
0
Problem with dynamic DNS
Hi!
We are facing problems with Windows 10 and dynamic DNS. The problem is that
samba_dlz prevents AAAA deletion. Can we permit AAAA somehow or fix this?
Disabling IPv6 and removing IPv6 driver from interface made no difference
whatsoever. This works on Windows 7 just fine.
Samba version: 4.1.6-Ubuntu
We see the following with wireshark:
Domain Name System (query)
Transaction ID: 0x8aa4
2015 Mar 16
0
Re: how to get disk snapshot size
On Sun, Mar 15, 2015 at 10:28:30PM +0800, Yitao Jiang wrote:
> Hi,guys
> I wanna to get the disk snapshot size, but found nothing libvirt commands
> related,except qemu-img.
> I create two disk snapshots, but nothing return its' size
The below does not seem like snapshots. They're *internal* qcow2
snapshots (original and delta are on the same file).
A quick example of disk
2015 Mar 15
3
how to get disk snapshot size
Hi,guys
I wanna to get the disk snapshot size, but found nothing libvirt commands
related,except qemu-img.
I create two disk snapshots, but nothing return its' size
[root@cskvm01 qcow2]# qemu-img info
/mnt/e6758700-af68-3c06-ade3-53f5f9b93507/e2cf6551-0d2c-4382-a86c-8ba633954ff2
image:
/mnt/e6758700-af68-3c06-ade3-53f5f9b93507/e2cf6551-0d2c-4382-a86c-8ba633954ff2
file format: qcow2
virtual
2015 Sep 08
5
Problem with dynamic DNS
(please reply to the list)
If the record does not exist, then you have an other problem.
Because samba does support this :
cat /var/lib/samba/private/named.conf.update
/* this file is auto-generated - do not edit */
update-policy {
grant INTERNAL.DOMAIN.TLD ms-self * A AAAA;
grant Administrator at INTERNAL.DOMAIN.TLD wildcard * A AAAA SRV CNAME;
grant
2004 Aug 06
0
icecast 1.3.12 streaming big static files, offset
hello
i am running an icecast setup since a little while now and i am
very convinced of the quality of this product. still i have 2 wishes
or problems which seem almost unsolvable to me:
1: i don't know how i can convince icecast to make an offset
position by streaming big static files. i.e. streaming
big.mp3 not from start but one hour later:
60s*60mins*16000
2010 Dec 03
5
XCP 1.0 beta : NOOB: how do i log into a newly created VM?
Hi:
Sorry for the basic NOOB question but I managed to create a VM but now I
am stuck. On page 26 of the XCP Virtual Machine Installation Guide it
says "VNC and perform the OS installation". I tried everything I could
find (listed below) but I am stuck. Any help would be greatly
appreciated. Thanks in advance.
Here are two questions whose answers would really help:
1.