locast2plex icon indicating copy to clipboard operation
locast2plex copied to clipboard

Playback Error - Could not tune channel. Please check your tuner or antenna.

Open dduncil opened this issue 4 years ago • 1 comments

So I have been able to successfully connect to the locast2plex tuner, but I can't seem to play anything from locast.

I have a Synology and loaded this via Docker and the registry. Created a locast2plex folder in the docker folder on my NAS.

config.ini is

[main] locast_username = XXX locast_password = XXX plex_accessible_ip = 127.0.0.1

docker-compose.yml is

locast2plex: image: tgorg/locast2plex ports: - "6077:6077" - "1900:1900/udp" restart: unless-stopped volumes: - ./config.ini:/app/config/config.ini

Adding nothing special to environment variables.

I was only able to connect to the tuner in Plex by using the designated local port the Synology gave me that maps to the container port of 6077. The local port is the same for both 1900 and 6077. Not sure that makes a difference?

The menu and channels load fine, but every time I hit play I get that playback error.

Did I set up something incorrectly? I do have a paid locast account as well.

dduncil avatar Oct 01 '20 02:10 dduncil

In the Synology configuration, is the port set to Auto? If so, hard set it to 6077, and add it in Plex via that port. Also remove the mapping for 1900, it will conflict with the SSDP service on the Synology itself.

jgsawyers avatar Oct 01 '20 21:10 jgsawyers