I ran
where 192.168.11.34 is the IP of my wireless network card of my Windows PC where docker is running
Firewall in Windows has been turned off
192.168.11.105 is IP of My HDHomeRun Expand (4 tuner)
I ran the latest Docker on my also updated Windows 10
I go to http://localhost:8866/index.html
My 4-Tuner Device was automatically detected: HDHomeRun EXPAND quad tuner (running latest firmware 20200907)
Devices > Settings > Scan Channels (280 channels were found)
2nd, 3rd and 4th tuner I autoconfigured
Under Channels I selected the EPG source for just 1 channel: DVB/ATSC EPG
Furthermore I now had 4 options incl. DVB/ATSC EPG, but while scanning for all channels I could only choose from 3: Freesat(UK), Schedules Direct lineup, XMLTV lineup
Frequency was (already) set to 60 seconds for this one channel
By going to Channels and after unblocking Video/Audio in Firefox I could watch the channel
About > Device status was also showing that 1 tuner was active for the channel I watched
I then clicked Update EPG, it showed the channel for which I selected DVB/ATSC EPG, it was counting down, but after 6 seconds it responded with "EPG Update complete. [0 inserted, 0 updated, 0 skipped]"
The TV Guide does show all channels but for the first and only channel I configured DVB/ATSC EPG for does not show any EPG data.
I have included the log file.
Code:
docker run -d --name nextpvr --volume C:\MyData\Docker\config:/config --volume C:\MyData\Docker\videos:/recordings --volume C:\MyData\Docker\videos:/buffer --restart unless-stopped --publish 8866:8866 --publish 16891:16891/udp nextpvr/nextpvr_amd64:stable --env HOST_IP=192.168.11.34 --publish 8020-8030:8020-8030/udp
where 192.168.11.34 is the IP of my wireless network card of my Windows PC where docker is running
Firewall in Windows has been turned off
192.168.11.105 is IP of My HDHomeRun Expand (4 tuner)
I ran the latest Docker on my also updated Windows 10
I go to http://localhost:8866/index.html
My 4-Tuner Device was automatically detected: HDHomeRun EXPAND quad tuner (running latest firmware 20200907)
Devices > Settings > Scan Channels (280 channels were found)
2nd, 3rd and 4th tuner I autoconfigured
Under Channels I selected the EPG source for just 1 channel: DVB/ATSC EPG
Furthermore I now had 4 options incl. DVB/ATSC EPG, but while scanning for all channels I could only choose from 3: Freesat(UK), Schedules Direct lineup, XMLTV lineup
Frequency was (already) set to 60 seconds for this one channel
By going to Channels and after unblocking Video/Audio in Firefox I could watch the channel
About > Device status was also showing that 1 tuner was active for the channel I watched
I then clicked Update EPG, it showed the channel for which I selected DVB/ATSC EPG, it was counting down, but after 6 seconds it responded with "EPG Update complete. [0 inserted, 0 updated, 0 skipped]"
The TV Guide does show all channels but for the first and only channel I configured DVB/ATSC EPG for does not show any EPG data.
I have included the log file.