KyroFrCode / moonlight-chrome-tizen-docker

Docker file in order to build the Moonlight application for Samsung TVs running under Tizen from my Github repository
156 stars 12 forks source link

Problem connecting to TV #1

Closed blinciki-lol closed 1 year ago

blinciki-lol commented 1 year ago

Hello,

I have tried to set it up together with a friend, but got stuck at the sdb connect TV_IP step.

I enabled developer mode on my TV and gave it the IP address of docker container. I also built the application and ran docker and when trying to connect to the TV: sdb connect TV_IP, the result was always a failed connection.

Output: connecting to TV_IP failed to connect to TV_IP

Could you help with this step or do you have any clues how to debug the problem?

cluac7 commented 1 year ago

I had a similar problem. You have to give the TV your host IP. I also launched it with docker run -it --rm moonlight-tizen -p 80:80 rather than just docker run -it --rm moonlight-tizen but I don't know if that contributed to the fix. Mainly just have to give the TV the host IP.

blinciki-lol commented 1 year ago

Thank you, this solved the problem, the solution is to use the host IP address. (I have another problem now, but I'll open a new issue)