• 1
  • 31
  • 32
  • 33(current)
  • 34
  • 35
  • 57
XBMC Video Server: stream/download your library contents
@sp8ced21

Could you specify your problem?
You can just follow the guide and copy the xbmc-video-server folder to your web folder on the diskstation.

For the reverse proxy thing you have to connect to your diststation via ssh and google where these config files are.
Reply
(2014-06-15, 13:13)a5447402 Wrote: @sp8ced21

Could you specify your problem?
You can just follow the guide and copy the xbmc-video-server folder to your web folder on the diskstation.

For the reverse proxy thing you have to connect to your diststation via ssh and google where these config files are.


thats all i needed to know which files to move to my synology nas, i put em all in my web folder, i forgot to taken all the files out of main xbmc-video-server folder which is why i was getting no webpage, now to try putty in the reverse proxy, i may be back if i get stuck lol - thanx for the clarification
Reply
cool well i have it all up and running now thanks for pointing me in right direction a5447402. now setup reverse proxy.

a question can you use mod rewrite to change URL's to tidy them up, if i do you think this will affect performance??
Reply
I am not sure what you which url you want to rewrite my looks like "/src/tvShow/details/1"

@negge
I switched to Ubuntu and there everything runs fine and I haven't any performance issues anymore, maybe it's just XAMPP that slows everything down.
Reply
@sp8ced21: so you got it working on your Synology? Could you post the steps you used, or was it just a matter of copying all the files from a completed installation?

@a5447402: It wouldn't surprise me at all if XAMPP was slower than Ubuntu, there's a reason why no one generally runs a web server on Windows.

@Galixte: I'll update the first post when I have time, I'm in the middle of moving so I don't really have any time to spend at the computer.
Reply
hey all, need some guidance on reverse proxy on synology Nas seems i thought it was done but it was not. i can get it working fine on local machine but cant figure where i need to create or place below code in synology nas.

does anyone know where i need to put the below to get reverse proxy working correctly as im not sure which dir it goes into ive found /etc/httpd/conf, and ive tried adding below to it in the virtual host section but no joy, tried it in httpd.conf-user aswell has anyone done it that can point me in the right direction?

PHP Code:
AllowEncodedSlashes On

    
<Location /xbmc-vfs>
        
ProxyPass http:/xbmc.example.com:8080/vfs
        ProxyPassReverse http
://my.ip:portxbmc.example.com:8080/vfs
        
RequestHeader set Authorization "Basic eGJtYzp4Ym1j"
    
</Location
Reply
Check the Apache error log for clues after you restart it. Could be that you need to enable the proxy_http module (check the Windows documentation for reverse proxies).
Reply
The snippet you posted contains some errors too, check the README. You're missing a forward slash and the ProxyPassReverse line looks incorrect.
Reply
(2014-06-15, 23:56)sp8ced21 Wrote: hey all, need some guidance on reverse proxy on synology Nas seems i thought it was done but it was not. i can get it working fine on local machine but cant figure where i need to create or place below code in synology nas.

does anyone know where i need to put the below to get reverse proxy working correctly as im not sure which dir it goes into ive found /etc/httpd/conf, and ive tried adding below to it in the virtual host section but no joy, tried it in httpd.conf-user aswell has anyone done it that can point me in the right direction?

PHP Code:
AllowEncodedSlashes On

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

Should be :

PHP Code:
AllowEncodedSlashes On

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

For more informations see that : https://github.com/Jalle19/xbmc-video-se...roxy-linux
Reply
I want Arabic stream super collection to be working
Reply
"Arabic Live Stream Super Collection" is an add-on for XBMC, it's not compatible with this application.
Reply
hi
i have install your software and everything works ...thanks

I have installed vu+enigma2 plugin and works (local - ι can see, channels, providers,egp, from live TV)

is it possible to have remote access, to live TV or to vu+enigma2 plugin, with your software or something else?

thanks
Reply
@parageria: unfortunately not, the API for the PVR functionality is a bit limited. I haven't actually tried it with a backend that serves PVR channels as URLs (I use tvheadend and it uses its own protocol so it's not possible to get a link to a channel), I could do some experimenting when I have time. PVR support would be absolutely great.
Reply
ok,,,,

I think when done, it will be good for many users...

thanks
.
Reply
Hi, have problem with video server..
I can stream anything on LAN, but I cant stream anything over internet.. I opened ports 80 and 8080, dunno if I need more. (Im on Windows)
I can access web ui easy, but I cant play or download anything Sad

If I push play it download m3u file, which contain something like this:

http://xxxx:[email protected]:8080/vfs/E%3a...-%2011.mkv

any suggestions?

Thanks
Reply
  • 1
  • 31
  • 32
  • 33(current)
  • 34
  • 35
  • 57

Logout Mark Read Team Forum Stats Members Help
XBMC Video Server: stream/download your library contents9