MB90 | VESTEL B2B Support Portal

MB90

[:en]

This document explains configuration of MB90 client devices. In following sections; starting-up MB90 IPTV devices for application development will be described.

  • Setting Up Initial Parameters : In this section how to setup configuration parameters will be detailed.
  • Channel List Preparation : This part explains channel list creation and updating clients with channel list.

Setting Up Initial Parameters

Our clients are designed to fetch an HTML Application from a given “starturl” on startup. Necessary configuration items such as “starturl, channel list URL, NTP server, timezone, and FTP parameters” could be set to a specific configuration file that is located in the client using various methods.

  • Starturl: Starturl is the webpage that will open when IPTV turned on.
  • Channel list URL: Channel list URL is the XML configuration file that has the channel list.
  • NTP Server: IPTV gets the date-time information from that server.
  • Timezone: Value that describes timezone.

Following sections describe all of the configuration methods.

  • Configuration via CGI: Configurate initial parameters by using CGI
  • Configuration via USB: Configurate initial parameters by using USB
  • Configuration via Bootcaster: Configurate initial parameters by using Bootcaster

Configuration via CGI

CGI is the interface to configure MB90 clients. To reach the CGI interface, the client’s IP address should be written to any web browser’s address bar. This interface could be seen in Figure 1. 

Figure 1: CGI Interface

All of the initial parameters could be set on this interface. Commands are described for every initial parameters in Table 1.

Initial ParameterCommand
StarturlSet TV Portal URL
Channel List URLSet Channel List URL
NTP ServerSet NTP Server IP
TimezoneChange Time Zone

Table 1: Commands by Initial Parameters

To setting up starturl via CGI could be seen in Figure 2.

Figure 2: Setting Up Starturl via CGI

Configuration via USB Update

Instructions located below should be done for this configuration type.

  • Create a text file called “starturl.txt
  • Enter your URL to the first line of “starturl.txt
  • Copy the file to USB
  • Insert USB to TV
  • Press “Menu+4725
  • Select “USB Operations” from the menu
  • When you press the Internet button again, web browser will be opened by defined URL.

Configuration via Bootcaster

Bootcaster is a useful application for VS clients in order to set key configurations by UDP Multicast streaming. Bootcaster application runs over “udp://239.254.0.241:22222” multicast address. UDP Multicasting and IGMP snooping have to be enabled on network switches to use this feature. When bootcaster is enabled, all of the VS clients in the same LAN are going to listen to this UDP address on bootup. Bootcaster software could be reached from the support website. Sample Bootcaster configuration is below:

# Bootcaster configuration file
VERSION=3
START_URL=http://192.168.0.71/HotelTV2/
CHANNEL_LIST_URL=http://192.168.0.71/HotelTV2/iptvChannels.xml
NTP_SERVER=192.168.0.15
TIMEZONE=3600

Channel List Preparation

VS clients are capable of displaying DVB-IP, DVB-S, DVB-T, DVB-C, and Analog channels. Channel configuration for each different input and also satellite configurations and their orders could be set in the channel list file. The file extension has to be XML. Sample channel list items for every modulation in below.

DVB-IP:

<dvb:ServiceDiscovery Version="0" xmlns:dvb="urn:dvb:ipisdns:2006" xmlns:mpeg7="urn:tva:mpeg7:2005" xmlns:tva="urn:tva:metadata:2005">
    <dvb:BroadcastDiscovery ChannelListVersion="1" DomainName="ard.de" Version="1">
        <dvb:SatelliteSettings AntennaType="antenna_diseqc">
            <dvb:Satellite ID="1" Name="Turksat (42.0E)" />
            <dvb:Satellite ID="2" Name="None" />
            <dvb:Satellite ID="3" Name="None" />
            <dvb:Satellite ID="4" Name="None" />
        
	
	    
		<dvb:ServiceLocation Network="DVB-IP">
	       	    <dvb:IPMulticastAddress Address="239.0.0.1" Port="1234"/>
		
		<dvb:TextualIdentifier ServiceName="Yol TV"/>
		<dvb:LogicalChannelNumber ChannelNumber="4"/>
		<dvb:DVBTriplet OrigNetId="0" ServiceId="1" TSId="0"/>
		<dvb:SI ServiceVMX="0" ServiceType="1" ServiceLocked="0" ServiceUniqueId="DYd4J6Zjwp">
		
	    
        
    

DVB-S:

<dvb:ServiceDiscovery Version="0" xmlns:dvb="urn:dvb:ipisdns:2006" xmlns:mpeg7="urn:tva:mpeg7:2005" xmlns:tva="urn:tva:metadata:2005">
    <dvb:BroadcastDiscovery ChannelListVersion="1" DomainName="ard.de" Version="1">
        <dvb:SatelliteSettings AntennaType="antenna_diseqc">
            <dvb:Satellite ID="1" Name="Turksat (42.0E)" />
            <dvb:Satellite ID="2" Name="None" />
            <dvb:Satellite ID="3" Name="None" />
            <dvb:Satellite ID="4" Name="None" />
        
        
	    
                <dvb:ServiceLocation Network="DVB-S">
                    <dvb:TunerConfiguration DiSEqC="1" Frequency="11054000" Polarisation="V" SymbolRate="30000" />
                
                <dvb:TextualIdentifier ServiceName="TRT1" />
                <dvb:LogicalChannelNumber ChannelNumber="27" />
                <dvb:DVBTriplet OrigNetId="1070" ServiceId="10600" TSId="31001" />
                <dvb:SI ServiceEncrypted="0" ServiceLocked="0" ServiceType="1" ServiceVMX="0">
                    124,8
                
            
	
    
<

DVB-T

<dvb:ServiceDiscovery Version="0" xmlns:dvb="urn:dvb:ipisdns:2006" xmlns:mpeg7="urn:tva:mpeg7:2005" xmlns:tva="urn:tva:metadata:2005">
    <dvb:BroadcastDiscovery ChannelListVersion="1" DomainName="ard.de" Version="1">
        <dvb:SatelliteSettings AntennaType="antenna_diseqc">
            <dvb:Satellite ID="1" Name="Turksat (42.0E)" />
            <dvb:Satellite ID="2" Name="None" />
            <dvb:Satellite ID="3" Name="None" />
            <dvb:Satellite ID="4" Name="None" />
        
	
	    
                <dvb:ServiceLocation Network="DVB-T2">
                        <dvb:TunerConfiguration Frequency="810000" />
                
                <dvb:TextualIdentifier ServiceName="TRT1" />
                <dvb:LogicalChannelNumber ChannelNumber="25" />
                <dvb:DVBTriplet OrigNetId="0" ServiceId="1" TSId="2" />
                <dvb:SI ServiceEncrypted="0" ServiceLocked="0" ServiceType="1" ServiceVMX="0">
                    124,8
                
            
	
    

DVB-C

<div style="background: #ffffff; overflow:auto;width:auto;border:solid gray;border-width:.1em .1em .1em .8em;padding:.2em .6em;"><pre style="margin: 0; line-height: 125%"><span style="color: #007700"><dvb:ServiceDiscovery <span style="color: #0000CC">Version=style="background-color: #fff0f0">"0" <span style="color: #0000CC">xmlns:dvb=style="background-color: #fff0f0">"urn:dvb:ipisdns:2006" <span style="color: #0000CC">xmlns:mpeg7=style="background-color: #fff0f0">"urn:tva:mpeg7:2005" <span style="color: #0000CC">xmlns:tva=style="background-color: #fff0f0">"urn:tva:metadata:2005"style="color: #007700">>
    <span style="color: #007700"><dvb:BroadcastDiscovery <span style="color: #0000CC">ChannelListVersion=style="background-color: #fff0f0">"1" <span style="color: #0000CC">DomainName=style="background-color: #fff0f0">"ard.de" <span style="color: #0000CC">Version=style="background-color: #fff0f0">"1"style="color: #007700">>
        <span style="color: #007700"><dvb:SatelliteSettings <span style="color: #0000CC">AntennaType=style="background-color: #fff0f0">"antenna_diseqc"style="color: #007700">>
            <span style="color: #007700"><dvb:Satellite <span style="color: #0000CC">ID=style="background-color: #fff0f0">"1" <span style="color: #0000CC">Name=style="background-color: #fff0f0">"Turksat (42.0E)" <span style="color: #007700">/>
            <span style="color: #007700"><dvb:Satellite <span style="color: #0000CC">ID=style="background-color: #fff0f0">"2" <span style="color: #0000CC">Name=style="background-color: #fff0f0">"None" <span style="color: #007700">/>
            <span style="color: #007700"><dvb:Satellite <span style="color: #0000CC">ID=style="background-color: #fff0f0">"3" <span style="color: #0000CC">Name=style="background-color: #fff0f0">"None" <span style="color: #007700">/>
            <span style="color: #007700"><dvb:Satellite <span style="color: #0000CC">ID=style="background-color: #fff0f0">"4" <span style="color: #0000CC">Name=style="background-color: #fff0f0">"None" <span style="color: #007700">/>
        <span style="color: #007700"></dvb:SatelliteSettings>
    <span style="color: #007700"><dvb:ServiceList>
        <span style="color: #007700"><dvb:SingleService>
                <span style="color: #007700"><dvb:ServiceLocation <span style="color: #0000CC">Network=style="background-color: #fff0f0">"Analog"style="color: #007700">>
                    <span style="color: #007700"><dvb:TunerConfiguration <span style="color: #0000CC">Frequency=style="background-color: #fff0f0">"818000" <span style="color: #0000CC">TVSystem=style="background-color: #fff0f0">"BG" <span style="color: #007700">/>
                <span style="color: #007700"></dvb:ServiceLocation>
                <span style="color: #007700"><dvb:TextualIdentifier <span style="color: #0000CC">ServiceName=style="background-color: #fff0f0">"TRT1" <span style="color: #007700">/>
                <span style="color: #007700"><dvb:LogicalChannelNumber <span style="color: #0000CC">ChannelNumber=style="background-color: #fff0f0">"26" <span style="color: #007700">/>
                <span style="color: #007700"><dvb:SI <span style="color: #0000CC">ServiceEncrypted=style="background-color: #fff0f0">"0" <span style="color: #0000CC">ServiceLocked=style="background-color: #fff0f0">"0" <span style="color: #0000CC">ServiceType=style="background-color: #fff0f0">"1" <span style="color: #0000CC">ServiceVMX=style="background-color: #fff0f0">"0"style="color: #007700">>
                    <span style="color: #007700"><dvb:ContentGenre>124,8
                <span style="color: #007700"></dvb:SI>
            <span style="color: #007700"></dvb:SingleService>
    <span style="color: #007700"></dvb:ServiceList>
    <span style="color: #007700"></dvb:BroadcastDiscovery>
<span style="color: #007700"></dvb:ServiceDiscovery>

Analog

<dvb:ServiceDiscovery Version="0" xmlns:dvb="urn:dvb:ipisdns:2006" xmlns:mpeg7="urn:tva:mpeg7:2005" xmlns:tva="urn:tva:metadata:2005">
    <dvb:BroadcastDiscovery ChannelListVersion="1" DomainName="ard.de" Version="1">
        <dvb:SatelliteSettings AntennaType="antenna_diseqc">
            <dvb:Satellite ID="1" Name="Turksat (42.0E)" />
            <dvb:Satellite ID="2" Name="None" />
            <dvb:Satellite ID="3" Name="None" />
            <dvb:Satellite ID="4" Name="None" />
        
	
	    
                <dvb:ServiceLocation Network="Analog">
                    <dvb:TunerConfiguration Frequency="818000" TVSystem="BG" />
                
                <dvb:TextualIdentifier ServiceName="TRT1" />
                <dvb:LogicalChannelNumber ChannelNumber="26" />
                <dvb:SI ServiceEncrypted="0" ServiceLocked="0" ServiceType="1" ServiceVMX="0">
                    124,8
                
            
	
    

Please click for the sample channel list.

Importing Channel List via USB

MB90 clients have a preferable method to import “channelTable.xml” directly to the client without defining a URL in “hoteltv_config.xml”. This may be useful when you export a channel list from another client and copy it to the new client.

Importing & Exporting channel tables are both possible. Both of them are located in “HotelTV Menu“. When channel table is exported to USB, its name may be different, so you may not import it again. The channel table XML should have the exact name: “channelTable.xml”. It should be located in the USB flash drive root folder.

[:fr]

Ce document explique la configuration des appareils clients MB90. Dans les sections suivantes; le démarrage des appareils IPTV MB90 pour le développement d’applications sera décrit.

  • Configuration des paramètres initiaux : Dans cette section, la configuration des paramètres est détaillée.
  • Préparation de la liste des chaînes : Cette partie explique la création de la liste des chaînes et la mise à jour des clients avec la liste des chaînes.

Configuration des paramètres initiaux

Nos clients sont conçus pour récupérer une application HTML à partir d’une « starturl » donnée au démarrage. Les éléments de configuration nécessaires tels que la starturl, l’URL de la liste des chaînes, le serveur NTP, le fuseau horaire et les paramètres FTP peuvent être définis via des fichiers de configuration spécifiques situés sur les clients à l’aide de diverses méthodes.

  • Starturl : Starturl est la page Web qui s’ouvre lorsque l’IPTV est allumée.
  • URL de la liste des chaînes : L’URL de la liste des chaînes est le fichier de configuration XML qui contient la liste des chaînes.
  • Serveur NTP : L’IPTV obtient les informations de date et heure de ce serveur.
  • Fuseau horaire : Valeur qui décrit le fuseau horaire.

Les sections suivantes décrivent toutes les méthodes de configuration.

  • Configuration par CGI : Configurez les paramètres initiaux à l’aide d’un périphérique CGI
  • Configuration par USB : Configurez les paramètres initiaux à l’aide d’un périphérique USB
  • Configuration par Bootcaster : Configurez les paramètres initiaux à l’aide de Bootcaster

Configuration par CGI

CGI est l’interface pour configurer les clients MB90. Pour accéder à l’interface CGI, l’adresse IP du client doit être écrite dans la barre d’adresse du navigateur Web de votre choix. Cette interface est visible sur la Figure 1. 

Figure 1: Interface CGI

Tous les paramètres initiaux peuvent être définis sur cette interface. Les commandes sont décrites pour chaque paramètre initial dans le tableau 1.

Paramètres initiaux

Commande
Starturl

Définir l’URL du portail TV

URL de la liste des chaînes

Définissez l’URL de la liste des chaînes

Serveur NTP

Définissez l’adresse IP du serveur NTP

Fuseau horaire

Changez de fuseau horaire

Tableau 1: Commandes par paramètres initiaux

La configuration de starturl via CGI est illustrée en Figure 2.

Figure 2: Configuration de starturl via CGI

Configuration via Mise à jour USB

Les instructions ci-dessous doivent être suivies pour ce type de configuration.

  • Créez un fichier texte appelé starturl.txt
  • Entrez votre URL à la première ligne de starturl.txt
  • Copiez le fichier sur une clé USB
  • Insérez la clé USB dans le téléviseur
  • Appuyez sur Menu + 4725
  • Sélectionnez « Opérations USB » dans le menu
  • Lorsque vous appuyez à nouveau sur le bouton Internet, le navigateur Web est ouvert sur l’URL définie.

Configuration par Bootcaster

Bootcaster est une application utile pour les clients VS afin de définir des configurations clés par multidiffusion UDP. L’application Bootcaster s’exécute sur l’adresse de multidiffusion « udp://239.254.0.241:22222 ». La multidiffusion UDP et la surveillance IGMP doivent être activées sur les commutateurs réseau pour utiliser cette fonctionnalité. Lorsque Bootcaster est activé, tous les clients VS du même réseau local écoutent cette adresse UDP au démarrage. Vous pouvez accéder au logiciel Bootcaster sur le site Web de support. Voici un exemple de configuration de Bootcaster :

# Bootcaster configuration file VERSION=3 START_URL=http://192.168.0.71/HotelTV2/ CHANNEL_LIST_URL=http://192.168.0.71/HotelTV2/iptvChannels.xml NTP_SERVER=192.168.0.15 TIMEZONE=3600

Préparation de la liste des chaînes

Les clients VS sont capables d’afficher les chaînes DVB-IP, DVB-S, DVB-T, DVB-C et analogiques. La configuration des chaîne pour chaque entrée différente ainsi que les configurations satellites et leur ordre peuvent être définis dans le fichier de liste des chaînes. L’extension de fichier doit être XML. Exemples d’éléments de liste de chaînes pour chaque modulation ci-dessous.

DVB-IP:

<dvb:ServiceDiscovery Version="0" xmlns:dvb="urn:dvb:ipisdns:2006" xmlns:mpeg7="urn:tva:mpeg7:2005" xmlns:tva="urn:tva:metadata:2005">
    <dvb:BroadcastDiscovery ChannelListVersion="1" DomainName="ard.de" Version="1">
        <dvb:SatelliteSettings AntennaType="antenna_diseqc">
            <dvb:Satellite ID="1" Name="Turksat (42.0E)" />
            <dvb:Satellite ID="2" Name="None" />
            <dvb:Satellite ID="3" Name="None" />
            <dvb:Satellite ID="4" Name="None" />
        
	
	    
		<dvb:ServiceLocation Network="DVB-IP">
	       	    <dvb:IPMulticastAddress Address="239.0.0.1" Port="1234"/>
		
		<dvb:TextualIdentifier ServiceName="Yol TV"/>
		<dvb:LogicalChannelNumber ChannelNumber="4"/>
		<dvb:DVBTriplet OrigNetId="0" ServiceId="1" TSId="0"/>
		<dvb:SI ServiceVMX="0" ServiceType="1" ServiceLocked="0" ServiceUniqueId="DYd4J6Zjwp">
		
	    
        
    

DVB-S:

<dvb:ServiceDiscovery Version="0" xmlns:dvb="urn:dvb:ipisdns:2006" xmlns:mpeg7="urn:tva:mpeg7:2005" xmlns:tva="urn:tva:metadata:2005">
    <dvb:BroadcastDiscovery ChannelListVersion="1" DomainName="ard.de" Version="1">
        <dvb:SatelliteSettings AntennaType="antenna_diseqc">
            <dvb:Satellite ID="1" Name="Turksat (42.0E)" />
            <dvb:Satellite ID="2" Name="None" />
            <dvb:Satellite ID="3" Name="None" />
            <dvb:Satellite ID="4" Name="None" />
        
        
	    
                <dvb:ServiceLocation Network="DVB-S">
                    <dvb:TunerConfiguration DiSEqC="1" Frequency="11054000" Polarisation="V" SymbolRate="30000" />
                
                <dvb:TextualIdentifier ServiceName="TRT1" />
                <dvb:LogicalChannelNumber ChannelNumber="27" />
                <dvb:DVBTriplet OrigNetId="1070" ServiceId="10600" TSId="31001" />
                <dvb:SI ServiceEncrypted="0" ServiceLocked="0" ServiceType="1" ServiceVMX="0">
                    124,8
                
            
	
    
<

DVB-T

<dvb:ServiceDiscovery Version="0" xmlns:dvb="urn:dvb:ipisdns:2006" xmlns:mpeg7="urn:tva:mpeg7:2005" xmlns:tva="urn:tva:metadata:2005">
    <dvb:BroadcastDiscovery ChannelListVersion="1" DomainName="ard.de" Version="1">
        <dvb:SatelliteSettings AntennaType="antenna_diseqc">
            <dvb:Satellite ID="1" Name="Turksat (42.0E)" />
            <dvb:Satellite ID="2" Name="None" />
            <dvb:Satellite ID="3" Name="None" />
            <dvb:Satellite ID="4" Name="None" />
        
	
	    
                <dvb:ServiceLocation Network="DVB-T2">
                        <dvb:TunerConfiguration Frequency="810000" />
                
                <dvb:TextualIdentifier ServiceName="TRT1" />
                <dvb:LogicalChannelNumber ChannelNumber="25" />
                <dvb:DVBTriplet OrigNetId="0" ServiceId="1" TSId="2" />
                <dvb:SI ServiceEncrypted="0" ServiceLocked="0" ServiceType="1" ServiceVMX="0">
                    124,8
                
            
	
    

DVB-C

<div style="background: #ffffff; overflow:auto;width:auto;border:solid gray;border-width:.1em .1em .1em .8em;padding:.2em .6em;"><pre style="margin: 0; line-height: 125%"><span style="color: #007700"><dvb:ServiceDiscovery <span style="color: #0000CC">Version=style="background-color: #fff0f0">"0" <span style="color: #0000CC">xmlns:dvb=style="background-color: #fff0f0">"urn:dvb:ipisdns:2006" <span style="color: #0000CC">xmlns:mpeg7=style="background-color: #fff0f0">"urn:tva:mpeg7:2005" <span style="color: #0000CC">xmlns:tva=style="background-color: #fff0f0">"urn:tva:metadata:2005"style="color: #007700">>
    <span style="color: #007700"><dvb:BroadcastDiscovery <span style="color: #0000CC">ChannelListVersion=style="background-color: #fff0f0">"1" <span style="color: #0000CC">DomainName=style="background-color: #fff0f0">"ard.de" <span style="color: #0000CC">Version=style="background-color: #fff0f0">"1"style="color: #007700">>
        <span style="color: #007700"><dvb:SatelliteSettings <span style="color: #0000CC">AntennaType=style="background-color: #fff0f0">"antenna_diseqc"style="color: #007700">>
            <span style="color: #007700"><dvb:Satellite <span style="color: #0000CC">ID=style="background-color: #fff0f0">"1" <span style="color: #0000CC">Name=style="background-color: #fff0f0">"Turksat (42.0E)" <span style="color: #007700">/>
            <span style="color: #007700"><dvb:Satellite <span style="color: #0000CC">ID=style="background-color: #fff0f0">"2" <span style="color: #0000CC">Name=style="background-color: #fff0f0">"None" <span style="color: #007700">/>
            <span style="color: #007700"><dvb:Satellite <span style="color: #0000CC">ID=style="background-color: #fff0f0">"3" <span style="color: #0000CC">Name=style="background-color: #fff0f0">"None" <span style="color: #007700">/>
            <span style="color: #007700"><dvb:Satellite <span style="color: #0000CC">ID=style="background-color: #fff0f0">"4" <span style="color: #0000CC">Name=style="background-color: #fff0f0">"None" <span style="color: #007700">/>
        <span style="color: #007700"></dvb:SatelliteSettings>
    <span style="color: #007700"><dvb:ServiceList>
        <span style="color: #007700"><dvb:SingleService>
                <span style="color: #007700"><dvb:ServiceLocation <span style="color: #0000CC">Network=style="background-color: #fff0f0">"Analog"style="color: #007700">>
                    <span style="color: #007700"><dvb:TunerConfiguration <span style="color: #0000CC">Frequency=style="background-color: #fff0f0">"818000" <span style="color: #0000CC">TVSystem=style="background-color: #fff0f0">"BG" <span style="color: #007700">/>
                <span style="color: #007700"></dvb:ServiceLocation>
                <span style="color: #007700"><dvb:TextualIdentifier <span style="color: #0000CC">ServiceName=style="background-color: #fff0f0">"TRT1" <span style="color: #007700">/>
                <span style="color: #007700"><dvb:LogicalChannelNumber <span style="color: #0000CC">ChannelNumber=style="background-color: #fff0f0">"26" <span style="color: #007700">/>
                <span style="color: #007700"><dvb:SI <span style="color: #0000CC">ServiceEncrypted=style="background-color: #fff0f0">"0" <span style="color: #0000CC">ServiceLocked=style="background-color: #fff0f0">"0" <span style="color: #0000CC">ServiceType=style="background-color: #fff0f0">"1" <span style="color: #0000CC">ServiceVMX=style="background-color: #fff0f0">"0"style="color: #007700">>
                    <span style="color: #007700"><dvb:ContentGenre>124,8
                <span style="color: #007700"></dvb:SI>
            <span style="color: #007700"></dvb:SingleService>
    <span style="color: #007700"></dvb:ServiceList>
    <span style="color: #007700"></dvb:BroadcastDiscovery>
<span style="color: #007700"></dvb:ServiceDiscovery>

Analog

<dvb:ServiceDiscovery Version="0" xmlns:dvb="urn:dvb:ipisdns:2006" xmlns:mpeg7="urn:tva:mpeg7:2005" xmlns:tva="urn:tva:metadata:2005">
    <dvb:BroadcastDiscovery ChannelListVersion="1" DomainName="ard.de" Version="1">
        <dvb:SatelliteSettings AntennaType="antenna_diseqc">
            <dvb:Satellite ID="1" Name="Turksat (42.0E)" />
            <dvb:Satellite ID="2" Name="None" />
            <dvb:Satellite ID="3" Name="None" />
            <dvb:Satellite ID="4" Name="None" />
        
	
	    
                <dvb:ServiceLocation Network="Analog">
                    <dvb:TunerConfiguration Frequency="818000" TVSystem="BG" />
                
                <dvb:TextualIdentifier ServiceName="TRT1" />
                <dvb:LogicalChannelNumber ChannelNumber="26" />
                <dvb:SI ServiceEncrypted="0" ServiceLocked="0" ServiceType="1" ServiceVMX="0">
                    124,8
                
            
	
    

Cliquez pour consulter l’exemple de liste de chaînes.

Importation de la liste des chaînes via USB

Les clients MB90 ont une méthode préférable pour importer « channelTable.xml » directement sur le client sans définir d’URL dans « hoteltv_config.xml ». Cela peut être utile lorsque vous exportez une liste de chaînes à partir d’un autre client et que vous la copiez vers un nouveau client.

L’importation et l’exportation de tables de chaînes sont toutes deux possibles. Les deux se situent dans le  Menu HotelTV. Lorsque la table des chaînes est exportée vers le périphérique USB, son nom peut être différent, vous ne pouvez donc pas l’importer à nouveau. La table des chaînes XML doit avoir le nom exact : « channelTable.xml ». Le fichier doit se situer dans le dossier racine de la clé USB.

[:]