<!doctype html public "-//W3C//DTD W3 HTML//EN">
<html><head><style type="text/css"><!--
blockquote, dl, ul, ol, li { padding-top: 0 ; padding-bottom: 0 }
 --></style><title>Re: [Live-devel] Streaming
H.264/RTP</title></head><body>
<blockquote type="cite" cite>I've noticed there are no examples of
streaming h.264 video (over RTP) with</blockquote>
<blockquote type="cite" cite>liveMedia and I would like to use it as a
library for my work. </blockquote>
<div><br></div>
<div>Because this is a frequently-asked question, I have now included
it in the FAQ:</div>
<div><x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </x-tab><font
face="Lucida Grande" size="-4"
color="#000000"
>http://www.live555.com/liveMedia/faq.html#h264-streaming</font></div>
<div><br></div>
<blockquote type="cite" cite>I think I have done the grunt work as far
demuxing and transcoding with<br>
another application I've written that will output to a two fifo<br>
buffers.<br>
<br>
PCMu --&gt; /tmp/ulaw_input0<br>
H.264 --&gt; /tmp/h264_input0<br>
<br>
Is the easiest way to accomplish my task similar to the MPEG1or2<br>
streaming example with H264 instead?</blockquote>
<div><br></div>
<div>Yes, sort of.&nbsp; However, because you already have separate
audio and video streams, you won't need to do any 'demultiplexing'.&nbsp;
(And because your audio is u-law rather than MPEG, you should look to
the WAV audio streaming demo apps for guidance on how to stream
it.)</div>
<div><br></div>
<div>Also, of course, both your audio and video streams will need to
deliver accurate presentation timestamps, otherwise you have no hope
of every synchronizing audio and video at the receiver end.</div>
<x-sigsep><pre>-- 
</pre></x-sigsep>
<div><br>
Ross Finlayson<br>
Live Networks, Inc.<br>
http://www.live555.com/</div>
</body>
</html>