The Media Service will look for an XML file (specified with the -c option) containing the configuration to be used. Any Media Player parameter can be set in the configuration file by using the name of the parameter as the name of an XML element. The value of the parameter will be the set to the text enclosed by the element start and end tag.
A typical configuration file could look like this:
<?xml version="1.0"?> <StreamerConfig> <bufsize>2048</bufsize> <buftime>500</buftime> <bufsats>1024</bufsats> </StreamerConfig>