Please next time read all the post before post a question.
Just a heads up - PLEX can do transcoding to flash. It’s still in development, but it is possible.
Check this: My link
Everything is working fine other than the Itunes plugin, I get a 404 page not found. Is this implemented yet?
Yes, i saw your post, but i still don't know exactly how to implement it into a browser flash player. If you have some clue...
@nadocrew/
It should works, if you can tell me what url is generated when you try to access to Itunes, it should be something like "index.php/music/iTunes".
how about asking hippojay? He seems to have it working.
I’ve read the topic, I’ve installed it on my windows machine and it works. I’ve set up a xampp installation, copied plex-over, set all the URL variables. Renamed the htaccess.txt to .htaccess.
I can access the site from outside my computer and also on the windows computer. However downloading and watching (Mac Safari) doesn’t work. The link to the downloaded file is: http://ipaddress/plex-over/index.php/downloadE:/Movies/127%20Hours%20(2010)/127%20Hours.mkv See below the error it gives.
Any idea how to solve it? Could not find it in your installation instructions.
Edit: Still testing, removed the index.php variable, because I am using mod_rewrite. The link that it gives now is:
http://IP/plex-over/downloadE:/TV/Allo%20Allo/Allo!%20Allo!%20-%20s01e01%20-%20The%20British%20Are%20Coming%20-%20SD%20DVD.avi which gives an access denied. Adding a slash between download/e:/TV etc, results in the same error as above: Unable to parse URL.
A PHP Error was encountered<br />
<br />
Severity: Warning<br />
<br />
Message: parse_url(/download/E:/TV/Allo%20Allo/Allo!%20Allo!%20-%20s01e01%20-%20The%20British%20Are%20Coming%20-%20SD%20DVD.avi) [function.parse-url]: Unable to parse URL<br />
<br />
Filename: core/URI.php<br />
<br />
Line Number: 176<br />
<br />
A PHP Error was encountered<br />
<br />
Severity: Warning<br />
<br />
Message: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\plex-over\system\core\Exceptions.php:170)<br />
<br />
Filename: core/Common.php<br />
<br />
Line Number: 409<br />
<br />
404 Page Not Found<br />
The page you requested was not found.
So I finally figured out the problem. The itunes controller is name"itunes" and the link to the itunes plugin is calling for a controller named “iTunes.” That would matter on a case insensitive server, but mine is case sensitive and it shows a 404 page not found. It only affects people with case sensitive servers, but it would be good to rename one of them/change the route so it will work in all environments.
Ok, thanks for feedback, i've committed modifications in routes.php file.
@Driekes can you tell me which php version you have ?
@delley:
It seem's, i'll try to PM him as soon i'll have time to work on it.
To All: If possible, try to report issue on github (https://github.com/ronan-gloo/plex-over/issues), it's easier to track, thanks.
how did you fix this? i get the same error.
I added an issue on github. I’ve experimented a little with enabling and disabling .htaccess and the use of index.php, but the download link doesn’t seem to work, nor does the streaming part…
Everything’s working well on my setup (and it’s becoming really useful), however I had to make one small change to get downloads of some files working. Specifically in the download controller, I had to decode HTML entities in the file name before reading the file. I had to replace line 58 with:
$this->file = html_entity_decode(urldecode('/'.implode('/', $uri)));
Otherwise files with symbols (like brackets) were returning 404.
OK, i'll updated. Thanks.
This is a fantastic project, and I I have a suggestion. Wouldn’t it be possible to add functionality to choose where to play the file, like in the iOS app. That way you could use this nice GUI as a remote for Plex from any computer.
What do you think?
Hi!
This really looks amazing! One question though: You’re talking about disabling Secure Server Access… I’d be happy to, but where exactly can I change this? Feel like I’ve had all settings panes, but can’t find it anywhere!
Just found it, but was turned off. I’ll get back here when I’ve some more info…
Update2: And it’s working. Got the wrong Base URL.
Thanks so much for this awesome tool!
Is there a possibility to use ownsettings? Would be nice not to reconfigure after updating…
I’m getting an error 500… I’m checking syntax now but it’s not making much sense I’ve got the .htaccess enabled and I’ve tried multiple permutations of using different methods of defining the baseurl. I’ve got a public url http://coltfreeman.net/plex/ is my dev server
First of all this is awesome and works very well and looks great. I have it working 100% locally and darn near that remotely. Streaming doesn’t work remotely. I have an idea why though and forgive me because I am going to show my lack of html5 knowledge. In the m3u8 file that is generated I don’t see a url. It points to session/…filename… shouldn’t it point to http://servername/session…/filename… ?
I don’t have security on plex set up (planning on using htpasswd for the web server though.
Thanks.
Very nice initiative indeed! I’m trying to get this to work with with Plex on my Mac Mini on Snow Leopard 10.6.8 with Plex 0.9.3.3. I dont know if the php client should work with this newly released version?
I cannot seem to get to work, any tips?
I tried it both on my mac osx lion with an clean install of MAMP pro
& I tried it on my win7 machine with fresh install of XAMPP
with both options I get a white screen like this: screen
I edited config & user_pref accordingly
Check your local config options, I had to play with mine to get it to work and it's VERY specific and a little picky. I'll check mine when I get home and try and help you.
Thanks, I would really appreciate that :)