elcaron 1 Posted November 23, 2016 Posted November 23, 2016 (edited) I am running a Kodi instance with Emby plugin remotely. The access is proxied via Apache to provide secure SSL. This works perfectly in almost all regards. I can stream FullHD video and all (200/25 connection). The only thing that does not work is the automatic library update. I have to make a manual update each time anything changes. I know the server is ok: - There are local instances that are not proxied, which pick up the changes fine. - Also the remote machine does pick up the changes when I connect to the server via the site-to-site VPN, but that is too slow for actual streaming. So I am pretty sure the problem is in the Apache proxy system. What do I have to make available to allow instantaneous library updates? This is quite a bummer for me right now, because the update already takes a few minutes, and I haven't even integrated the Music library. Edited November 23, 2016 by elcaron
xnappo 1605 Posted November 24, 2016 Posted November 24, 2016 The server uses a web socket to communicate changes, see these two links. https://github.com/MediaBrowser/Emby/wiki/Web-Socket http://failstar.de/2015/11/emby-with-nginx-as-reverse-proxy-advanced/
Recommended Posts