Displaying 3 results from an estimated 3 matches for "sourceurl".
Did you mean:
sourceuri
2007 Aug 16
1
use AnnBuilderSourceUrls with local path insted of ftp adress
Hallo everybody.
I want to build my own GO package using the function GOPkgBuilder of AnnBuilder. It uses AnnBuilderSourceUrls to collect data from different ftp sites. These data are not complete for my organism, so I would like to change the ftp adresses to a local one. The changing itself is working but when I run the script I get the following Error:
Error in loadFromUrl(file.path(sourceURLs[["EG"]], "...
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
...t; 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...