![]() |
XBMC Video Server: stream/download your library contents - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33) +--- Forum: Supplementary Tools for Kodi (https://forum.kodi.tv/forumdisplay.php?fid=116) +--- Thread: XBMC Video Server: stream/download your library contents (/showthread.php?tid=168296) |
RE: XBMC Video Server: stream/download your library contents - D0nR0s4 - 2014-05-30 Hey, firstly thanks for this great piece of software. I got this all set up as intended, but I am trying to run the entire apache setup behind an nginx reverse proxy. The setup on the nginx side, I can do, but I would also need an ability to set a base path in the application, as my url would look something like this: http://example.com/streaming/... where "..." would be anything provided by apache. The application redirects to "http://example.com/..." however, making the entire thing unusable. It would be great if you could point me in the right direction to solve this, as I tried digging through some of the yii framework configs, which resulted in a looped url on http://example.com/streaming/site/login after I tried inserting this: PHP Code: 'request'=>array( Btw, obviously example.com is not the actual url ![]() RE: XBMC Video Server: stream/download your library contents - Galixte - 2014-05-30 (2014-05-29, 21:44)sp8ced21 Wrote:(2014-05-29, 21:33)Twiggz Wrote: It must be something in the way that I setup the proxy, has to be. Delete this block opens to a security issue, and in more it's not helpful to succeed of your measure. RE: XBMC Video Server: stream/download your library contents - negge - 2014-05-30 (2014-05-30, 00:25)D0nR0s4 Wrote: Hey, firstly thanks for this great piece of software. I'll see what I can do about this, I'll need to set up an nginx proxy so I can properly this with altered base URLs. File an issue on Github in the meantime so I don't forget it! RE: XBMC Video Server: stream/download your library contents - D0nR0s4 - 2014-05-30 (2014-05-30, 09:27)negge Wrote: I'll see what I can do about this, I'll need to set up an nginx proxy so I can properly this with altered base URLs. File an issue on Github in the meantime so I don't forget it! Thank you, I opened an issue (#135) and will look into this myself a little more as soon as I find some time ![]() RE: XBMC Video Server: stream/download your library contents - sp8ced21 - 2014-05-30 negge this might be a long shot is it possible to include trailer links from IMDB into this when your viewing the movie info page where currently you display ratings and actors ect to include imdb link to the trailer ?? also is there any chance you could add a toggle in the admin so we can choose default view for Tv Show Episodes list, as i noticed although it is selectable if i clear browser defaults back to list view be nice to choose so i can have it set as default or change the default if i wish. RE: XBMC Video Server: stream/download your library contents - negge - 2014-05-31 Quote: negge this might be a long shot is it possible to include trailer links from IMDB into this when your viewing the movie info page where currently you display ratings and actors ect to include imdb link to the trailer ?? I think the trailer URL is available through the API, but you can also just click the movie title to go to the IMDB page and watch it. You'd still have to click a link to get to see the trailer so I'm not sure what we'd gain here. Quote:also is there any chance you could add a toggle in the admin so we can choose default view for Tv Show Episodes list, as i noticed although it is selectable if i clear browser defaults back to list view be nice to choose so i can have it set as default or change the default if i wish. I don't think I'll be adding a setting for this. It already remembers the last display mode you set, if you clear your browsers cookies then it's "your fault" it forgets it. RE: XBMC Video Server: stream/download your library contents - Twiggz - 2014-06-01 I deleted the whole setup and started from scratch. When I used Galixte's idea of switching ports everything completely broke.... SO! I reinstalled xbmc-video-server and put all my ports back to default ports everywhere, I setup my proxy again, this time in backend settings I used the host computers actual hostname "ubuntu" and everything seems to work now. I wonder if it was my videos? They were m4v format and when I encoded them I didn't check the "web optimized option". I've started switching them to mp4 format with web optimized checked. They are at least half the size now and they seem to stream better. Also: My internet connection is pretty fast, so I doubt that was it either. RE: XBMC Video Server: stream/download your library contents - Twiggz - 2014-06-01 Also, I don't think my ports were busy anyway. The xbmc-video-server runs on a machine with xbmcbuntu installed and that is the only thing installed on it. It has no GUI except for xbmc gotham. I control it from a networked PC using Putty. RE: XBMC Video Server: stream/download your library contents - Galixte - 2014-06-02 (2014-06-01, 09:30)Twiggz Wrote: ... When I used Galixte's idea of switching ports everything completely broke.... Hi, it's not my idea, look at the post, it's sp8ced21 who you wrote this ;=) RE: XBMC Video Server: stream/download your library contents - Twiggz - 2014-06-03 (2014-06-02, 21:55)Galixte Wrote:(2014-06-01, 09:30)Twiggz Wrote: ... When I used Galixte's idea of switching ports everything completely broke.... Lol, well it didn't really "completely break" but it certainly changed nothing. It wasn't the issue, is all I was reporting. RE: XBMC Video Server: stream/download your library contents - negge - 2014-06-03 Just fixed some recently introduces issues, follow the update instructions in the README to get the latest code. RE: XBMC Video Server: stream/download your library contents - zag - 2014-06-04 Any instructions for OpenELEC? RE: XBMC Video Server: stream/download your library contents - negge - 2014-06-05 @zag sadly not, I had a brief look at it but there is no Apache package available in the repository (there's some unofficial stuff I haven't tried). While any web server would technically work I am not absolutely sure if the bundled PHP version is capable of running this application (mainly since it relies on the php-sqlite extension). Meanwhile, updates:
RE: XBMC Video Server: stream/download your library contents - drahmanas - 2014-06-09 Hi all, after login i receiving this error "Fatal error: Call to a member function isConnectable() on a non-object in C:\xampp\htdocs\xbmc-video-server\src\protected\components\Controller.php on line 100" RE: XBMC Video Server: stream/download your library contents - negge - 2014-06-09 Crap, I must have screwed something up with the last update. Thanks for reporting, I'll fix it as soon as I can. |