Quote:
Originally Posted by amnesia623
Hi Andrew -
Ok, I have successfully gotten LDM to upload to a dir outside of the web root.
Now I can't get wimpy to stream. Here is my plugin code:
Code:
$player = "Wimpy";
$wimpy_url = "local_stream.php?action=stream&id=".$linkid;
$wimpy_url = urlencode($wimpy_url);
It loads the player, and I see the title, but it doesn't stream.
What am I doing wrong? Is there a setting in the local_stream file I need to set?
Thanks
|
That should be working - I use essentially the same approach myself for my music collection. Maybe I should take a look at your site? Send me a PM if you want with admin username and pwd.