search for: pellerin

Displaying 19 results from an estimated 19 matches for "pellerin".

Did you mean: pellegrin
2006 Jun 19
2
mp3 playlists
Hi ! All MP3 radio stations have disappeared from dir.xiph.org... Is this a bug or is this voluntary ?! Thanks, yomguy
2011 Mar 26
2
Building a matrix so that matrix(r, c)<-matrix(c, r) with No For Loops
Hello, I would like to take advantage of the upper.tri() function here but I don't know exactly. Here is some working code... i<-5 fi<-matrix(0,nrow=i,ncol=i) for(r in 1:i){ for(c in 1:i){ if(r==c){ fi[r,c]<-1 }else if(r<c){ fi[r,c]<-1-runif(1)^.5 }else{ fi[r,c]<-fi[c,r] } } } So far I know I can simplify this code to 5 lines (no for loops): i<-5
2013 Nov 26
2
AOL/Nullsoft shutting down (Winamp)
Good bye, llama whipping awesome software...long live Audacious =) http://audacious-media-player.org/ On 11/25/2013 10:10 PM, Yahav Shasha wrote: > > that's not 100% accurate. > no official message regarding shoutcast was released. > Winamp is going to be abandoned, but i find it hard to believe they > are going to pull the plug on shoutcast as well, shoutcast is doing >
2005 Dec 13
0
Ezstream
Salut :) Daniel Ballenger wrote: > On 12/13/05, Guillaume Pellerin <yomguy@altern.org> wrote: > >>Do you mean that one could add mp3 in the playlist during the playing ? > > Yes > Wonderful ! >>I made a tool which uses restartd to restart a given stream when it's shut down. >>Would you be interested ? > > What do y...
2006 Jun 20
0
mp3 playlists
On 6/20/06, Guillaume Pellerin <yomguy@altern.org> wrote: > Hi ! > > All MP3 radio stations have disappeared from dir.xiph.org... > Is this a bug or is this voluntary ?! Yes, as discussed on the list, this has been done, and was deliberate. Supporting non-free formats is not what Xiph exists for. Additionally,...
2010 May 25
0
Stream pushing ?
...in the config XML. On-demand relaying can be turned on or off using <on-demand>1 (or 0)</on-demand> in the <relay> section. It's very long since I've been using Icecast on daily basis, so please feel free to correct me. Regards, Stepan Dne 25.5.2010 10:24, Guillaume Pellerin napsal(a): > Hi ! > > Is there any way to have stream pushing from an icecast server to another ? > > Of course, it can be easily done with a third party app but could be useful if > embedded in the server part... > > Thx, > Guillaume > > (sorry for the first wrong...
2011 Mar 15
1
Matrix building to remove for loops
Hello R users, I would like to reduce the number of for loops in my code. I build these matrices (50000 times). The main diagonal are 1s and the two sides along the main diagonal mirror each other as follows: i<-5 fi<-matrix(0,nrow=i,ncol=i)#floral inhibition matrix for(r in 1:i){ for(c in 1:i){ if(r==c){ fi[r,c]<-1 }else if(r<c){ fi[r,c]<-1-runif(1)^.5 }else{ fi[r,c]<-fi[c,r]
2011 Mar 28
1
rtree() distances between tips as n by n matrix?
Hello R users, If I generate a random tree with n=10 tips as rtree(n=10) say, is there a way to have the distances between all tips put into a n by n matrix? Sincerely, Brian [[alternative HTML version deleted]]
2006 Jul 11
1
Problems using the authorization plugin from Bill Katz
Hello everyone, I was trying to set up access control in a new application Im working on, I''m trying to use the excellent authorization plugin from Bill Katz, Its pretty straight forward to setup and should be to use. But when i try to give the same permission on two differents users on the same object i get an error. (Well , Im kinda new to all this rails stuff) r = Red.find(1) u1 =
2010 May 25
2
Stream pushing ?
Hi ! Is there any way to have stream pushing from an icecast server to another ? Of course, it can be easily done with a third party app but could be useful if embedded in the server part... Thx, Guillaume (sorry for the first wrong thread)
2005 Dec 13
1
Ezstream
...o restart a given stream when it's shut down. Would you be interested ? I've also made a package for Debian here : http://yomix.org/debian/ and I'm ready to upload it in the distrib, but I'd like the pb of infinite loop when the playlist is empty to be solved before... Regards, G. Pellerin -- http://yomix.org
2009 Feb 20
2
segfault on amd64 with ffmpeg
Hi, and thank to you all for this great codec ! I have this bug on Debian Lenny with compiled packages of last svn versions of ffmpeg and libtheora. This seems to append only on the amd64 arch. Here is a valgrind log : pre-barreau at augustins:~/video$ export LD_LIBRARY_PATH=/usr/local/lib pre-barreau at augustins:~/video$ valgrind /home/pub/apps/ffmpeg_dev/ffmpeg_svn/ffmpeg -i
2015 Nov 17
2
Release: libshout 2.4.0
Good evening, I'm very proud to announce the Release 2.4.0 of libshout. It has been a long time since the last libshout release as work focused mostly on Icecast2 itself. However we're very pleased to release the next version of libshout with many new features and fixes. The highlights on the new feature list: * We added full TLS support (HTTPS). This includes both RFC2817
2015 Nov 17
2
Release: libshout 2.4.0
Good evening, I'm very proud to announce the Release 2.4.0 of libshout. It has been a long time since the last libshout release as work focused mostly on Icecast2 itself. However we're very pleased to release the next version of libshout with many new features and fixes. The highlights on the new feature list: * We added full TLS support (HTTPS). This includes both RFC2817
2005 Dec 15
3
Ezstream Program Call Patch
Alrighty, Got it patched and working (at least in my one setup). You can pull the patch from: http://denetron.com/~dballenger/ezstream-program.patch (I can post the pre-patched source too if people would like) You'll have to add a "<filetype></filetype>" line into your config files, just put "file" if you want it to work just by reading that file or playlist.
2005 Oct 24
1
dump-file per source per mount
Hi ! Maybe you could find something with this line in the <mount> section of the icecast.xml file: <dump-file>/tmp/dump-example1.ogg</dump-file> But I prefer to use streamripper which can do this easily on a client side: http://streamripper.sourceforge.net/ http://packages.debian.org/unstable/sound/streamripper yomguy Stefan de Konink wrote: > On Mon, 24 Oct 2005, Jaakko
2005 Dec 15
0
Ezstream Program Call Patch
Daniel Ballenger a ?crit : > Alrighty, > Got it patched and working (at least in my one setup). You can pull > the patch from: > http://denetron.com/~dballenger/ezstream-program.patch > (I can post the pre-patched source too if people would like) > Ok, it compiles fine on debian Sarge ! > You'll have to add a "<filetype></filetype>" line into your
2006 Jun 19
0
mp3 playlists
dstjohn wrote: > Well this answers that. > > > [2006-06-19 18:55:41] EROR yp/send_to_yp YP add on > http://dir.xiph.org/cgi-bin/yp-cgi failed: We only accept Ogg stream > listings GOSH ! This is a hard reversing... Any news/reason of that ? Please Oddsock ! :P
2015 Nov 18
0
Release: libshout 2.4.0
Hi Philipp, Wonderful and congratulations! Can you explain rapidly what has been improved for WebM handling? Cheers, Guillaume Le 17/11/2015 15:38, Philipp Schafft a ?crit : > Good evening, > > I'm very proud to announce the Release 2.4.0 of libshout. It has been a > long time since the last libshout release as work focused mostly on > Icecast2 itself. However we're very