Search found 12 matches

by emveepee
Fri Dec 05, 2025 8:42 am
Forum: Development Support
Topic: Stop rtp traffic.
Replies: 4
Views: 12755

Re: Stop rtp traffic.

Thanks it happened again and I did need the force not none before clearing the target and the channel.

Martin
by emveepee
Thu Dec 04, 2025 8:26 am
Forum: Development Support
Topic: Stop rtp traffic.
Replies: 4
Views: 12755

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
by emveepee
Thu Dec 04, 2025 7:29 am
Forum: Development Support
Topic: Stop rtp traffic.
Replies: 4
Views: 12755

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 ...
by emveepee
Tue Aug 12, 2025 5:34 pm
Forum: Development Support
Topic: DVB-T LCN descriptor.
Replies: 2
Views: 18135

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.
by emveepee
Tue Aug 12, 2025 10:53 am
Forum: Development Support
Topic: DVB-T LCN descriptor.
Replies: 2
Views: 18135

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
by emveepee
Mon Aug 11, 2025 7:53 am
Forum: Development Support
Topic: Device ID info
Replies: 3
Views: 19908

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 ...
by emveepee
Sun Aug 10, 2025 4:33 pm
Forum: Development Support
Topic: Device ID info
Replies: 3
Views: 19908

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
by emveepee
Sun Jan 28, 2024 11:42 am
Forum: ATSC 3.0 Nextgen TV
Topic: Encryption
Replies: 873
Views: 3207328

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 ...
by emveepee
Wed Apr 26, 2023 5:09 am
Forum: Development Support
Topic: XMLTV guide data
Replies: 288
Views: 2638955

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
by emveepee
Thu Mar 16, 2023 5:25 pm
Forum: Development Support
Topic: XMLTV guide data
Replies: 288
Views: 2638955

Re: XMLTV guide data

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.
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?

Martin
by emveepee
Thu Mar 16, 2023 4:51 pm
Forum: Development Support
Topic: XMLTV guide data
Replies: 288
Views: 2638955

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 ...
by emveepee
Thu Aug 06, 2020 6:00 am
Forum: Development Support
Topic: XMLTV guide data
Replies: 288
Views: 2638955

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 ...