Project

General

Profile

HDHomerun getting channels setup to export to m3u

Added by Daniel Denson almost 4 years ago

I'm having a heck of a time getting tvhe to scan for channels. I went through the wizard and have an atsc-t network setup but it wont scan for channels etc.
hdhomerun quadro.

I want to export the channels to an m3u but I can't get it to find my channels in the first place.
I even added a manual mux with channel 195Mhz / VSB/8 matching what my hdhomerun was showing and I can't get that to play through. I hit the 'play' button to get an m3u for VLC and it just errors.

log below.

2020-12-24 20:35:43.199 mpegts: 195MHz in ATSC-T Network - tuning on HDHomeRun ATSC-T Tuner #0 (10.39.40.173)
2020-12-24 20:35:43.199 tvhdhomerun: tuning to auto:195000000
2020-12-24 20:35:43.217 tvhdhomerun: failed to acquire lockkey: ERROR: resource locked by 10.39.40.112
2020-12-24 20:35:43.218 tvhdhomerun: failed to reset pfilter: 0
2020-12-24 20:35:45.204 mpegts: 195MHz in ATSC-T Network - tuning on HDHomeRun ATSC-T Tuner #1 (10.39.40.173)
2020-12-24 20:35:45.204 tvhdhomerun: tuning to auto:195000000
2020-12-24 20:35:45.250 subscription: 0178: "HTTP" subscribing to mux "195MHz", weight: 10, adapter: "HDHomeRun ATSC-T Tuner #1 (10.39.40.173)", network: "ATSC-T Network", service: "Raw PID Subscription", hostname="10.39.40.135", client="VLC/3.0.7.1 LibVLC/3.0.7.1"
2020-12-24 20:35:45.604 webui: Stop streaming /stream/mux/aedf25f2e5010783ba9a9e1cbd38c073?ticket=43eb43a93120f3246789c093be141ceeab250a86, timeout waiting for packets
2020-12-24 20:35:45.604 subscription: 0178: "HTTP" unsubscribing, hostname="10.39.40.135", client="VLC/3.0.7.1 LibVLC/3.0.7.1"
2020-12-24 20:36:05.263 http: 10.39.40.135: using ticket 43eb43a93120f3246789c093be141ceeab250a86 for /stream/mux/aedf25f2e5010783ba9a9e1cbd38c073
2020-12-24 20:36:05.264 mpegts: 195MHz in ATSC-T Network - tuning on HDHomeRun ATSC-T Tuner #0 (10.39.40.169)
2020-12-24 20:36:05.264 tvhdhomerun: tuning to auto:195000000
There seems to be a problem with the live update feed from Tvheadend. Trying to reconnect...
Reconnected to Tvheadend
2020-12-24 20:36:08.894 tvhdhomerun: failed to reset pfilter: -1
2020-12-24 20:36:10.856 mpegts: 195MHz in ATSC-T Network - tuning on HDHomeRun ATSC-T Tuner #0 (10.39.40.173)
2020-12-24 20:36:10.856 tvhdhomerun: tuning to auto:195000000
2020-12-24 20:36:10.856 tvhdhomerun: failed to acquire lockkey: ERROR: resource locked by 10.39.40.112
2020-12-24 20:36:10.857 tvhdhomerun: failed to reset pfilter: 0
2020-12-24 20:36:12.856 mpegts: 195MHz in ATSC-T Network - tuning on HDHomeRun ATSC-T Tuner #1 (10.39.40.173)
2020-12-24 20:36:12.856 tvhdhomerun: tuning to auto:195000000
2020-12-24 20:36:12.866 subscription: 0179: "HTTP" subscribing to mux "195MHz", weight: 10, adapter: "HDHomeRun ATSC-T Tuner #1 (10.39.40.173)", network: "ATSC-T Network", service: "Raw PID Subscription", hostname="10.39.40.135", client="VLC/3.0.7.1 LibVLC/3.0.7.1"
2020-12-24 20:36:13.191 webui: Stop streaming /stream/mux/aedf25f2e5010783ba9a9e1cbd38c073?ticket=43eb43a93120f3246789c093be141ceeab250a86, timeout waiting for packets
2020-12-24 20:36:13.191 subscription: 0179: "HTTP" unsubscribing, hostname="10.39.40.135", client="VLC/3.0.7.1 LibVLC/3.0.7.1"


Replies (1)

RE: HDHomerun getting channels setup to export to m3u - Added by G Kazaroth almost 4 years ago

I will try to explain how I have it setup. First my configuration. I am running Ubuntu on a Intel NUC. First, you need the M3U file. I have attached a python file to run which will generate the M3U. Edit the file and put the hostname for the device on the line 'hdhr-ip', then run with "python hdhr-listing-to-m3u.py" The output to stdout is the M3U file. Once you capture the M3U file, go into TVHeadend website and add a "Network" as a "IPTV Automatic Network". In the form enter:
  • Network Name
  • Max input streams
  • URL (ex: file://home/hts/HR4.m3u)
  • Skip startup scan is checked (you can manually "Force Scan" the file when you want
    This will auto generate a list of Muxes. If all works well, you should also have a list of Services. At this point, you can test a Mux video stream by clicking on the play button on the far left. Same for the Services.
    To get to the next step you will need a EPG or TV Guide. I get mine from Zap2IT.com and have been for about 8 years now. To get the EPG to link up with the Services takes a bit of work. If you get to have the services work and need more help, let me know.
    (1-1/1)