On Wednesday 22 January 2003 22:58, Adon Irani wrote:> > > > current cvs version it'll work with icecast2. > > i am doing something wrong here ?? ( sorry if this is obvious ,)Yes. You're using the wrong cvs server. :pserver:anoncvs@xiph.org:/usr/local/cvsroot Mike --- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.
On Wed, 22 Jan 2003, Michael Smith wrote:> On Wednesday 22 January 2003 22:58, Adon Irani wrote: > > > > > current cvs version it'll work with icecast2. > > > > i am doing something wrong here ?? ( sorry if this is obvious ,) > > Yes. You're using the wrong cvs server. > :pserver:anoncvs@xiph.org:/usr/local/cvsrootJust to clarify, it's libshout he needs to get from xiph, isn't it? I didn't think ices 0.2.3 was in xiph's CVS. Geoff. <p>--- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.
> > > > thanks for the rund0wn ., i figure by season two i won't have anything but > > .ogg's , but for n0w .! haCkhAckHAcK :) > > Well, you could do a few things. You could decode your MP3 to wav or PCM > and use the stdin input of ices2 to encode it to ogg for your stream. Or > you could set ices 0.2.3 going on another mountpoint and use stream > transcoder (http://transcoder.sf.net) to listen and transcode it to ogg. > This latter one may seem a bit clumsy, but it may be more convenient to > implement, depending on exactly what you want to do. There's probably > other solutions, but that's all I can think of at 2am and should be enough > to get you started.currently everything is working fine . .ogg for live and all new archives , and a mix of ogg/mp3 for previous episodes-the fileserve on icecast2 deals w/ this fine . but we have an 8hour programming day, and i want to have a constant mountpoint (of past episodes ) that kicks in when we are not live . this is already being done w/ fileserve , but doesn't have that 'rebroadcast' feel b/c it is always starts at the beginning of the show . o i don't really need to transcode anything , (all past archives are pre-encoder either mp3-24/64kbps or ogg-dialup/hispeed variable quality -1/7 settings ) i figure : : determine whether the current archive is mp3 or ogg ,and update the ices/ices2 playlists respectively (assuming i can run both concurrently ) . one will have a 0byte playlist , the other will have the correct episode que'd . i think i'm all set , just so long as i can find the latest ices o.x from cvs ! ( i posted the problem earlier ; not sure what i'm doing wrong here _ i log in fine, but i get errors on checkout - using info from cvs.icecast.org ). a:/, --- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.
On Wed, 22 Jan 2003, Michael Smith wrote:> On Wednesday 22 January 2003 22:58, Adon Irani wrote: > > > > > current cvs version it'll work with icecast2. > > > > i am doing something wrong here ?? ( sorry if this is obvious ,) > > Yes. You're using the wrong cvs server. > :pserver:anoncvs@xiph.org:/usr/local/cvsroot > > Mike >orry if i wasn't clear , i need ices o.x for the .mp3 playlist > icecast2 function . the cvs.icecast.org site suggests : : CVSROOT :pserver:anonymous@cvs.icecast.org:/cvs/ice Password <blank - just hit enter> , is this correct ? thanks .. a.d0n --- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.
> > > current cvs version it'll work with icecast2.i am doing something wrong here ?? ( sorry if this is obvious ,) - mystifLY:/var/lib/cvs/ices# cvs -d :pserver:anonymous@cvs.icecast.org:/cvs/ice login Logging in to :pserver:anonymous@cvs.icecast.org:2401/cvs/ice CVS password: [ pressed enter , as suggested ] mystifLY:/var/lib/cvs/ices# cvs -d :pserver:anonymous@cvs.icecast.org:/cvs/ice co ices cvs server: warning: cannot write to history file /cvs/ice/CVSROOT/history: Permission denied cvs server: Updating ices cvs server: failed to create lock directory for `/cvs/ice/ices' (/cvs/ice/ices/#cvs.lock): Permission denied cvs server: failed to obtain dir lock in repository `/cvs/ice/ices' cvs [server aborted]: read lock failed - giving up <p>>> so the short answer is, if you always want to serve an ogg stream, there's > no real conveniente way of using MP3's as input. There are hacks, of > course, but nothing as simple as just running ices, any version. > > Geoff. >thanks for the rund0wn ., i figure by season two i won't have anything but .ogg's , but for n0w .! haCkhAckHAcK :) a:/, --- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.
On Wed, 22 Jan 2003, Adon Irani wrote:> > so the short answer is, if you always want to serve an ogg stream, there's > > no real conveniente way of using MP3's as input. There are hacks, of > > course, but nothing as simple as just running ices, any version. > > thanks for the rund0wn ., i figure by season two i won't have anything but > .ogg's , but for n0w .! haCkhAckHAcK :)Well, you could do a few things. You could decode your MP3 to wav or PCM and use the stdin input of ices2 to encode it to ogg for your stream. Or you could set ices 0.2.3 going on another mountpoint and use stream transcoder (http://transcoder.sf.net) to listen and transcode it to ogg. This latter one may seem a bit clumsy, but it may be more convenient to implement, depending on exactly what you want to do. There's probably other solutions, but that's all I can think of at 2am and should be enough to get you started. Geoff. <p>--- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.