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