Displaying 3 results from an estimated 3 matches for "servergenr".
Did you mean:
servergenre
2011 May 21
2
Extra stream
On Sat, 21 May 2011, Jack Raats wrote:
> 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).
> After editing the config file I start transcoder and I got the following
> output:
>
> hera# cd /letc
> hera# streamTranscoder -c transcoder.cfg
2011 May 22
0
Extra stream
...ber 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...
2004 Aug 06
3
get status.xml's variable using a php file
...d = ereg_replace(".*<$loop[$y]>", "", $page); // extract data
$phpname = strtolower($loop[$y]); //make names in loop lowercase for variable names
$$phpname = ereg_replace("</$loop[$y]>.*", "", $pageed); //finish extracting data
if($loop[$y]==SERVERGENRE || $loop[$y]==SERVERTITLE || $loop[$y]==SONGTITLE) //if for code clean-up (if you have problems with variables with URL encoding (i.e. %20 for space put them in this loop)
$$phpname = urldecode($$phpname); // replace URL code with regular text (i.e. %20 = space)
##More stuff that prints##
ec...