Search found 16 matches

by emveepee
Sun Jul 12, 2026 5:55 am
Forum: Development Support
Topic: rtp streaming requests
Replies: 6
Views: 3211

Re: rtp streaming requests

Thanks, just trying to understand a user's problem that he said started after many years. I noticed that he had t7qam64 in his stored scanning info and I don't see that in my /sys/features Would that cause any problems?

Martin
by emveepee
Sat Jul 11, 2026 4:55 pm
Forum: Development Support
Topic: rtp streaming requests
Replies: 6
Views: 3211

Re: rtp streaming requests

Ok, it just doesn't seem logical that the scan and http play work but the rtp logic doesn't.

Martin
by emveepee
Sat Jul 11, 2026 1:53 pm
Forum: Development Support
Topic: rtp streaming requests
Replies: 6
Views: 3211

Re: rtp streaming requests

Looks like the problem is more limited than I thought t8dvbt does seem to work with auto.


hdhomerun_config 172.16.3.37 set /tuner0/channel auto:585500000

hdhomerun_config 172.16.3.37 get /tuner0/status
ch=auto:585500000 lock=t8dvbt ss=100 snq=100 seq=100 bps=26181632 pps=0


Do I have to set ...
by emveepee
Fri Jul 10, 2026 6:04 pm
Forum: Development Support
Topic: rtp streaming requests
Replies: 6
Views: 3211

Re: rtp streaming requests

Could it be auto is broken? Comparing things with the working http video I tried t7dvbt and auto7t and they work?


hdhomerun_config 172.16.3.37 set /tuner0/channel auto:585500000

hdhomerun_config 172.16.3.37 get /tuner0/status
ch=auto:585500000 lock=none ss=100 snq=0 seq=0 bps=0 pps=0

hdhomerun ...
by emveepee
Fri Jul 10, 2026 5:01 pm
Forum: Development Support
Topic: rtp streaming requests
Replies: 6
Views: 3211

rtp streaming requests

Has there been an any change in rtp streaming? The code which has worked in the past to support gettingg the EPG sets this


hdhomerun_config 172.16.3.37 set /tuner0/channel auto:585500000
hdhomerun_config 172.16.3.37 set /tuner0/filter "0x0012"
hdhomerun_config 172.16.3.37 set /tuner0/target rtp ...
by emveepee
Sun May 24, 2026 3:25 pm
Forum: Development Support
Topic: XMLTV guide data
Replies: 300
Views: 3541603

Re: XMLTV guide data

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
by emveepee
Sun May 24, 2026 10:35 am
Forum: Development Support
Topic: XMLTV guide data
Replies: 300
Views: 3541603

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 ...
by emveepee
Sat May 23, 2026 10:42 am
Forum: Development Support
Topic: XMLTV guide data
Replies: 300
Views: 3541603

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
by emveepee
Fri Dec 05, 2025 8:42 am
Forum: Development Support
Topic: Stop rtp traffic.
Replies: 4
Views: 39973

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: 39973

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: 39973

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

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: 300
Views: 3541603

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: 300
Views: 3541603

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: 300
Views: 3541603

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