<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=us-ascii">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7226.0">
<TITLE>H263 over RTP</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/rtf format -->

<P><FONT SIZE=2 FACE="Arial">Please could someone help with the following:</FONT>

<BR><FONT SIZE=2 FACE="Arial">I am writing some code which reads live video , compreses it to H263 and transmits across UDP/RTP. I have created the RTP payload according to RFC2190 (4 byte h263 header) and fired it at VLC to test. This doesn't work and I think I know why. VLC expects elementary streams over RTP to be encapsulated inside an MPEG2-TS container - I am unfamiliar witht this and have tried simply adding an MPEG2-TS header (RFC2250) and then the h263 bitstream, but suspect I need to somehow mux the h263 to mpeg2 as this is designed to carry both audio/video muxed together?</FONT></P>

<P><FONT SIZE=2 FACE="Arial">Am I completely lost at sea here ? If so could someone quickly explain how I can best achieve what I need to do?</FONT>

<BR><FONT SIZE=2 FACE="Arial">Many regards and thanks for a great product - we use it all the time at a certain large UK telco…</FONT>

<BR><FONT SIZE=2 FACE="Arial">-Chris Dobbs</FONT>

<BR><FONT SIZE=2 FACE="Arial">Software contractor </FONT>
</P>

</BODY>
</HTML>