About multiples audio tracks with video, as far as i know, there is no html5 API implementation for audio selection. As transcoding is made by plex, i’ll take a look to the next release API to see if we can choose audio track.
@ hd1080:
If secure access is activate, you can’t stream audio to your browser. I currently have an ‘half’ solution, which works with images and audio, but not with video stream.
Authentification problems are related about how PMS authentication is designed, it actually only accept http headers, which can’t be directly sent by browsers (however, you’ll be able to find plugins for those tasks).
Well done,
I’ve test it and works quite well.
Thanks for the job !!! it’s really nice !!!
Just i found a bug : when i’m playing video and i click on one item from the left menu, the audio still playing however… I must quit safari to shutdown the audio stream and relaunch it to play another video…
Do you have an idea for this problem ?
Sorry for my english…
Thanks
im not saying i have the time either but if i was to start playing around with it would that be ok?
Sure it will :)
We can continue this conversation on github, for technical details etc...
For the life of me I can not get this to work properly. Every time I go to my URL I’m taken to a directory listing. I’ve configed all of the files. I’m probably missing something stupid simple. If anyone could help me out that would be amazing. Thanks. By the way, this looks amazing. I agree that the authorization from tre browser would be nice.
I don’t have secure access enabled.
Will you work on a solution to get the video via Direct Stream (live remuxing)? This would be rly nice to have.
Did you try to open the http://yourip/plex_over/env.php site?
It will tell you if you have all plugins installed/enabled
Running this in xampp under win7x64…
When I go to the root directory I get a sparse screen that shows a “movies” link… but anything I click on that links to the plex_over directory prompts the following:
“Access forbidden!
You don’t have permission to access the requested object. It is either read-protected or not readable by the server.”
curl enabled, short tags enabled, etc… Can’t figure it out. I saw reference to other people having issues like this but I didn’t see the solution.
Anyone have any ideas?
Yeah, i'll take a look at this new feature.
@branlr:
It seem's this issue is related to your server's configuration.
Man can i say just , this is great !!!
Is perfect !!!
But i have some problems hope you can help me
I have my PMS on my Mac with “OS X” OS version 10.6.6 Plex lasted version
After enable the internet sharing to enable PHP install Safari and Quicktime in my Lenovo T400 with XP (is the machine from work)
I could be able to connect and the menu and movies and tvshows appear
But when i hit play, i only have the subtitle, no video , no sound.
I try with the lasted version of firefox and a get and “X” on the Video and can’t play.
What can i do ?
Related to the install process feel like need more instructions
Maybe in this two site you can get the steps to enable internet sharing and start PHP on OS X
http://fornoobs.info/2009/10/simple-installation-apache-mysql-php-on-snow-leopard/
http://maestric.com/doc/mac/apache_php_mysql_snow_leopard
A good place to put Plex_over is inside of user account /sites then you can call the site as http:///~/Plex_over/index.php/
Well thanks in advance for your help
How so?
"Requirements:
server side:
* PHP 5.2 or newer
* PHP-cURL
* PHP short tags enabled*
* Plex Media Server running"
All of these are true. How do you structure the htdocs/www folder? why the need to move the plex_over folder? All directories should be accessible from the htdocs folder...
Has anyone tested this under windows yet? (I am using it for my XBMC library, hence running it on windows)
I am not sure what I am doing wrong here. I have 2 scenarios.
Scenario 1:
I have a Mac-Mini running MAMP. I loaded plex_over to the htdocs and configured as stated in the first post. I pull up safari and I am able to get the plex_over site at http://wan-ip:portnumber/plex_over. I am able to browse my libraries and I am able to get a video to stream and download. Yay!!!
Scenario 2:
I went to a different PC and tried to access plex_over at http://wan-ip:portnumber/plex_over and I get problems. The movie posters never show up for any of my moviies. Using Safari, I can not stream a movie; however I can download the movie. What gives?
Why does this work when running from the web/plex server, but not on a different machine on my network? I think I am using the build of plex_over from 3/14/2011.
I figured out most of this. I needed to change the PUBLIC URL in the user_pref to my WAN IP:portnumber. I get all of my art in the navigation, and it is all beautiful. The problem that I am having now is that it will not stream on the other computers. I am using Windows 7 and Safari. It acts like it wants to stream, but never quite makes it. Any ideas?
So I studied the thread more closely and I have hit the wall with Windows. You mentioned that Chrome on Windows will play the files. Can you elaborate more? I have tried this with Chrome, and the video streaming does not work.
I dont think Chrome will play files m3u files. We either have to wait for Google to start supporting it (unlikely) or Plex devs enable Web manager to generate flash streams
Sorry for the stupid question, but how do i configure the files?
The wiki says:
In root folder, you'll find a subfolder "plex_over/config"<br />
Open config.php, then set:<br />
$config['base_url'] = "plex_over url";<br />
$config['language'] = "english" or "french";<br />
<br />
localization files are available in plex_over/languages. Feel free to submit your own.<br />
More infos about Codeigniter configuration: http://codeigniter.com/user_guide/installation/index.html<br />
<br />
Open user_pref.php, then set:<br />
$config['plex_local'] = "Plex media server access for plex_over";<br />
$config['plex_url'] = "Plex media server access browsers";
Could someone give me an example please?
Hope this help
I put the plex_over in my user/sites
Enable WEB Sharing and do the config to enable PHP (check up in this page i put the URL with instructions to config PHP Server)
in config.php
$config['base_url'] = "http://192.168.1.100/~pcarbonel/Plex-over";
In user_pref.php
*/
// the PRIVATE url of the Plex Server (no trailing slash !!!!)
// Used to retreive xml files. If your running plex server on same
// host, prefer localhost (no name/dns resolution required = faster)
$config['plex_local'] = 'http://192.168.1.100:32400';
// the PUBLIC url of the Plex Server (no trailing slash !!!!)
// used in frontend for downloads and images
$config['plex_url'] = 'http://192.168.1.100:32400';
Then on safari
http://192.168.1.100/~pcarbonel/Plex-over/index.php/
And... voala!
BUT and is a BIGGG BUT
Is not work on SAFARI with Windows XP
The developer don't give any clue
What is exactly not working?
Just to clear up browsers support:
- Transcoding only works on safari / osx-ios (m3u8 format)
- Mp3 can be read by Safari, chrome and IE9
- h264 videos can be played by Chrome (but they drop support on latest releases) and IE9
Ok, in my config
Windows XP SP3
Safari 5.0.4 (7533.20.27)
Quicktime Version 7.69
Bonjour version installed by safari
Menu appear OK
When i hit play on a TV Show, the wheel spins, but i got no video, audio or subtitle.
I try with a TV show in a .m4v and .avi format , no success
On OSX where plex is runing (Plex version 9.2.5)
Plex over environnement checker
php_version: current is 5.3.4
mod_rewrite: rewrite engine is enabled
short_open_tag: enabled
php_curl: version 7.19.7 installed
I got everything working locally on my Mac. When I am away using a Windows computer, I have tried Firefox 4, IE9, Chrome 11 and Safari 5.0.4; and IE9 and Chrome are the only ones that display the video player, and it won’t play. Plex shows active transcoding sessions when I hit the play button. Is it just because it is a Windows client?