jfarseneau / antennas

📡 DVR emulator for Plex DVR to connect to Tvheadend.
MIT License
320 stars 41 forks source link

Cannot tune channel in plex #26

Closed hexonMD closed 2 years ago

hexonMD commented 6 years ago

I'm able to install and link to tvheadend without any issue. All my channels show up but it won't actually play any of them

mutluerol commented 6 years ago

HDHomerun (Antennas) 127.0.0.1:5004 Device not found. Ensure your device is powered on and connected to your network.

mutluerol commented 6 years ago

Jun 22 04:45:25 arch PlexMediaServer[9124]: DVR:Schedule: Couldn't schedule recording (tuned channel: 0) Jun 22 04:45:25 arch PlexMediaServer[9124]: DVR:Subscription: Rolling media grab failed to start.

davidspek commented 6 years ago

I also had this issue, or one related to it. First, I found out I had forgotten to set up an anonymous user in Tvheadend, which made me feel a bit stupid. After setting that up I was disappointed when plex stil would not tune a channel, however it start syncing the guide properly. Then I thought changing the DVR transcoder setting in Plex from highest to original format. After changing the transcoder setting to original format everything, including encrypted channels, started streaming correctly. Hopefully this helps.

martijndierckx commented 6 years ago

Similar issue here. Recording works flawlessly. However, streaming live only works for a handful of channels. Most channels immediately show: "Unable to tune channel".

I have tried the docker variant, and the local nodejs variant. Both have the same problems. Changing the quality to "original" doesn't work either.

What can I provide you guys with to investigate this issue?

toleeck commented 5 years ago

I encountered the same problem. No channels from the tvh are launched in the plex. An error occurs when you can not tune in to a channel. the log in tvh produces

2018-08-14 07:01:41.985 profile: unable to select a working profile (asked '(null)' alt 'channel') 2018-08-14 07:01:41.985 http: 192.168.88.245: HTTP/1.1 GET (1) /stream/channel -- 503

fredamn76 commented 5 years ago

any fix for this yet?

jfarseneau commented 5 years ago

Not yet; I haven't really invested any time in developing Antennas for a while unfortunately.

koljasagorski commented 5 years ago

I have the same issue. Device not found. Ensure your device is powered on and connected to your network.

razulian commented 2 years ago

I can validate that tenfire's commit fixes the tuner issue. I'm using Tvheadend 4.3 and the latest version of Plex, that's two years later than tenfire's commit.

ledfloyd1984 commented 2 years ago

@razulian Could you share your binaries? I have absolutely no clue how to build the source for this.

jfarseneau commented 2 years ago

Fixed through https://github.com/jfarseneau/antennas/pull/39 . Sorry for neglecting this software everyone!