osscombat
osscombat
> > > +1 for instructions on reverse-proxying behind nginx. I tried the naive approach (quick start guide + setting up nginx reverse proxying rules) without much luck. Would be...
My reverse-proxy config for jitsi domain: ``` server { server_name jitsi.domain.com; set $upstream 192.168.0.100; location / { ssi on; proxy_pass http://$upstream:8000; proxy_set_header X-Forwarded-For $remote_addr; proxy_set_header Host $http_host; } } ```...
@jwillaz I assume your proxy is not trusted in your setup, and you enable LE on your docker host to do the HTTPS job?
Also getting this in the logs with the latest build, how to resolve it? ``` [INF] [18] Emby.Server.Implementations.Session.SessionManager: Creating new access token for user 178347df-bf25-48dc-b2c4-8912fd282576 [WRN] [18] Jellyfin.Server.Middleware.ResponseTimeMiddleware: Slow HTTP...
> You'll need to use logcat to get the logs from a device: https://wiki.lineageos.org/how-to/logcat. Make sure to reproduce the issue just before getting the logs. So the logs are necessary...
> Not particularly necessary but they might help. I need as much information as possible so I can reproduce/understand the issue. With the current info I have not been able...
> Is anyone able to share a screen recording of this issue? Perhaps this could help figure out the problem. Already uploaded it [here](https://github.com/jellyfin/jellyfin-androidtv/issues/2580)
Great! It's not blinking anymore in the debug version, with libVLC. ExoPlayer totally fails the playback. Tested on mi box s.
For me this issue is resolved with 0.16.10. No other new issues with playback etc. noticed.
Does https://www.themoviedb.org/ API got paid as well?