This is a very interesting addition to VLC. (maybe uncompatible with the code freeze)<br><br>I believe that most piece of software that produce iPhone ready do download/segment stream do push with FTP files on the HTTP server.<br>
That permit a clear separation between the transcoder/segmenter and the delivery platform (that could be a simple apache or a CDN infrastructure).<br><br>David Glaude<br><br>PS: VLC can be a iPhone streamer (or segmenter) but it is not capable of reading an iPhone stream (it is just a play list... and you only need to smoothly go from one file to another).<br>
<br><div class="gmail_quote">2010/3/25 Keary Griffin <span dir="ltr"><<a href="mailto:keary.griffin@unwiredappeal.com">keary.griffin@unwiredappeal.com</a>></span><br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">




<div bgcolor="#ffffff" text="#000000">
I've put together a patch that adds an access_out module (as well as a
small change in the ts muxer) to add support for the HTTP Live
Streaming protocol to VLC.  This is the protocol the iPhone uses for
live streaming and and is also supported by Quicktime X and Safari on
OSX.  This is the IETF draft: 
<a href="http://tools.ietf.org/html/draft-pantos-http-live-streaming" target="_blank">http://tools.ietf.org/html/draft-pantos-http-live-streaming</a><br>
<br>
You can find the patch and some documentation here:<br>
<a href="http://techblog.unwiredappeal.com/2010/03/vlc-http-live-streaming-module-patch.html" target="_blank">http://techblog.unwiredappeal.com/2010/03/vlc-http-live-streaming-module-patch.html</a><br>
<br>
This is my first time working with the VLC code, so please let me know
if there are any major issues anyone sees as to either the code itself
or the way I am doing something. <br>
<br>
As an aside I also put together a small patch for the mmsh code to
(hopefully) add support for honoring the Content-Length header sent by
some servers.   I believe this is the problem referenced in:  <a href="http://trac.videolan.org/vlc/ticket/2533" target="_blank">http://trac.videolan.org/vlc/ticket/2533</a>
where I also posted a comment.<br>
You can find more details here:<br>
<a href="http://techblog.unwiredappeal.com/2010/03/vlc-mms-start-delay-keep-alive-patch.html" target="_blank">http://techblog.unwiredappeal.com/2010/03/vlc-mms-start-delay-keep-alive-patch.html</a><br>
<br>
Thanks<br>
Keary<br>
</div>

<br>_______________________________________________<br>
vlc-devel mailing list<br>
To unsubscribe or modify your subscription options:<br>
<a href="http://mailman.videolan.org/listinfo/vlc-devel" target="_blank">http://mailman.videolan.org/listinfo/vlc-devel</a><br>
<br></blockquote></div><br>