tgorgdotcom / locast2plex

A very simple script to connect locast to Plex's live tv/dvr feature.
MIT License
234 stars 43 forks source link

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

Open dduncil opened 4 years ago

dduncil commented 4 years ago

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.

jgsawyers commented 4 years ago

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.