24 EtherneTV Media Distribution System

<Message>SDP file retrieved through HTTP</Message>
<SDP>http://239.22.133.3/vbs1d1.sdp</SDP>
</Stream>
<!-- this is MPEG4 multicast live stream with SDP file stored locally-->
<Stream type="SDP">
<ProgramName>MPEG4 multicast-local SDP</ProgramName>
<Message>SDP file stored locally</Message>
<SDP>file:///wfs/mpg/mySDP.sdp</SDP>
</Stream>
<!-- this is MPEG4 unicast live stream with SDP file stored locally-->
<Stream type="SDP">
<ProgramName>MPEG4 unicast-local SDP</ProgramName>
<Message>SDP file stored locally</Message>
<SDP>file:///wfs/mpg/mySDP.sdp</SDP>
</Stream>
<!-- this is an MPEG4 rtsp stream (force UDP streaming)-->
<Stream type="RTSP4">
<ProgramName>MPEG4 RTSP (UDP)</ProgramName>
<Message>Sample MPEG4 RTSP (UDP streaming)</Message>
<Channel>3</Channel>
<IP>172.22.133.5</IP>
<RTSPName>vbrickvideo1</RTSPName>
</Stream>
<!-- this is MPEG4 rtsp stream (force RTSP interleaved(TCP) streaming)-->
<Stream type="RTSP4_TCP">
<ProgramName>MPEG4 RTSP (TCP)</ProgramName>
<Message>Sample MPEG4 RTSP (Interleaved streaming)</Message>
<Channel>4</Channel>
<IP>172.22.133.5</IP>
<RTSPName>vbrickvideo1</RTSPName>
</Stream>
<!-- this is an MPEG4 rtsp stream (Automatic selection streaming)-->
<Stream type="RTSP4_AUTO">
<ProgramName>MPEG4 RTSP (AUTO)</ProgramName>
<Message>Sample MPEG4 RTSP (Automatic streaming)</Message>
<Channel>5</Channel>
Example of live MPEG-4 multicast entry with local SDP addressing information.Example of live MPEG-4 unicast entry with local SDP addressing information. Encoder must be configured to unicast to STB’s IP adress.Example of live MPEG-4 stream with forced UDP streaming.Example of MPEG-4 RTSP stream with forced RTSP interleaved (TCP) streaming.Example of MPEG-4 RTSP stream with Auto selection streaming.