![]() |
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 - wjbeckett - 2014-08-18 (2014-08-18, 22:02)Galixte Wrote: Hi, Yeah that's weird. It'd make sense for it to be in the proxy conf. But no matter what I did it wasn't working. As soon as I moved the proxy settings to the vHost file it started working. Because I have my site running from a separate vHost maybe the proxy conf isn't used for the vHost? Which is why it needs to be entered in the vHost file instead? that's the only explanation I could see. @negge, I'll play around with nginx some more today and let you know if I have any success. RE: XBMC Video Server: stream/download your library contents - wjbeckett - 2014-08-22 I seem to have found another issue.. Obviously specific to my setup (Which I have changed a bit) and was hoping to get some assistance with. I have now setup a Ubuntu VM running on my windows XBMC machine. The OS is Ubuntu Server 14.04. I have got everything working (website, XBMC connection, reverse proxy, etc) ok however when I attempt to stream or download any file it stops after about 4-5 seconds. I noticed this only happens if I have the reverse proxy enabled. If the reverse proxy is turned off then i's perfectly fine and downloads complete. I was hoping to have the reverse proxy on so it wouldn't show my xbmc user details to anyone. I followed the install instructions to the letter and can't figure out what is going on. Obviously something with the reverse proxy setup? VirtualHost conf is here: http://pastebin.com/8JgEf7AW Any assistance would be greatly appreciated. Will. RE: XBMC Video Server: stream/download your library contents - bertybassett - 2014-08-24 (2014-06-23, 19:56)sp8ced21 Wrote: Installation few notes/extra comments? mv composer.phar /usr/bin/composer this failed so I changed it too cp mv composer.phar /usr/bin/composer typo here vi /etc/php/conf.d/extentions.ini had to add :/dev/urandom:/root/.composer/.htaccess:/root:/usr/bin:/root/volume1 going to try reverse proxy next. RE: XBMC Video Server: stream/download your library contents - bertybassett - 2014-08-25 BTW just got to say this is totally amazing!!! easily the best thing I've seen in the xbmc world since ever. Is it right that a standard user can not send the wake on lan (only admins can). If so any chance of a 4rd user type of power user, that can do wake on pan? Also any chance of a black theme? so it matches the default xbmc skin RE: XBMC Video Server: stream/download your library contents - Galixte - 2014-08-25 (2014-08-25, 00:47)bertybassett Wrote: Is it right that a standard user can not send the wake on lan (only admins can). If so any chance of a 4rd user type of power user, that can do wake on pan? In settings of your backends you can read this : Quote:If a MAC address is entered a Wake-on-LAN packet will be sent to it whenever someone logs in when a user log into the website of xbmc video server that will start the WOL functionnality. (2014-08-25, 00:47)bertybassett Wrote: Also any chance of a black theme? so it matches the default xbmc skin See that : https://github.com/Jalle19/xbmc-video-server/wiki/Interface-customization I have make a theme here but it's not dark, only green and purple. Maybe you can make your theme with the base of my modifications : http://forum.xbmc.org/showthread.php?tid=168296&pid=1722370#pid1722370 RE: XBMC Video Server: stream/download your library contents - bertybassett - 2014-08-25 (2014-08-25, 01:41)Galixte Wrote:(2014-08-25, 00:47)bertybassett Wrote: Is it right that a standard user can not send the wake on lan (only admins can). If so any chance of a 4rd user type of power user, that can do wake on pan? I have entered the mac address but when a standard user logs in I get error 403 you are not authorised to perform this action. However if an admin logs in it send the magic packet and wakes up. RE: XBMC Video Server: stream/download your library contents - Galixte - 2014-08-25 (2014-08-25, 02:04)bertybassett Wrote:(2014-08-25, 01:41)Galixte Wrote:(2014-08-25, 00:47)bertybassett Wrote: Is it right that a standard user can not send the wake on lan (only admins can). If so any chance of a 4rd user type of power user, that can do wake on pan? Please open a new issue here : https://github.com/Jalle19/xbmc-video-server/issues RE: XBMC Video Server: stream/download your library contents - negge - 2014-08-25 The WOL feature is supposed to work for normal users too, I'll fix it later today. I have some improvements to the filtering lined up too that I'll hopefully get finished today. RE: XBMC Video Server: stream/download your library contents - bertybassett - 2014-08-25 thanks guys. This really is the best support ever! if you need any logs then give me a shout. RE: XBMC Video Server: stream/download your library contents - bertybassett - 2014-08-25 having major issues getting this to work from outside of my network. XBMCbuntu is on 192.168.0.17 port 2359 Synology NAS/web server is on 192.168.0.100 port 21311 have added whatever.no-ip.org set to host file as 192.168.0.100 it pings the correct internal IP address. Firewall is open for ports 2359 and 21311 to IP address 192.168.0.100 backend is called VFS and have added whatever.no-ip.org as proxy? Is that correct? this is my DDNS that I use for everything Synology. I can stream from inside my own network but not externally any ideas? added this to httpd.conf-user and restarted. AllowEncodedSlashes On <Location /xbmc-vfs> ProxyPass http://whatever.no-ip.org:8959/vfs ProxyPassReverse http://whatever.no-ip.org:8959/vfs RequestHeader set Authorization "Basic eGJtYzp4Ym1j" </Location> Link to movie externally is _http://bertybassett.no-ip.org:21311/bertybassett.no-ip.org/smb%3a%2f%2f192.168.0.100%2fmedia%2fMovies%2f720p%2fAlien%2fAlien.mkv (added the _ to stop it shortening link) RE: XBMC Video Server: stream/download your library contents - bertybassett - 2014-08-25 is the trick to make this work to have 2 DDNSes? One pointed at your web site xbmc-video-server and another pointed at XBMCbuntu for backend proxy settings? RE: XBMC Video Server: stream/download your library contents - bertybassett - 2014-08-25 If I get this working I promise to make a dummy guides on how to set it up. RE: XBMC Video Server: stream/download your library contents - bertybassett - 2014-08-25 should I be able to lookup 192.168.0.100:21311/vfs or 192.168.0.100:21311/xbmc-vfs on my internal network because I can't. Been on this seen 10.30 this morning (7 hours) think I'm going crazy. RE: XBMC Video Server: stream/download your library contents - negge - 2014-08-25 @bertybassett: if you have set the location to be "/xbmc-vfs" then 192.168.0.100:21311/xbmc-vfs should be accessible (it should return an empty page if it's working). The link you posted above doesn't look right, it doesn't have the "xbmc-vfs" in it at all. Where did you put the <Location> block and "AllowEncodedSlashes"? It should be inside the <VirtualHost> block. If you configure the reverse proxy correctly you don't need to open and forward port 2359 in your firewall at all (unless you want to be able to access your XBMC web interface directly from the internet, something that is generally not a good idea). RE: XBMC Video Server: stream/download your library contents - bertybassett - 2014-08-25 @ negge can you post a what a working URL should look like. 192.168.0.100:21311/xbmc-vfs gets me Service Temporarily Unavailable The server is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again later. I think the reverse proxy must be wrong so I'll go have another play |