Jump to content

Recommended Posts

Posted

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

Posted

OK have you compared your nginx setup to this: 

 

Posted

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

Posted

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.

Posted (edited)

I've posted over in the other topic you raised this with.  I'll try and keep my response in this one 

 

Edited by SamES

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...