[LINUX] xbmc server: possible quick implementation?
rflores2323
Posting Freak
Posts: 1,950Joined: Jan 2009 Reputation: 2 |
2012-04-17 18:47
Post: #81
how is this coming along? anyone have this working as a centralized server?
ATV1 with crystalbuntu V1 (11.eden). Theater remote URC MX-810, droidx wtih xbmc remote, or transformer tf101 with YATSE. 2 x ATV2 (V12.0 Eden). |
| find quote |
Basje
Skilled Python Coder Posts: 983 Joined: Jul 2005 Reputation: 4 |
2012-04-17 19:45
Post: #82
I am also curious. This 'headless' version would be very nice. Will try out some stuff today.
|
| find quote |
Odon
Member Posts: 68 Joined: Apr 2010 Reputation: 0 |
2012-04-17 21:27
Post: #83
I have vajonam version running 24/24 7/7 on my home server to periodically update library.
Be careful, if you try the web interface, launching a video through it crashes XBMC. Edit: As written by vajonam, server version is not in the master branch of his repo, so don't forget to branch to Eden-Server before compiling.
(This post was last modified: 2012-04-17 21:28 by Odon.)
|
| find quote |
vajonam
Donor Joined: Sep 2008 Reputation: 0 Location: Toronto, Canada |
2012-04-17 22:28
Post: #84
finally got around to updating this for Eden final.
https://github.com/vajonam/xbmc/tree/Eden-Server should have the code compiling, I have been running this quite successfully. |
| find quote |
Basje
Skilled Python Coder Posts: 983 Joined: Jul 2005 Reputation: 4 |
2012-04-17 22:35
Post: #85
(2012-04-17 21:27)Odon Wrote: I have vajonam version running 24/24 7/7 on my home server to periodically update library. Damn, just a bit too late reading this. Checking out the branch right now. ![]() Would this work on a Windows compile too? EDIT: build is broken for windows: http://pastebin.com/YAmG9thv
(This post was last modified: 2012-04-17 22:55 by Basje.)
|
| find quote |
vajonam
Donor Joined: Sep 2008 Reputation: 0 Location: Toronto, Canada |
2012-04-17 22:59
Post: #86
sorry I dont have a windows environment seems like its a pretty generic error.
FC: cannot open ..\..\XBMC\WIN32\GIT_REV.H - No such file or folder not sure how to fix this or why this is missing on the eden, if you mange to fix let me know can I can include this. |
| find quote |
vajonam
Donor Joined: Sep 2008 Reputation: 0 Location: Toronto, Canada |
2012-04-18 00:57
Post: #87
I am not sure this problem is specific to my fork, there is git_rev.tmpl that needs to get converted to git_rev.h, on Linux there is ./bootstrap and ./configure that sets all those up, is there an equivalent in Win32?
|
| find quote |
Basje
Skilled Python Coder Posts: 983 Joined: Jul 2005 Reputation: 4 |
2012-04-18 22:25
Post: #88
Nope, there was a typoo in a file: "\xbmc\Application.cpp"
Code: void CApplication::Process()Has Sleep(1) without the capital S. Changed it to the code above and now it compiles. I do wonder what the easiest way is to configure this? The sources and mysql DB should not be an issue via sources.xml and advancedsettings.xml but the scraper settings (TVDB, TMDB (specifically the 'Get rarting from IMDB')). I guess I can configure it on a normal XBMC and then copy the profile?
(This post was last modified: 2012-04-18 22:31 by Basje.)
|
| find quote |
Robotica
Posting Freak Posts: 927 Joined: Aug 2010 Reputation: 3 |
2012-04-18 23:03
Post: #89
(2012-02-03 01:18)Robotica Wrote:Odon Wrote:Regarding configuration, from my own experience: Maybe you can post some cpu usage (compared to full xbmc)?
(This post was last modified: 2012-04-18 23:05 by Robotica.)
|
| find quote |
Odon
Member Posts: 68 Joined: Apr 2010 Reputation: 0 |
2012-04-19 14:32
Post: #90
I should give it a look, but it is pretty low.
My Linux VM which hosts the XBMC server also hosts: - SickBeard - CouchPotato - HeadPhone - few other services ESXi give a mean CPU usage of less than 100MHz (from one i5-2400 core) Without server implementation (with desktop added to VM), i was nearly at 100% usage on the single vCPU. |
| find quote |



Search
Help