OK I noticed on DVB-T scans that it looked to be based on sid:tsid:onid so interesting it is NZ specific.
For DRM-free ATSC 3 which I can't test in Canada, I assume the LCN is the base channel, hopefully the ATSC names the HDHR return will match.
Martin
Search found 15 matches
- Sun May 24, 2026 3:25 pm
- Forum: Development Support
- Topic: XMLTV guide data
- Replies: 299
- Views: 2960260
- Sun May 24, 2026 10:35 am
- Forum: Development Support
- Topic: XMLTV guide data
- Replies: 299
- Views: 2960260
Re: XMLTV guide data
In my region (the southeastern US), it returns guide data for every channel listed in my lineup which hasn't been disabled. That is, if a channel is enabled and it has guide data in the HDHomeRun app, my script returns the same.
I agree in my region in Ontario Canada is is perfect too. I ...
- Sat May 23, 2026 10:42 am
- Forum: Development Support
- Topic: XMLTV guide data
- Replies: 299
- Views: 2960260
Re: XMLTV guide data
How complete is the guide data? Looking at a New Zealand DVB-T sample it didn't have 50% of the channels the HDHR detected.
Martin
Martin
- Fri Dec 05, 2025 8:42 am
- Forum: Development Support
- Topic: Stop rtp traffic.
- Replies: 4
- Views: 16444
Re: Stop rtp traffic.
Thanks it happened again and I did need the force not none before clearing the target and the channel.
Martin
Martin
- Thu Dec 04, 2025 8:26 am
- Forum: Development Support
- Topic: Stop rtp traffic.
- Replies: 4
- Views: 16444
Re: Stop rtp traffic.
As a follow up I could connect to the HDHR and BDA could still control and stop them, but that this should be able to be done with hdhomerun_config
Martin
Martin
- Thu Dec 04, 2025 7:29 am
- Forum: Development Support
- Topic: Stop rtp traffic.
- Replies: 4
- Views: 16444
Stop rtp traffic.
Last night I was was doing some BDA development and I mustn't have done a clean shutdown so this morning I see steady UDP/RTP traffic from a HDHR to my Windows PC and booting the Windows PC doesn't stop it
20251203-23:09:42 Tuner: tuner0 streaming rtp to 172.16.3.3:52490
20251203-23:11:51 Tuner ...
20251203-23:09:42 Tuner: tuner0 streaming rtp to 172.16.3.3:52490
20251203-23:11:51 Tuner ...
- Tue Aug 12, 2025 5:34 pm
- Forum: Development Support
- Topic: DVB-T LCN descriptor.
- Replies: 2
- Views: 21492
Re: DVB-T LCN descriptor.
Here is how many times tsduck found the LCN's in a 1 minutes mux https://pastebin.com/X6WKaDaP It looks like they were sent between 1 and 8 times in that minute. The one I noted was sid 0x4a75 which was twice.
- Tue Aug 12, 2025 10:53 am
- Forum: Development Support
- Topic: DVB-T LCN descriptor.
- Replies: 2
- Views: 21492
DVB-T LCN descriptor.
I have a test stream that I loop and the LCN descriptor is not always being sent. Sometimes I get the correct LCN and sometimes it it is in the 5000 range depending on which NIT it picks up. Is there a way to wait longer in the HDHR scan?
Martin
Martin
- Mon Aug 11, 2025 7:53 am
- Forum: Development Support
- Topic: Device ID info
- Replies: 3
- Views: 24858
Re: Device ID info
You can gain a lot of additional information (presuming the device has recent firmware) from the http://<hdhr>/discover.json, and then decoding the json output.
Thanks I don't have access to the API where I am calling from so this is perfect https://github.com/Silicondust/libhdhomerun/blob ...
- Sun Aug 10, 2025 4:33 pm
- Forum: Development Support
- Topic: Device ID info
- Replies: 3
- Views: 24858
Device ID info
Is there a way to tell from the device ID if a device is legacy or not? If it is not legacy and perhaps an edge case in my own system can the device ID show if the device is ATSC/QAM vs DVB-T/C?
Martin
Martin
- Sun Jan 28, 2024 11:42 am
- Forum: ATSC 3.0 Nextgen TV
- Topic: Encryption
- Replies: 875
- Views: 8301056
Re: Encryption
with the signal of the ATSC 3.0 channel being encrypted the broadcasters are in violation of both the emergency alert system and educational/informational rules established by the FCC.
Old analog TV's and capture cards don't receive ATSC 1.0 so that rule would apply to compatible TV receivers ...
- Wed Apr 26, 2023 5:09 am
- Forum: Development Support
- Topic: XMLTV guide data
- Replies: 299
- Views: 2960260
Re: XMLTV guide data
They did give direction in this thread viewtopic.php?t=77340 although I don't know if they will have an account based solution by early 2024.
Martin
Martin
- Thu Mar 16, 2023 5:25 pm
- Forum: Development Support
- Topic: XMLTV guide data
- Replies: 299
- Views: 2960260
Re: XMLTV guide data
Thanks for that, as long as you don't use MV as your identifier for non-movies it probably isn't going to cause a problem. Is there sample JSON anywhere?nickk wrote: Thu Mar 16, 2023 4:59 pm Best not to use the Series or Episode ID to determine type. The guide data for Australia does not follow this convention for example.
Martin
- Thu Mar 16, 2023 4:51 pm
- Forum: Development Support
- Topic: XMLTV guide data
- Replies: 299
- Views: 2960260
Re: XMLTV guide data
Two ideas come to mind...
1) App could search the category tags for the following categories we use regardless of the location in the list:
Series, Movie, News, Special, Sport, Shop, Audio, Adult
2) We could add an attribute to the category tag to indicate the high level category vs genre.
Nick ...
- Thu Aug 06, 2020 6:00 am
- Forum: Development Support
- Topic: XMLTV guide data
- Replies: 299
- Views: 2960260
Re: XMLTV guide data
As an additional question, I'm attempting to get this data to mesh well with NextPVR. I'm able to pull both the channel lineup and this API's guide data, via my earlier posted updated script, but for some reason, NextPVR doesn't seem to be able to mate the two together
@Brak I had a look at ...
@Brak I had a look at ...