You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for your hard work. It's a greate app.
I try the executable binary and it works on the host side. I try it in container but can not find any avaliable device.
$ go2tv -l
Encountered error(s): checkflags error: checkTflag service loading error: loadSSDPservices: No available Media Renderers
Do I need to publish some container port? Can you share the docker run command?
Thanks.
The text was updated successfully, but these errors were encountered:
The important bit is define the --network host part as this is the one that will allow the docker container to run in the same network as "presumably" the one your media device runs on.
Thanks for your hard work. It's a greate app.
I try the executable binary and it works on the host side. I try it in container but can not find any avaliable device.
Do I need to publish some container port? Can you share the docker run command?
Thanks.
The text was updated successfully, but these errors were encountered: