Help, I&#39;m stumped.<br><br>I&#39;m trying to use the http interface for VLC as described. It seems to be<br>doing something, but I can&#39;t see the index from the remote computer.<br><br>I&#39;ve scoured the available help files and searched discussions on this<br>
topic, but I can&#39;t seem to get it to work. I would like to use the http<br>interface to get VOD from a server containing .avi files.<br><br>server is on os x<br><br>latest version of VLC: (08.6d)<br><br>I have used this server successfully as a streaming audio server using the<br>
yodj php application (<a href="http://www.yodjnet.com/">http://www.yodjnet.com/</a>), and would like to try<br>something similar with video and VLC. From what I&#39;ve gleaned this should<br>be possible, but I can&#39;t seem to get it to work.<br>
<br>I have tried mapping ports, and making sure there is no conflict with<br>apache, but still the same results.<br><br>Here&#39;s what I&#39;ve got:<br><br>Start VLC on server, select add interface, http interface. Message window<br>
is below:<br><br>main debug: CPU has capabilities AltiVec FPU<br>main debug: looking for memcpy module: 2 candidates<br>main debug: using memcpy module &quot;memcpyaltivec&quot;<br>main debug: waiting for thread completion<br>
main debug: thread 41964032 (playlist) created at priority -47<br>(playlist/playlist.c:184)<br>main debug: waiting for thread completion<br>main debug: thread 42917376 (preparser) created at priority -47<br>(playlist/playlist.c:210)<br>
main debug: looking for interface module: 1 candidate<br>main debug: using interface module &quot;hotkeys&quot;<br>main debug: thread 42929152 (interface) created at priority -47<br>(interface/interface.c:198)<br>main debug: looking for interface module: 3 candidates<br>
main debug: using interface module &quot;macosx&quot;<br>main debug: thread 42065408 (manage) created at priority -47<br>(interface/interface.c:164)<br>main debug: looking for interface module: 1 candidate<br>http debug: using charset=UTF-8<br>
http debug: base :8080<br>main: creating httpd<br>main debug: net: listening to  port 8080<br>main debug: thread 43556352 (httpd host thread) created at priority -47<br>(network/httpd.c:1078)<br>main debug: creating statistics handler<br>
http debug: dir=/volumes/miniStack/TV_MOVIES<br>http debug: file=/volumes/miniStack/TV_MOVIES/1200-run.avi<br>(url=/1200-run.avi)<br>http debug: file=/volumes/miniStack/TV_MOVIES/AD-AE-ABOVE.avi<br>(url=/AD-AE-ABOVE.avi)<br>
http debug: file=/volumes/miniStack/TV_MOVIES/AD-AE-VERTMULL.avi<br>(url=/AD-AE-VERTMULL.avi)<br>http debug: file=/volumes/miniStack/TV_MOVIES/AD-AE.avi (url=/AD-AE.avi)<br>http debug: file=/volumes/miniStack/TV_MOVIES/big-prez-01.avi<br>
(url=/big-prez-01.avi)<br>main debug: using interface module &quot;http&quot;<br>main debug: thread 43488256 (interface) created at priority -47<br>(interface/interface.c:198)<br>main debug: Connection from <a href="http://99.149.37.26">99.149.37.26</a><br>
main debug: Connection from <a href="http://99.149.37.26">99.149.37.26</a><br><br>This shows that VLC sees the correct directory and starts the http<br>interface. It even registers the connection from the remote computer. But<br>
on the remote computer (<a href="http://99.149.37.26">99.149.37.26</a> in this case) the browser registers a<br>404 error as follows:<br><br>&lt;?xml version=&quot;1.0&quot; encoding=&quot;us-ascii&quot; ?&gt;&lt;!DOCTYPE html PUBLIC<br>
&quot;-//W3C//DTD  XHTML 1.0 Strict//EN&quot;<br>&quot;<a href="http://www.w3.org/TR/xhtml10/DTD/xhtml10strict.dtd">http://www.w3.org/TR/xhtml10/DTD/xhtml10strict.dtd</a>&quot;&gt;<br>&lt;html&gt;<br>&lt;head&gt;<br>&lt;title&gt;Error 404&lt;/title&gt;<br>
&lt;/head&gt;<br>&lt;body&gt;<br>&lt;h1&gt;404 Resource not found(/)&lt;/h1&gt;<br>&lt;hr /&gt;<br>&lt;p&gt;&lt;a href=&quot;<a href="http://www.videolan.org">http://www.videolan.org</a>&quot;&gt; VideoLAN&lt;/a&gt;&lt;/p&gt;<br>
&lt;/body&gt;<br>&lt;/html&gt;<br><br>What am I missing?<br><br><br>Note that attempts to use the command-line to use the http interface per<br>the VLC online manual:<br><br>open /applications/VLC.app -I http (--http-src<br>
/volumes/miniStack/TV_MOVIES/ --http-host <a href="http://192.168.1.8:8080">192.168.1.8:8080</a>)<br><br>results in the following error in terminal:<br><br>Last login: Tue Feb  5 06:51:31 on ttyp1<br>Welcome to Darwin!<br>
none-of-your-business-Computer:~ noneofyourbusiness$ open<br>/applications/VLC.app -I http (--http-src /volumes/miniStack/TV_MOVIES/<br>--http-host <a href="http://192.168.1.8:8080">192.168.1.8:8080</a>)<br>-bash: syntax error near unexpected token `(&#39;<br>
none-of-your-business-Computer:~ noneofyourbusiness$<br><br>What am I missing here?<br><br><br>Any help would be appreciated.<br><br>Thank you,<br><br>-Mark Brinkman<br><br><br>