similar to: ices file name problem

Displaying 20 results from an estimated 4000 matches similar to: "ices file name problem"

2004 Aug 06
0
ices file name problem
On Tuesday 10 December 2002 02:45, Stephen Winnett wrote: > I have a collection fo mp3s that I wish to stream. > They came from a windows environment and when ripped > they used spaces in the files names. > > When I prepare a file list with the spaces on the linux box it works > fine with > mpg123 and muse buts spits out error messages from ices and continues > to cycle
2004 Aug 06
2
ices file name problem
> how have you made this playlist? I used a 'find' command > and redirect the > output into a file. I used ls *.mp3 >start.pls this works for mpg123 but not ices. I followed your advice and used quotes around the file names still no good. I tried the \ delimiting earlier and it did not work either. /music/d/m5/SONIC\ FLOOD\ -\ R\ \ I\ HAVE\ COME\ TO\ WORSHIP\ \ \ \ JEFF\
2000 Oct 13
5
Random factor ANOVA, Repeated measures ANOVA, Within subjects designs.
Hi, we are just about to evaluate R as a standard statistics package for our institute. We looked around the help - manual, the FAQ, etc. and did not find anything for the topics of random factors in ANOVA, repeated measures in ANOVA, or within subjects designs in R. Could anyone point us to any information concerning - univariate approach to repeated measures anova - multivariate
2002 May 14
2
least summed square distance + fit
hi, I have a matrix (representing original data) that looks e.g. like this (consider it beeing x,y,z coords): 441 447 0 265 407 0 374 223 0 288 574 0 669 309 0 591 195 0 595 475 0 424 351 0 I get a second matrix (subject data) that is similiar to the above matrix but it is scaled, translated and rotated (and of course a little inprecise). Also I have an
2004 Aug 06
2
icecast 2 auth problem with (old?) ices, MuSe
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi Michael and thanks for answer! On Tue, 13 Jan 2004, Michael Smith wrote: > This shouldn't be being passed to _check_pass_icy() at all - this isn't the > "icy" (shoutcast nasty ugly) protocol at all. We support that (icy) protocol > because it's widely used - but it's a horribly ugly hack to pretend that
2013 Feb 09
3
how to use the stdin module?
Moin, I compiled icecast under cygwin (yes, I have to use Windows 7 togehter with cygwin). The audio stream that I want to distribute come from stdin, like I get it from curl http://streamingserver.foo.bar/stream/stream.php | But how to proceed? Should I just pipe this to | icecast -c etc/icecast.xml? It does not work. Thanks for any hint! -- |Michael Renner E-mail: michael.renner at
2013 Feb 09
6
how to use the stdin module?
Xabier, I mean vlc + Ices2 + Icecast2, I do not know because I do not work with Windows. Very interesting a proxi with Icecast2, I will study. I have saved a lot of work, why do not you tell me before ? :)) El s?b, 09-02-2013 a las 23:28 +0100, Xabier Oneca -- xOneca escribi?: > But you don't need VLC nor Ices2 to build a proxy with Icecast. It can > connect to a stream and proxy it. I
2013 Feb 09
2
how to use the stdin module?
Perhaps I've done something similar but on Debian and not know if it will work in Windows. I've used vlc to receive any audio from the Internet and ices2 as a source client. It works perfectly fine as a repeater. El s?b, 09-02-2013 a las 22:23 +0100, Xabier Oneca -- xOneca escribi?: > Is the stream a MP3 stream? If so, you can use Icecast as a proxy (see > documentation). >
2004 Aug 06
1
DTCR Project
> I think you will be VERY interested int he next upcoming > release of SAM2 - > www.spacialaudio.com > > Bryan > Is there a linux variation of a program such as this? Our need is similar but slightly different. We have one master site that will be preparing the content for retrasmission. The problem is that we cannot use live streams to our satellite stations. We must prepare
2004 Aug 06
2
icecast 2 auth problem with (old?) ices, MuSe
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi I have recently downloaded icecast 2 (I am an old icecast 1.x user) and tried to use it with my ices 0.2.3 (which works on icecast 1) but fails on login. Also I have tried with MuSe 0.8.1 and same error too. After some digging into the sources I found the problem to be with _check_pass_icy() which receives a "strange" pass to compare
2013 Feb 10
3
how to use the stdin module?
I'm understanding why Icecast2 is an audio server, wow !!! http://www.icecast.org/docs/icecast-2.0.1/icecast2_config_file.html Testing the relay option: Two mountpoints from two master servers are relayed to a relay server: Master Servers Relay Server http://186.56.96.133:8200/zuzenean.ogg http://186.148.147.191:8001/zuzenean.ogg ---> http://186.56.96.133:8200/zznn1.ogg
2004 Aug 06
5
someone wake me up...
and tell me that it is possible to make icecast broadcast titles or id3 tags. I refuse to believe that you all can talk so fondly of a program that gives you the ability to make a radiostation but not tell its listeners what is on the air.. That is just too weird.. So what do YOU do to tell people what they are listening to? Arvid www.playrec.dk -for all kinds of good music ICQ# 724069 ---
2003 Nov 10
5
Finding the name ob an object
Hi, all! I want to give an object to a function and use the NAME of this object inside the function to build new objects based on this name. How do I get the name of an object if I don't pass a string containing the name but the object itself? Christoph. -- Christoph Lange MPI fuer biologische Kybernetik |Phone: +49-7071-601-607| Postfach 2169, D-72012 Tuebingen |FAX: +49-7071-601-616|
2009 Feb 03
1
how to crypt hard linked backups?
Moin, I wrote a backup script, that use rsync and its hardlink features. Now I want to implement a new feature to my script: crypt the backuped files. But I wonder how this can be done? Because rsync check if the source file is different from the target file. But the target file will be allways different if it is crypt; right? Any idea? Thanks -- |Michael Renner E-mail:
2002 Oct 29
5
unix environment variables under R
hi, i am working on a little R-project with a couple od other guys.we use CVS, but everyone keeps the R-source files in different locations in his home-directory. of course this causes trouble when sourcing R-files. i thought a UNIX environment variable could be the solution, but R doesn't seem to know about the environment variables. e.g. >> source("$PROJECT/xxx.R")
2010 Aug 25
2
how to overwrite DLLs?
Moin, I can define the load order for specific applications using winecfg. But what is the propper way to copy these DLLs from a 'real' windows box? Just owerwrite the wine-ddl in windows/system32/ ? But isn't this the 'build in' DLL, that should be used for applications with load order 'Build in'? Sorry I am confused. -- |Michael Renner E-mail:
2004 Aug 06
1
how to start liveice with screen?
Moin, I installed liveice as well as 'screen' at a debian maschine, both applications are running fine. But when I try to start liveice in a 'screen' environment then the liveice process ends without an error message: $ /usr/bin/screen -dmS liveice /usr/bin/liveice A prefixed 'strace -f' shows me: [pid 5614] old_mmap(NULL, 167936, PROT_READ|PROT_WRITE,
2005 Feb 09
2
Asterisk Compile Problem on Red Hat 9
I get the following error when trying to compile asterisk 1.05 on red hat 9. [root@amc003 asterisk]# make install *** You don't have mpg123 installed. You're going to need *** *** it if you want MusicOnHold *** ./mkdep -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g -Iinclude -I../include -D_REENTRANT
2013 Feb 10
2
how to use the stdin module?
El dom, 10-02-2013 a las 10:07 +0200, R?cker Thomas escribi?: > Hi, > > On 10/02/13 06:53, Jos? Luis Artuch wrote: > > > > > I'm understanding why Icecast2 is an audio server, wow !!! > > http://www.icecast.org/docs/icecast-2.0.1/icecast2_config_file.html > > > > > We're not an 'audio server', that's pulse-audio, esd, etc.
2004 Aug 06
2
icecast/ices
Marco, I have some preliminary HowTos and software available at http://quasi.ksl.com/icecast/ It's not as nice as http://www.6809.org.uk/kja3/ices2-howto.shtml, but I'm working to make it better as I become more familiar. Hope it helps. The ices2 program is designed for .ogg streaming while icecast-1.3.12 and related streamers, MuSE, liveice and DarkIce will still stream .mp3 quite nicely.