It is possible to get the list of services at IP out in the following formats:
- XSPF
- M3U
- Extended M3U
- Extended++ M3U
XSPF
XSPF can be accessed by enter "/ipoutservices" after the URL for the TDX configuration.
Sample:
<?xml version="1.0" encoding="UTF-8"?> <playlist version="1" xmlns="http://xspf.org/ns/0/"> <trackList> <track><title>DR1</title><location>udp://@239.194.0.1:50172</location> <extension application="http://www.triax.com"><poolserviceid>4</poolserviceid></extension></track> <track><title>Syd</title><location>udp://@239.194.0.2:50172</location> <extension application="http://www.triax.com"><poolserviceid>6</poolserviceid></extension></track> </trackList> </playlist>
M3U
M3U can be accessed by enter "/orgChanlist.m3u" after the URL for the TDX configuration.
This service list contains:
- IP addresses and port numbers
Sample:
udp://239.194.0.1:50172 udp://239.194.0.2:50172
Extended M3U
Extended M3U can be accessed by enter "/chanlist.m3u" after the URL for the TDX configuration.
The service list is compliant to SAT>IP Protocol Specification (ver. 1.2.2) and is defined as "extended M3U channel list" In the standard under appendix A2.1
This service list contains:
- IP address and port number
- Service name
- LCN
Sample:
#EXTM3U #EXTINF:0,1. DR1 udp://239.194.0.1:50172 #EXTINF:0,3. Syd udp://239.194.0.2:50172
Extended++ M3U
Extended++ M3U can be accessed by enter "/satip.m3u" after the URL for the TDX configuration.
The service list is based at the Extended M3U with further extensions.
The service list can be used for TV sets. Panasonic is one TV set vendor that supports this service list as service discovery.
The list is used for communication between the TDX system controller and the TDX EPG server.
This service list contains:
- IP adress and port number
- Service name, transport stream ID, original network ID
- LCN
- Service type (1=TV, 2=Radio)
Sample:
#EXTM3U #EXTINF:0,1. DR1 udp://239.194.0.1:50172?stype=1&onid=43962&tsid=0&svcid=4 #EXTINF:0,3. Syd udp://239.194.0.2:50172?stype=1&onid=43962&tsid=0&svcid=6
All above list will be downloaded to the computer