On Fri, Apr 10, 2009 at 3:09 AM, Debargha Mukherjee <span dir="ltr">&lt;<a href="mailto:debargha.mukherjee@hp.com">debargha.mukherjee@hp.com</a>&gt;</span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Would you mind sharing how you fixed your H.264 streaming problems?</blockquote><div><br>Yeah, it was pretty basic: I was using the Live555 RTSP classes
incorrectly.  I needed to start with one of the sample applications,
instead of the incorrect H.264 tutorial code I started with (it&#39;s floating about somewhere on the list; I don&#39;t recommend it as a starting point as it has some rather blaring inaccuracies).<br><br>My H.264 code was fine the way it was.  I used x264 (a DShow filter implementation, that is) to perform the encode, DirectShow to process media samples, and Some Qt components to handle threading.  So my application is unfortunately windows-only, but someone could probably write a gstreamer variant if they were familiar with that API (unfortunately, I&#39;m not).<br>
</div></div>