On 20 May 2011 05:30, Jack Raats <jack at jarasoft.net> wrote:> Hi,Hi> At this moment I'm running a stream on 128kbps. > I want to add the same stream on 24 kbps. > Can this be done on the server using icecast? > Or do I have to use another programm.The streamTranscoder is a multi-platform utility which can be used to transcode media streams from one format to another, and from one server type to another. It will read in streams of type MP3 and Vorbis from most servers (Icecast, Icecast2, Shoutcast), convert it into various formats, and send to various streaming servers. http://freshmeat.net/projects/streamtranscoder> Thanks for your time.No problem.> Jack
On Fri, 20 May 2011, Chip wrote:> http://freshmeat.net/projects/streamtranscoderThis links to a very old almost 9 years old) version of StreamTranscoder (version 0.2.0). Version 3 was very much a rewrite and *much!* more stable than previous versions. Even this older generation of StreamTranscoder had its last version number at something like 1.2.8, and as I say, it's very much obsolete now. Geoff.
On 20 May 2011 09:29, Geoff Shang <geoff at quitelikely.com> wrote:> On Fri, 20 May 2011, Chip wrote: > >> http://freshmeat.net/projects/streamtranscoder > > This links to a very old almost 9 years old) version of StreamTranscoder > (version 0.2.0). ?Version 3 was very much a rewrite and *much!* more stable > than previous versions. ?Even this older generation of StreamTranscoder had > its last version number at something like 1.2.8, and as I say, it's very > much obsolete now. > > Geoff.Many thanks Geoff. Will check out the Subversion repository here: http://svn.oddsock.org/public/trunk/streamTranscoderv3/ Chip
2011/5/20 Chip <chiapas at aktivix.org>> > On 20 May 2011 05:30, Jack Raats <jack at jarasoft.net> wrote: > > Hi, > > Hi > > > At this moment I'm running a stream on 128kbps. > > I want to add the same stream on 24 kbps. > > Can this be done on the server using icecast? > > Or do I have to use another programm. > > The streamTranscoder is a multi-platform utility which can be used to > transcode media streams from one format to another, and from one > server type to another. It will read in streams of type MP3 and Vorbis > from most servers (Icecast, Icecast2, Shoutcast), convert it into > various formats, and send to various streaming servers.liquidsoap is very powerfull utility, very versartile. Be sure to try or visit its home page: http://savonet.sourceforge.net/> > http://freshmeat.net/projects/streamtranscoder > > > Thanks for your time. > > No problem. > > > Jack > _______________________________________________ > Icecast mailing list > Icecast at xiph.org > http://lists.xiph.org/mailman/listinfo/icecast-- Facundo Suarez Neuquen - Capital suarezjf -> twitter ()? ascii ribbon campaign - contra el coreo html /\? www.asciiribbon.org?? - contra adjuntos propietarios
>> At this moment I'm running a stream on 128kbps. >> I want to add the same stream on 24 kbps. >> Can this be done on the server using icecast? >> Or do I have to use another programm. > > The streamTranscoder is a multi-platform utility which can be used to > transcode media streams from one format to another, and from one > server type to another. It will read in streams of type MP3 and Vorbis > from most servers (Icecast, Icecast2, Shoutcast), convert it into > various formats, and send to various streaming servers. > > http://freshmeat.net/projects/streamtranscoder >I was able to use the streamtranscoder available in the ports of FreeBSD Compiling without problems After editing the config file I start transcoder and I got the following output: hera# cd /letc hera# streamTranscoder -c transcoder.cfg -e 3 Input Stream URL : (http://localhost/) Output Stream Type : (OggVorbis) Output Server Type : (Icecast2) Output Bitrate : (Quality 0/Mono/22050) Output status : (Disconnected) Main Status : (Connecting To Output Stream) Output status : (Connecting) Output status : (Socket connected) Output status : (Success) Output status : (Connected) Input Stream URL : (http://localhost/) Main Status : (Connecting To Input) Input Status : (Connecting...) Output status : (Disconnecting) Output status : (Disconnected) Main Status : (Done) hera# What is wrong?? Thanks! Jack
On Sat, 21 May 2011, Jack Raats wrote:> I was able to use the streamtranscoder available in the ports of FreeBSD > Compiling without problemsFor the record, this looks like the older generation of streamTranscoder (0.x/1.x).> After editing the config file I start transcoder and I got the following > output: > > hera# cd /letc > hera# streamTranscoder -c transcoder.cfg -e 3 > Input Stream URL : (http://localhost/)hmmm, there's no port number or mountpoint here. I'm guessing there should be. Geoff.