Posts: 6
Joined: Oct 2017
Reputation:
0
2017-10-29, 00:09
(This post was last modified: 2017-10-29, 00:14 by n8lbv.)
I've had an HDHR-T1-US on the local network for years.
It's always worked perfectly with Windows Media center and HDHomerun software and with VNC.
How can I get Kodi to work with it?
How do I troubleshoot/test and what can I do next?
I realize it won't record and/or work as a DVR. just want to see the live TV stream that comes from the HDHomerun.
Testing on Windows 10 (1703) fully up to date, Firewall off.
Works fine with HDHomerun setup & testing.
Works fine with Windows 10 app.
Works fine with VNC.
HDHomerun has latest firmware: (20170930) and has been power cycled/restarted
In Kodi tried the HDHomerun app: does not work just says "Failed to play channel. Maybe all tuners are in use?"
Also tried uninstalling the HDHomerun add-on and only using the built in native "HDHomerun PVR Client"
In this configuration I get no indication that the HDHomerun device is present; it does not magically show up in TV section.
The PVR client Configuration page has very little to configure and the "RUN" icon with the rocket is grayed out.
I tried disabling restarting enabling and restarting with no change in results.
I don't know what to try next.
In my searching I find that many posts on the web suggest that my older device HDHR-T1-US works fine with the built in HDHomerun PVR client
but may not work with the HDHomerun Add-On as well as not be able to record.
Kodi Version 17.5 Git:20171023-5bd45ab
PVR Service Version .1
Channels: 0
Posts: 7,289
Joined: May 2011
Reputation:
402
HDHR T1 and Dual are no longer supported by current Kodi versions.
You can possibly find XBMC 10-11 which supported it through a special protocol hdhomerun://
Posts: 6
Joined: Oct 2017
Reputation:
0
Thanks for the reply.
I'm not sure what "no longer supported" means exactly.
Does it mean flat out will not work? functionality was deliberately removed from Kodi when it used to work in the past?
Or does it mean maybe it works and you're on your own?
Thanks for the clarification.
Posts: 806
Joined: Nov 2015
Reputation:
33
Most all new software for HDHR tuners use the HTTP/REST API that SD is currently developing. Older software used the binary libhdhomerun to connect to the tuners. The oldest device that supports the "new" API is the Prime (HDHR3-CC), which is the only 3rd generation device to do so. All newer models (gen. 4 and 5) also support this "new" API, which is what the addons all use now.
Most standalone PVR software (MythTV, WMC, Tvheadend, etc.) still use the older binary library, which still support the older models. If you want to use an older tuner, you need to use software other than SiliconDust's, as they no longer support older hardware.
Posts: 6
Joined: Oct 2017
Reputation:
0
"If you want to use an older tuner, you need to use software other than SiliconDust's, as they no longer support older hardware."
Thanks for the help.
I'm still confused here. I am using Silicon Dust's latest software on Windows 10 and it is working fine.
Can you clarify further what's going on?
Seems to still be plenty supported by Silicon Dust and their latest software (HDHomerun). setup and the Windows app.
I still am not perfectly clear why it is not working with Kodi or why Kodi can't use the older protocol/system if it actually works just fine.
Posts: 584
Joined: Oct 2017
Reputation:
85
Fuzzard
Team-Kodi Member
Posts: 584
Short answer is the current addons dont support the discovery of the older devices. I believe Matthew Lundberg was starting to venture down that path to support the older devices in his fork, but not sure where he got to. I had some notes put aside somewhere that i made when i was looking into some other features for the pvr.hdhomerun addon, but im not sure where they have gone.
In theory its possible to put it into a kodi addon, you just need a dev who could be bothered to do it. I dont have access to an old device, so i cant develop for it.
Posts: 6
Joined: Oct 2017
Reputation:
0
Ok maybe I'm starting to understand..
Did Kodi NEVER work with the older devices or did older versions of Kodi *used* to work with it at one time?
And why not? just not enough demand or people that are using the older ones?
I'm more curious than anything.
I'd like to see it work but it's not a big deal if it doesn't I have plenty of other software that works great with them.
Old or not they are really cool and rock solid performers.
And again thanks for replying I appreciate it.
Posts: 584
Joined: Oct 2017
Reputation:
85
Fuzzard
Team-Kodi Member
Posts: 584
No idea about the history of kodi addons for the HD Homerun. SiliconDust changed their api and functionality a while ago as rpcameron was alluding to. As far as im aware the current binary addon for pvr.hdhomerun didnt support the old devices.
The quick fix to using an older SD device it probably to use mythtv or one of the other backends.
Posts: 6
Joined: Oct 2017
Reputation:
0
Thanks for your time and responding.
Just trying to get my head around why they don't work just not enough demand or devices out there for the effort to make it work?
Yes, my fix for several years has just been to use other software that works with it.
And from my searches and reading I was never 100% sure that it couldn't work or if there was a way or not to make it work.
I finally signed up here just to ask.
I get it they changed the api from the old api to some new api.
But I still don't have a clear answer as to why the old api can't or is not also supported in Kodi..
Its it due to lack of demand for it? everybody has the newer stuff? etc.
Thanks!!
Steve
Posts: 6
Joined: Oct 2017
Reputation:
0
Ok got ya.
Apparently too much work for the outcome or next to zero demand for it to put the work in would be a reason they may have decided not to have it included.
I'm drawing my own conclusions as to why they may have chosen not to support the older along with the newer.
Bummer-
Thanks!
It would be cool to ditch WMC and use kodi on these older tuners.
I have a bunch of them still out there with friends & family.
The pain is not great enough to buy new tuners yet.
The old ones are working great and we all just switch software to see them and use WMC to record off the air.
I waited 5 years to ask about this.
Posts: 118
Joined: Apr 2017
Reputation:
0
2017-11-12, 08:15
(This post was last modified: 2017-11-13, 00:37 by MatthewLundberg.)
I'm about to work on support for this. I did some proof-of-concept work, and have had Kodi decode a stream from a legacy device. It's not yet integrated into my version of the PVR, but it will be soon.
I'm reading the stream directly rather than passing a URL back to Kodi, which makes this a lot easier. Perhaps the mainline PVR will do this eventually. Besides the potential for legacy tuners, it also eliminates a race condition in the multiple tuner support, due to the delay between determining if a tuner is free and passing its URL back to Kodi.
Posts: 9
Joined: Dec 2016
Reputation:
0
I run ServerWMC on my windows box which allows me to use my older HD home run over the network with Kodi on my pi and windows machines
Posts: 1
Joined: Feb 2018
Reputation:
0
2018-02-09, 06:51
(This post was last modified: 2018-02-12, 03:34 by TWITTV.)
Still using Win 7 computers with extenders and original HDhomerun tuners for the ultimate OTA experience. Kodi looks interesting but also still not able to get these sweet vintage HDhomerun turners working with Kodi on our newer Win 10 boxes. Hoping Mathew and any other experts can get her cranking !!!!!