b0ts37en / rutorrent-stream-plugin

Automatically exported from code.google.com/p/rutorrent-stream-plugin
0 stars 0 forks source link

Doesn't Stream #3

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I hit the menu option "stream" after successfully installing stream to my 
rutorrent plugins folder and then nothing happens.

I'm selecting the file, going to info, then right clicking and hitting stream.  
It's not saving a link to my clipboard and it's not opening up VLC or anything!

What is the purpose of this plugin if it doesn't work?

Original issue reported on code.google.com by Michaelx...@gmail.com on 26 Jul 2012 at 3:59

GoogleCodeExporter commented 9 years ago
I've found I needed to edit the action.php file in 
/var/www/rutorrent/plugins/stream/.

Change this:

<location>' . SCHEME . '://' . $auth . $_SERVER['HTTP_HOST'] . 
dirname($_SERVER['DOCUMENT_URI']) . 'stream.php?f=' . urlencode($filename) 
.'</location>

To this:

<location>' . SCHEME . '://' . $auth . $_SERVER['HTTP_HOST'] . 
dirname($_SERVER['DOCUMENT_URI']) . '/rutorrent/plugins/stream/stream.php?f=' . 
urlencode($filename) .'</location>

Original comment by brockst...@gmail.com on 25 Sep 2012 at 5:15