Kodi Community Forum
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 - a5447402 - 2014-06-15

@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.


RE: XBMC Video Server: stream/download your library contents - sp8ced21 - 2014-06-15

(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


RE: XBMC Video Server: stream/download your library contents - sp8ced21 - 2014-06-15

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??


RE: XBMC Video Server: stream/download your library contents - a5447402 - 2014-06-15

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.


RE: XBMC Video Server: stream/download your library contents - negge - 2014-06-15

@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.


RE: XBMC Video Server: stream/download your library contents - sp8ced21 - 2014-06-15

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



RE: XBMC Video Server: stream/download your library contents - negge - 2014-06-16

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).


RE: XBMC Video Server: stream/download your library contents - negge - 2014-06-16

The snippet you posted contains some errors too, check the README. You're missing a forward slash and the ProxyPassReverse line looks incorrect.


RE: XBMC Video Server: stream/download your library contents - Galixte - 2014-06-17

(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-server#configuring-a-reverse-proxy-linux


RE: XBMC Video Server: stream/download your library contents - kanbour80 - 2014-06-17

I want Arabic stream super collection to be working


RE: XBMC Video Server: stream/download your library contents - Galixte - 2014-06-17

"Arabic Live Stream Super Collection" is an add-on for XBMC, it's not compatible with this application.


RE: XBMC Video Server: stream/download your library contents - parageria - 2014-06-17

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


RE: XBMC Video Server: stream/download your library contents - negge - 2014-06-17

@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.


RE: XBMC Video Server: stream/download your library contents - parageria - 2014-06-17

ok,,,,

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

thanks
.


RE: XBMC Video Server: stream/download your library contents - Sp4rh4wk - 2014-06-18

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%5cTorrents%5cAnime%5cBlack%20Bullet%5cBlack%20Bullet%20-%2011.mkv

any suggestions?

Thanks