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.
From: "Geoff Shang" <geoff at QuiteLikely.com>>> I was able to use the streamtranscoder available in the ports of FreeBSD >> Compiling without problems > > For the record, this looks like the older generation of streamTranscoder > (0.x/1.x).Indeed it's verion 1.2.8> >> 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.After some experiments I've Config file: SourceURL=http://127.0.0.1:8000/waddenzee Server=localhost Port=8080 ServerPassword=password ServerPublic=1 ServerStreamURL=http://www.radiowaddenzee.nl ServerDescription=Radio Waddenzee ServerGenre=Offshore ServerMountpoint=/waddenzee24 Encode=OGG BitrateNominal=24 BitrateMax=24 BitrateMin=24 NumberChannels=1 Samplerate=22050 ServerType=Icecast2 After starting I'm getting the following output hera# ./streamcoder.sh Input Stream URL : (http://127.0.0.1:8000/waddenzee) 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://127.0.0.1:8000/waddenzee) Main Status : (Connecting To Input) Input Status : (Connecting...) Input Stream Type : (MP3) Input Stream Name : (Radio Waddenzee) Input Server Type : (Icecast/Icecast2) Output Stream Type : (Vorbis) Main Status : (Transcoding......) Input Status : (Connected) Input Bitrate : (44100Hz/Stereo MP3) Output status : (Disconnecting) Output status : (Disconnected) Main Status : (Done) hera# What's wrong???? Please help me! Gtrz. Jack Raats