XBMC Video Server: stream/download your library contents
Important notice to existing users

The proxy location feature has been slightly modified so that it only exposes the /vfs part of XBMC's web server. This way you won't have to leave your whole API exposed to the internet, just the virtual filesystem. The downside to this change is that you will have to consult the README again on how to configure the proxy location. Nothing difficult, it boils down to adding "/vfs" to the "ProxyPass" and "ProxyPassReverse" directives in your Apache configurations.

To clarify, if you previously had this in your configuration:

Quote:<Location /xbmc>
ProxyPass http://xbmc.example.com:8080
ProxyPassReverse http://xbmc.example.com:8080
RequestHeader set Authorization "Basic eGJtYzp4Ym1j"
</Location>

you will have to change it to this:

Quote:<Location /xbmc-vfs>
ProxyPass http://xbmc.example.com:8080/vfs
ProxyPassReverse http://xbmc.example.com:8080/vfs
RequestHeader set Authorization "Basic eGJtYzp4Ym1j"
</Location>

If you don't use the proxy location feature you can safely ignore this.
Reply


Messages In This Thread
RE: [BETA] XBMC Video Server: stream/download your library contents - by negge - 2014-01-22, 11:47
Reverse Proxy Problem - by tsthomas - 2014-10-23, 19:20
Doctor Who xmas Specials - by ZennMystic - 2015-12-31, 02:39
Logout Mark Read Team Forum Stats Members Help
XBMC Video Server: stream/download your library contents9