Local Configuration

STB Admin Guide 25

<IP>172.22.133.5</IP>
<RTSPName>vbrickvideo1</RTSPName>
</Stream>
<!-- this is MPEG1 Unicast stream -->
<Stream type="UNICAST_MPEG1">
<ProgramName>Sample MPEG1 Unicast</ProgramName>
<Message>Sample MPEG1 Unicast stream</Message>
<Port>5555</Port>
</Stream>
<!-- 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 -->
Example of MPEG-1 unicast entry with port address.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.