<!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] H264
Streaming</title></head><body>
<blockquote type="cite" cite><font face="Arial"
size="-1">Hello,</font><br>
</blockquote>
<blockquote type="cite" cite><font face="Arial"
size="-1"> I'm
sorta new to the livemedia streaming framework - have been trying to
get a H264 streaming solution going on linuxŠ</font><br>
</blockquote>
<blockquote type="cite" cite><font face="Arial" size="-1">Trying
making my own H264VideoRTPSink, but there doesn't seem to be a valid
framer (at least they seem like stub functions)</font></blockquote>
<div><br></div>
<div>Yes, to use "H264VideoRTPSink", you need to define and
implement your own subclass of "H264VideoStreamFramer".
This subclass delivers discrete H.263 NAL units - one at a time -
using your implementation of "doGetNextFrame()". (See
"DeviceSource.cpp" - and the code for other 'source' classes
- for hints on how to implement "doGetNextFrame()".)</div>
<x-sigsep><pre>--
</pre></x-sigsep>
<div><br>
Ross Finlayson<br>
Live Networks, Inc.<br>
http://www.live555.com/</div>
</body>
</html>