What methods are available to a cable provider to send guide name and guide number? Which methods does an HDHR respect?
Search found 13 matches
- Tue Mar 30, 2021 2:39 pm
- Forum: HDHomeRun Hardware Setup & Troubleshooting
- Topic: Channels displayed only in HDHomeRun Setup App
- Replies: 15
- Views: 739
- Tue Mar 30, 2021 2:37 pm
- Forum: HDHomeRun Hardware Setup & Troubleshooting
- Topic: Channels displayed only in HDHomeRun Setup App
- Replies: 15
- Views: 739
Re: Channels displayed only in HDHomeRun Setup App
I've bantered elsewhere that a deterministically generated guide numbers would enable OP and I's use case. When proper virtual channel numbers are unavailable, It would be great to fall back to a calculated guide number that is consistent and unique. Thought exercise: -> "5" - start the value with ...
- Tue Mar 30, 2021 1:03 pm
- Forum: HDHomeRun Hardware Setup & Troubleshooting
- Topic: Channels displayed only in HDHomeRun Setup App
- Replies: 15
- Views: 739
Re: Channels displayed only in HDHomeRun Setup App
Your cable provider apparently does not send channel numbers, so it won't work. Newer versions that have the channel scan function built in (EXPAND/CONNECT models) will generate fake channel numbers if the provider is not sending any, so they will work in the app. This turns out to be both a blessi...
- Tue Mar 30, 2021 12:52 pm
- Forum: Development Support
- Topic: Request 802 error
- Replies: 8
- Views: 1548
Re: Request 802 error
For sure! That will work and we can come up with a hundred other ways of slicing this apple. I'd just preferred a more explicit result. When requesting ?transcode=mobile I'd much prefer a guarantee that I'm getting a transcoded stream up to 720 or nothing at all. I can accomplish this by first check...
- Sun Mar 28, 2021 4:20 pm
- Forum: Development Support
- Topic: Request 802 error
- Replies: 8
- Views: 1548
Re: Request 802 error
I understand the point, this seemed like a simple/easy ask to introduce into all non-transcoding models. When I made the request I didn't understand that the EXTEND product was defunct. My hope was to have a single test suite for all product lines. It would sure make it easy to have a single test pl...
- Thu May 28, 2020 5:42 pm
- Forum: Development Support
- Topic: Request 802 error
- Replies: 8
- Views: 1548
Re: Request 802 error
That is the current behavior.
- Thu May 28, 2020 4:00 pm
- Forum: Development Support
- Topic: Device Discovery Methods
- Replies: 4
- Views: 1705
- Thu May 28, 2020 3:24 pm
- Forum: Development Support
- Topic: Request 802 error
- Replies: 8
- Views: 1548
Request 802 error
Please consider this minor request for increased consistency.
The EXTEND models appropriately issue an the 802 Unknown Transcode Profile error when the
?transcode parameter is used incorrectly. It’d be great if all other models always issued the 802 error when a transcode is requested.
The EXTEND models appropriately issue an the 802 Unknown Transcode Profile error when the
?transcode parameter is used incorrectly. It’d be great if all other models always issued the 802 error when a transcode is requested.
- Thu May 28, 2020 3:13 pm
- Forum: Development Support
- Topic: Device Discovery Methods
- Replies: 4
- Views: 1705
Device Discovery Methods
Which device discovery methods are available to find HDHomeRun on the network?
I’ve found:
o http://ipv4-api.hdhomerun.com/discover JSON external API
o mDNS
— hdhomerun.local
— hdhr-xxxxxxxx.local (where xxxxxxxx is the device id)
— xxxxxxxx.local where xxxxxxxx is the device id
o others?
I’ve found:
o http://ipv4-api.hdhomerun.com/discover JSON external API
o mDNS
— hdhomerun.local
— hdhr-xxxxxxxx.local (where xxxxxxxx is the device id)
— xxxxxxxx.local where xxxxxxxx is the device id
o others?
- Thu May 28, 2020 3:00 pm
- Forum: Development Support
- Topic: Cable Channel Scan parameters
- Replies: 8
- Views: 2743
- Thu May 14, 2020 7:40 am
- Forum: Development Support
- Topic: Cable Channel Scan parameters
- Replies: 8
- Views: 2743
Re: Cable Channel Scan parameters
Is the scan configurable? I'd like to only use a single tuner and leave the additional tuners available for use. I haven't tripped accross a HTTP endpoint that sets up server side single tunner scanning. As documented elsewhere, the thick configuration app supports per tuner scanning. ~/libhdhomeru...
- Thu May 14, 2020 7:01 am
- Forum: Development Support
- Topic: Cable Channel Scan parameters
- Replies: 8
- Views: 2743
Re: Cable Channel Scan parameters
I found some official documentation: https://info.hdhomerun.com/info/http_api https://www.silicondust.com/hdhomerun/hdhomerun_http_development.pdf https://github.com/Silicondust/documentation/wiki Found an end point to favorite and hide channels. curl -v -X POST http://hdhomerun.local/lineup.post?fa...
- Wed Apr 22, 2020 2:16 pm
- Forum: Development Support
- Topic: Cable Channel Scan parameters
- Replies: 8
- Views: 2743
Cable Channel Scan parameters
Hi, All - I'm looking to automate a bit around channel scanning. I've discovered the obvious end points: curl -v -X POST http://hdhomerun.local/lineup.post?scan=start curl -v -X POST http://hdhomerun.local/lineup.post?scan=abort curl -v -X GET http://hdhomerun.local/lineup_status.json curl -v -X GET...