Moreje 14 Posted September 12, 2024 Posted September 12, 2024 Hello my medias can't be remotely played on a Samsung TV TQ65Q60C my server is behind reverse proxy (nginx) all other clients are OK, even using the same connection (PC) I've tried manual server or emby connect.... same issue embyserver_samsungissue.txt
Luke 39993 Posted September 12, 2024 Posted September 12, 2024 OK have you compared your nginx setup to this:
Moreje 14 Posted September 12, 2024 Author Posted September 12, 2024 I'm using Nginx proxy manager in a docker. I've tesed this parameters in the custom conf for my emby host: proxy_hide_header X-Powered-By; proxy_set_header Range $http_range; proxy_set_header If-Range $http_if_range; proxy_set_header X-Real-IP $remote_addr; proxy_set_header Host $host; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection $http_connection; default_type application/octet-stream; server_tokens off; sendfile off; proxy_buffering off; gzip on; gzip_types text/plain text/css text/js text/xml text/javascript application/javascript application/x-javascript application/json application/xml application/rss+xml image/svg+xml; gzip_disable msie6; gzip_comp_level 6; gzip_min_length 1100; gzip_buffers 16 8k; gzip_proxied any; proxy_connect_timeout 1h; proxy_send_timeout 1h; proxy_read_timeout 1h; tcp_nodelay on; It has no effect...but I don't know if they are correct
Moreje 14 Posted September 13, 2024 Author Posted September 13, 2024 Well, I've finally check my Nginx config...and the issue my Samsung TV is still present... here is a server log just after my last attempt embyserver_samsungissue_2.txt
Luke 39993 Posted September 13, 2024 Posted September 13, 2024 Have you tried http for comparison purposes? What could be happening is that although you can connect to your server in the user interface, the Samsung video player might be rejecting your SSL certificate. We have seen that a lot over the years. @SamEScan explain more. Samsungs only accept a limited set of ssl certs.
SamES 1003 Posted September 13, 2024 Posted September 13, 2024 (edited) I've posted over in the other topic you raised this with. I'll try and keep my response in this one Edited September 13, 2024 by SamES
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now