User guide

Local Configuration
STB Admin Guide 25
<!-- this is MPEG2 Unicast stream -->
<Stream type="UNICAST_MPEG2_TRANSPORT">
<ProgramName>Sample MPEG2 Transport Unicast</ProgramName>
<Message>Sample MPEG2 Transport Unicast stream</Message>
<Port>4444</Port>
</Stream>
<!-- this is VoD content from MPEG1 -->
<Stream type="VOD1">
<VODServer>172.22.119.118</VODServer> <!--vod server ip address or hostname-->
<ProgramName>MP1_RONIN</ProgramName><!-- vod content name -->
<Message>MPEG1 content on 172.22.119.118</Message> <!-- local message -->
<Location>Complete-Movies</Location> <!--fullpath for vod content location -->
<Duration>1hr59min56sec</Duration> <!-- vod content duration -->
<Keyword>MPEG1 stream</Keyword> <!-- vod content keyword -->
</Stream>
<!-- this is VoD content from MPEG2 -->
<Stream type="VOD2">
<VODServer>172.22.119.118</VODServer> <!--vod server ip address or hostname-->
<ProgramName>LOTR-The-Two-Towers</ProgramName> <!-- vod content name -->
<Location>Complete-Movies</Location> <!--full path for vod content location-->
<Message>MPEG2 content on 172.22.119.118</Message> <!-- local message -->
<Duration>2hrs52mins30sec</Duration> <!-- vod content duration -->
<Keyword>MPEG2 stream</Keyword> <!-- vod content keyword -->
</Stream>
<!-- this is VoD content from MPEG4 -->
<Stream type="VOD4">
<VODServer>172.22.119.118</VODServer> <!--vod server ip address or hostname-->
<ProgramName>Bad-Boys-2-V1</ProgramName> <!-- vod content name -->
<Location>Complete-Movies</Location> <!--full path for vod content location-->
<Message>MPEG4 content on 172.22.119.118</Message><!--local message-->
<Duration>2hr26mins58sec</Duration> <!-- vod content duration -->
<Keyword>MPEG4 stream</Keyword> <!-- vod content keyword -->
</Stream>
<!-- this is VoD content (MPEG1) from Infovalue -->
<Stream type="VOD1I">
<VODServer>172.17.17.5</VODServer> <!-- vod server ip address or host name -->
<ProgramName>MPEG-1InfovalueVODfile</ProgramName> <!-- vod content name -->
<Message>MPEG1 content on Infovalue</Message> <!-- local message -->
<Location>/</Location> <!-- full path for vod content location -->
<Duration>1h 59m 56s</Duration> <!-- vod content duration -->
Example of MPEG-2 unicast entry with port address.
Example of MPEG-1 content from NXG server with IP address and program name.
Example of RTSP MPEG-2 content from NXG server with IP address and program name.
Example of MPEG-4 content from NXG server with IP address and program name.
Example of MPEG-1 content from VoD-W server with IP address and program name.