Hi,<div><br></div><div>I'm trying to use VLC to convert a video to the http live streaming format that is needed for streaming to an iPhone / iPad. I'm following the guide on the wiki (<a href="http://wiki.videolan.org/Documentation:Streaming_HowTo/Streaming_for_the_iPhone">http://wiki.videolan.org/Documentation:Streaming_HowTo/Streaming_for_the_iPhone</a>) but am coming across problems when running the example commands.</div>
<div><br></div><div>I am using a git checkout from last Friday, configured with the following command:</div><div><br></div><div><font class="Apple-style-span" face="'courier new', monospace">./configure --disable-alsa --disable-caca --disable-lua --disable-nls --disable-libv4l2 \</font></div>
<div><font class="Apple-style-span" face="'courier new', monospace">            --disable-dvbpsi --disable-dbus --disable-dbus-control --disable-qt4 \</font></div><div><font class="Apple-style-span" face="'courier new', monospace">            --disable-sdl --disable-skins2 --disable-speex --disable-xcb --disable-xvideo \</font></div>
<div><font class="Apple-style-span" face="'courier new', monospace">            --enable-a52 --enable-avcodec --enable-avformat --enable-dvdnav </font><span class="Apple-style-span" style="font-family: 'courier new', monospace; ">--enable-faad \</span></div>
<div><span class="Apple-style-span" style="font-family: 'courier new', monospace; ">            --enable-flac --enable-freetype --enable-fribidi --enable-libmpeg2 </span><span class="Apple-style-span" style="font-family: 'courier new', monospace; ">--enable-mad \</span></div>
<div><span class="Apple-style-span" style="font-family: 'courier new', monospace; ">            --enable-mkv --enable-ncurses --enable-ogg --enable-png --enable-real \</span></div><div><font class="Apple-style-span" face="'courier new', monospace">            --enable-schroedinger --enable-swscale --enable-theora --enable-vorbis \</font></div>
<div><font class="Apple-style-span" face="'courier new', monospace">--without-x</font></div><div><br></div><div>It compiles successfully and I can see the livehttp </div>