Mijn kameraad draait sinds kort bij mij op de stream.
En hij draait alleen cd's en platen

Dus de pc heeft hij niet nodig, en inplaats van combine heb ik een tekst in de encoder neergezet
Maar elke keer dat hij de stream start.
Doet hij dat met de volgende code:
Code: Selecteer alles
{ About:
This script will disconnect any source connected
to a SHOUTcast server and then connects this
SAM Broadcaster as the new source.
Usage:
a) Create a single MP3 encoder to connect to the shoutcast server.
b) Supply your shoutcast server details in the configuration section below
c) Use the Event Scheduler to start this PAL script at the correct time.
}
{ CONFIGURATION }
{==================================================}
const shoutcast_password = '****';
const shoutcast_host = 'stream.decibelpiraten.nl';
const shoutcast_port = '9009';
{==================================================}
var URL : String;
URL := 'http://admin:'+shoutcast_password+'@'+shoutcast_host+':'+shoutcast_port+'/admin.cgi?mode=kicksrc';
WebToFile('c:\dummy.txt',URL);
Encoders[0].Start;
{--------------------------------------------------}
Is hier een of andere oplossing voor?
Dan elke keer een liedje in sam te gooien en op afspelen te drukken?
Mvg,
Marvin