<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;">AFAIK, VLC doesn&#39;t work with Digest Authentication. What I did to get<br>

around this was to allow access to the data folder to anyone. This may<br>
not be ideal, but it works. I added these lines to the top of my<br>
/etc/apache2/sites-available/mythweb.conf:<br>
<br>
 &nbsp; &nbsp;&lt;LocationMatch .*/pl/stream/[0-9]+/[0-9]+&gt;<br>
 &nbsp; &nbsp; &nbsp; &nbsp;Allow from all<br>
 &nbsp; &nbsp;&lt;/LocationMatch&gt;<br>
<br>
 &nbsp; &nbsp;&lt;LocationMatch .*/music/stream*&gt;<br>
 &nbsp; &nbsp; &nbsp; &nbsp;Allow from all<br>
 &nbsp; &nbsp;&lt;/LocationMatch&gt;<br>
<br>
 &nbsp; &nbsp;&lt;LocationMatch .*/video*&gt;<br>
 &nbsp; &nbsp; &nbsp; &nbsp;Allow from all<br>
 &nbsp; &nbsp;&lt;/LocationMatch&gt;<br>
<div><div></div><div class="Wj3C7c"></div></div></blockquote><div><br>Damn sweet! It works now! However, yeah, VLC still sits a blank screen, yet the timer runs as though it&#39;s playing. I then fired the .asx up in WMP and it worked great. Now to get some transcoding going as streaming a gig and a half or so isn&#39;t feasible for a quick lunchtime video lol.<br>
<br><br>Thanks<br>Bob <br></div></div>