![]() |
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: [BETA] XBMC Video Server: stream/download your library contents - negge - 2013-09-14 I don't know where you got the advancedsettings.xml idea from, but it's definitely not what you need. I'll try to explaoin it once more: Let's assume that: 1. Your public IP address is 1.2.3.4 2. The machine running XBMC has the internal address 192.168.1.100 3. The machine running XBMC Video Server has the internal address 192.168.1.101 Start off by forwarding the necessary ports. You'll need to forward port 80 to 192.168.1.101 and port 6900 (in your case, the default is 8080) to 192.168.1.100. Then you need to register a free DNS name somewhere. Let's say you register xpronic.example.com. You would then change your backend hostname to xpronic.example.com, after that you can use this from the Internet by browsing to http://xpronic.example.com/xbmc-video-server. Some setups require yet an additional step in order to make the application work in your local network too (not just from the Internet). You may have to add an entry in /etc/hosts on the machine that runs XBMC Video Server which points xpronic.example.com to 192.168.1.100, not 1.2.3.4. RE: [BETA] XBMC Video Server: stream/download your library contents - negge - 2013-09-14 Two major new features were added today:
Follow the usual upgrade instructions in the README to get the latest code, and please report any bugs or errors on Github. RE: [BETA] XBMC Video Server: stream/download your library contents - negge - 2013-09-18 New features:
RE: [BETA] XBMC Video Server: stream/download your library contents - Me23 - 2013-09-21 So I assume this won't play DVD or blu-ray folders. RE: [BETA] XBMC Video Server: stream/download your library contents - negge - 2013-09-21 (2013-09-21, 03:10)Me23 Wrote: So I assume this won't play DVD or blu-ray folders. No, but if you have stored them as .ISO files you can at least download them. I haven't tried streaming a DVD, there's a small chance that it actually does work. Feel free to try. RE: [BETA] XBMC Video Server: stream/download your library contents - dyslecix - 2013-09-23 (2013-07-18, 11:13)bernus Wrote: Hi, I'm having the same problem, but don't know where to find that host file. Please, can you point me in the right direction? Thank you. (2013-07-18, 11:13)bernus Wrote: Hi, I'm having the same problem, but don't know where to find that host file. Please, can you point me in the right direction? Thank you. RE: [BETA] XBMC Video Server: stream/download your library contents - negge - 2013-09-23 (2013-09-23, 07:22)dyslecix Wrote: I'm having the same problem, but don't know where to find that host file. Please, can you point me in the right direction? Thank you. On Windows it's in %SYSTEMROOT%\System32\drivers\etc\hosts, on all other operating system it's in /etc/hosts. RE: [BETA] XBMC Video Server: stream/download your library contents - Maxivious - 2013-09-29 can this be installed in a sub domain in a web hosting account like godaddy? RE: [BETA] XBMC Video Server: stream/download your library contents - negge - 2013-09-29 (2013-09-29, 04:45)Maxivious Wrote: can this be installed in a sub domain in a web hosting account like godaddy? Usually cheap webhosting doesn't come with shell access, and I doubt the required utilities (mainly git) is available on the server. You could always download the ZIP from Github to get around that, assuming you're able to get shell access. It won't be very useful though since you'd most likely still be running XBMC at home and the streaming happens from there. RE: [BETA] XBMC Video Server: stream/download your library contents - negge - 2013-10-04 Couple of updates:
RE: [BETA] XBMC Video Server: stream/download your library contents - crimsonfury - 2013-10-05 Will this send transcoded videos to a Plex client? I have a Roku3 that has Plex on it and I would love to rock this with XBMC client in the living room and then Plex/Roku in the bedroom and all be sharing the same Resume Status and full Library! Re: [BETA] XBMC Video Server: stream/download your library contents - nickr - 2013-10-05 No RE: [BETA] XBMC Video Server: stream/download your library contents - cones - 2013-10-05 Just started playing with this today and it's nice. RE: [BETA] XBMC Video Server: stream/download your library contents - negge - 2013-10-06 New features and fixes:
(2013-10-05, 23:23)cones Wrote: Just started playing with this today and it's nice. That's good to hear! RE: [BETA] XBMC Video Server: stream/download your library contents - cones - 2013-10-09 Haven't test it yet but if you watch something does it mark it as watched in xbmc? Also i followed the update instructions in the readme, the line "php composer.phar install" complained about something so i changed the "install" to "update", this was all in linux. |