<?xml version="1.0" encoding="UTF-8"?>
<coreConfiguration platformID="prod01">
	
	<!--  the modules node is for listing all modules you want to load modules are not the same as services.... modules contain services -->
	<modules>
	    <module name="liveStream" version="1.0"></module>
	    <module name="mediaPlayer" version="1.0"></module>
	    <module name="stwCueReader" version="1.0"></module>
	    <module name="nowPlayingHistory" version="1.0"></module>
	    <module name="playerWebAdmin" version="1.0"></module>
	</modules>
	
	<zones>
	        
	    <!--
	       zone nodes contain configuration information for initialising services
	       currently only liveStream exists, and it is not yet fully complete
	     -->
	    <zone type="liveStream">
	    
	        <liveStream>
	        
                <!-- the endpoint node is option, and will default to the stated value if absent  -->
	            <endpoint>http://playerservices.streamtheworld.com/api/livestream</endpoint>
	            
                <!-- version is a mandatory value -->
                <version>1.4</version>
                
                <!-- Mount is a mandatory variable  -->
                <mount>KEYJFM</mount>
                
                <!-- The lang variable is optional, and will default to the stated value if absent  -->
                <lang>EN</lang>
                
                <!-- The transport variable is optional, and will default to the stated value if absent  -->
                <transport>http</transport>
                
                <!-- This parameter will be appended to the the mount call in the event of an HD request. -->
                <hdPostFix>AAC</hdPostFix>
                
                <!-- Possible values are hdConnection, normalConnection and hdAlternate -->
                <connectionType>hdAlternate</connectionType>
	        
	        </liveStream>

	        <nowPlayingHistory>
	        	
                <!-- the endpoint node is option, and will default to the stated value if absent  -->
	            <endpoint>http://playerservices.streamtheworld.com/public/nowplaying</endpoint>
	            
	    	</nowPlayingHistory>
            
            
	    </zone>
	     
	</zones>
	
</coreConfiguration>