![]() |
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 - madeddie - 2014-06-11 The new WOL check also happens when there's no server configured yet. components/Controller.php: Code: - 'checkBackendConnectivity - backend/waitForConnectivity, backend/ajaxCheckConnectivity, site/login', fixes that, but then: "Property "Backend.subnetMask" is not defined." becomes a problem. The WOL patch needs to be tested on a pristine install, going through the motions of adding an XBMC instance for the first time. RE: XBMC Video Server: stream/download your library contents - negge - 2014-06-11 @madeddie, you're right about the fact that it's the new WOL stuff that is the culprit. I was going to fix it at work but my virtual machine still had Ubuntu 12.04 on it so I had to update it first. RE: XBMC Video Server: stream/download your library contents - a5447402 - 2014-06-11 Hello, I just reinstalled Windows 8.1 and start my XBMC on a new clean system. I installed XBMC first and then did your installation guide step by step. Everything went fine until the "Initial setup" part. I went to my-xbmc/xbmc-video-server/ and logged in with admin / admin combination. This redirected me to my-xbmc/xbmc-video-server/src/backend/create where the following error is: 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 Is it because I didn't check the SQL in XAMPP installation? Or does this command ".\src\protected\yiic createinitialdatabase" not work? It didn't gave me any feedback. RE: XBMC Video Server: stream/download your library contents - MisterHappy - 2014-06-11 (2014-06-09, 12:28)drahmanas Wrote: 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" I have the same issue, reported this on the github project page Github - xbmc-video-server issue report #149 RE: XBMC Video Server: stream/download your library contents - a5447402 - 2014-06-11 If you want to use it before the update you can download it manually https://github.com/Jalle19/xbmc-video-server/archive/1.4.3.zip And ignore the "git clone" step in the guide, simply paste the files in your htdocs folder. Works fine for me RE: XBMC Video Server: stream/download your library contents - drahmanas - 2014-06-11 (2014-06-11, 20:43)a5447402 Wrote: If you want to use it before the update you can download it manually https://github.com/Jalle19/xbmc-video-server/archive/1.4.3.zip Thanks, will try tomorow. RE: XBMC Video Server: stream/download your library contents - a5447402 - 2014-06-11 Now I have the problem that when I set up the proxy everything seems to be very slow, when I open a .m3u stream I have to wait around 3 - 5 seconds until the video starts. When I jump somewhere into the middle I have to wait again a few seconds, it doesn't feel as smooth as without the proxy. Are there any tricks to speed this up a bit? And the episodes of a tv show seems to be wrong ordered. RE: XBMC Video Server: stream/download your library contents - negge - 2014-06-12 New version available: 1.5.1
This should hopefully fix all the various issues that have cropped up since the WOL support was introduced, plus some other minor things. From now on you can also check the CHANGELOG.md file for any updates. a5447402 Wrote:Or does this command ".\src\protected\yiic createinitialdatabase" not work? That's fine, it's not supposed to output anything. What it does is It creates the database file xbmc-video-server.db and runs the SQL commands from schema.sqlite.sql on it. a5447402 Wrote:Now I have the problem that when I set up the proxy everything seems to be very slow, when I open a .m3u stream I have to wait around 3 - 5 seconds until the video starts. When I jump somewhere into the middle I have to wait again a few seconds, it doesn't feel as smooth as without the proxy. Which operating system are you using? It's not supposed to be any slower at all, unless the computer that runs the proxy (and thus XBMC Video Server) is on a WLAN connection. If so you should definitiely not use the proxy feature since all traffic will go through that computer instead of directly to XBMC. a5447402 Wrote:And the episodes of a tv show seems to be wrong ordered. I'm unable to reproduce this. Could you paste a screenshot? RE: XBMC Video Server: stream/download your library contents - a5447402 - 2014-06-12 Thanks for the update, I will install it today! ![]() In my case everything runs on the same machine: Windows 8.1, it'directly connected to a Gigabit Switch so there shouldn't be any performance issues this side. I can read/write on my nas which is plugged in on the same switch with ~100 Megabyte / sec Hardware is ASRock FM2A85X Extreme4-M AMD A6-6400k with integrated APU 4 GB RAM This is how my order looks like: http://i.imgur.com/dJn1kCV.png In XBMC it shows the correct order, so it isn't wrong tagged there. ======================================================= Order seems to be fixed in the new version RE: XBMC Video Server: stream/download your library contents - Galixte - 2014-06-12 (2014-06-12, 09:57)negge Wrote: ... Hi, because a5447402 use the version 1.4.3 of the application, see that : (2014-06-11, 20:43)a5447402 Wrote: If you want to use it before the update you can download it manually https://github.com/Jalle19/xbmc-video-server/archive/1.4.3.zip After updating it will get better RE: XBMC Video Server: stream/download your library contents - negge - 2014-06-12 Indeed, there was an issue but it was fixed. @Galixte: there's a new string in Backend.php that needs translating, if you mind feel free to create a pull request. RE: XBMC Video Server: stream/download your library contents - negge - 2014-06-12 @a5447402: is everything slow when using a proxy or just streaming? You can check the maximum speed it uses if you download a file. RE: XBMC Video Server: stream/download your library contents - a5447402 - 2014-06-12 When I use a proxy its just the stream which is way too slow. But the usual webinterface isn't that fast as it shoudl be as a local application. When I click on a season I've never clicked on before it takes ~10 seconds until I can see the episodes and then it takes ~30 seconds until every picture is loaded. But these times are the same with or without the proxy. All in all it doesn't feel smooth like other websites (even on the internet) But since the last update I can't get the stream work anymore, I always get Error 500 The current backend is not connectable at the moment And can't access my tv shows for a few minutes until the error disappears. Maybe I should start a new clean XBMC profile ------------------------------------------------------------ I downloaded a file from this htpc from network share and got constant 113 Megabyte / sec download speed ------------------------------------------------------------ When I connect to my "official" xbmc webinterface (8080 port) it shows every image instantly RE: XBMC Video Server: stream/download your library contents - sp8ced21 - 2014-06-14 has anyone managed to install this on a synology disk station??, id love to get this installed on my server rather than my local machine that way its always connected to the net. and using WOL will let me wake up xbmc on local machine. if anyone with the skills to do this id love you forever for a how too guide, negge is is any chance of a how too for this?? synology is linux kernal based but cant use you linux install guide. RE: XBMC Video Server: stream/download your library contents - Galixte - 2014-06-15 Hi negge, could you update, entirely the first post of this thread, especially the sections : "Features" and "Screenshots" ? |