Nov 25 2009

HTTP Live Streaming to the iPhone

Tag: WIP, multimedia, webservertengo @ 11:31 am

Live http streaming (specs here) is essentially a number of short video segments (~10 seconds each) and a permanently updated index file (.m3u8) that tells the iPhone where to fetch the next segment. Each segment is x264 video in a mpeg ts container.
You can setup a working streaming chain using ffmpeg as input, a segmenter […]


Nov 05 2009

Building vlc

Tag: multimedia, webservertengo @ 5:45 am

Compiling a recent/up-to-date vlc from source, from the latest SVN can be a pain as vlc has LOTS of dependencies. It can be, but it must not. Below I’m goint to present a number of strategies to take the hurdles and get a (more of less) working version of a recent vlc.
I’d like you to […]