2020-06-19, 06:18 PM
Still not seeing any verbose messages.
Did you get a popup like this telling you verbose was enabled?
Did you get a popup like this telling you verbose was enabled?
2020-06-19, 06:18 PM
Still not seeing any verbose messages.
Did you get a popup like this telling you verbose was enabled?
2020-06-19, 06:36 PM
Again, I was pretty sure I did.
This time I screenshoted it so we can both be sure. Apologies if I messed it up last time.
2020-06-19, 08:17 PM
Sorry - you were doing it right.
Just taking a look now.
2020-06-20, 10:27 AM
I tried shutting down the container, shutting down 10.10.10.222, deleting all the files in /pvr/config ( /config) and restarting.
Not sure why, but the docker run command is now putting out debug info. During the startup it outputs: [1] missing db...copying from: /app/data/empty.db3 [1] Version 5.0.6.200614 [1] Creating thumbs directory [1] CaptureSource.LoadAll() [1] Added new device 'IPTV Device' [1] [ { "DeviceID": "12519937", "LocalIP": "10.10.10.248", "BaseURL": "http://10.10.10.248", "DiscoverURL": "http://10.10.10.248/discover.json", "LineupURL": "http://10.10.10.248/lineup.json" }, { "StorageID": "AFC7FE88-1E39-418B-0251-13CA57CEFC7D", "LocalIP": "10.10.10.222:49152", "BaseURL": "http://10.10.10.222:49152", "DiscoverURL": "http://10.10.10.222:49152/discover.json", "StorageURL": "http://10.10.10.222:49152/recorded_files.json" } ] [1] Downloading from http://10.10.10.248/discover.json [1] Found HDHomeRun: 12519937 (4 tuners) [1] LineupURL: http://10.10.10.248:80/lineup.json [1] Added new device 'HDHomeRun 12519937-0' [1] Added new device 'HDHomeRun 12519937-1' [1] Added new device 'HDHomeRun 12519937-2' [1] Added new device 'HDHomeRun 12519937-3' [1] Local Devices: <devices> Given that 10.10.10.222 is just a client imac, it shouldnt be involved. Doubly so when it is shut down. Does this help at all?
I think that's a red herring - information returned from the hdhomerun.
Probably because I did have the hdhomerun s/w installed on 10.10.10.222 long enough to realise how awful it is. So I installed the hdhomerun s/w briefly on 10.10.10.250. Now the hd homerun returns the below, but it doesn't seem to have helped.
2020-06-20, 11:25 AM
I also found the log page for the hdhomerun, and there are entries for streaming to 10.10.10.250 while updating the EPG.
20200620-11:23:28 Tuner: tuner3 streaming rtp to 10.10.10.250:8020 20200620-11:23:35 Tuner: tuner3 rtp stream ended (stop request) 20200620-11:23:35 Tuner: tuner3 streaming rtp to 10.10.10.250:8020 20200620-11:23:42 Tuner: tuner3 rtp stream ended (stop request) 20200620-11:23:43 Tuner: tuner3 streaming rtp to 10.10.10.250:8020 20200620-11:23:50 Tuner: tuner3 rtp stream ended (stop request) 20200620-11:23:50 Tuner: tuner3 streaming rtp to 10.10.10.250:8020 20200620-11:23:50 Tuner: tuner2 rtp stream ended (stop request)
2020-06-21, 02:01 AM
I can't see any obvious reason why it's not working. Normally I'd offer a an updated file, to add extra logging or something, but it's not so straight forward when you're running docker.
2020-06-21, 01:04 PM
(2020-06-18, 10:00 PM)madmanuk Wrote: Hoping to use nextpvr with hdhomerun. I appear to have exactly the same issue with the same docker image on libreelec. I also use HDHomeRun (2 tuner - I was on the initial launch). I've also added an xmltv feed ( http://www.xmltv.co.uk/feed/1897 ) which has also failed to provide me with anything. Dockker config: Code: docker run -d \ I can see processes listening on the appropriate ports, and there is no firewall running: udp 0 0 :::8020 :::* 1768/docker-proxy udp 0 0 :::8021 :::* 1754/docker-proxy udp 0 0 :::8022 :::* 1740/docker-proxy udp 0 0 :::8023 :::* 1726/docker-proxy udp 0 0 :::8024 :::* 1712/docker-proxy udp 0 0 :::8025 :::* 1698/docker-proxy udp 0 0 :::8026 :::* 1685/docker-proxy udp 0 0 :::8027 :::* 1671/docker-proxy udp 0 0 :::8028 :::* 1658/docker-proxy udp 0 0 :::8029 :::* 1643/docker-proxy udp 0 0 :::8030 :::* 1631/docker-proxy Thanks for any help you can provide! logs-20200621-1319.zip (Size: 184.9 KB / Downloads: 1) Here are my verbose log files - I did get the popup message about them being enabled until next container restart (2020-06-21, 02:01 AM)sub Wrote: I can't see any obvious reason why it's not working. Normally I'd offer a an updated file, to add extra logging or something, but it's not so straight forward when you're running docker. Glad to know you are still looking at it. I really hope you can get it working, because nextPVR looks good and is the only one I have found with the ability to record by keyword, something which I have had for years with eyeTV and would miss. Other s/w i have tried has been either - completely wierd - or severely limited and/or unstable I will keep an eye out on here. If you need any testing done please let me know. I could probably arrange access to that machine for you if it would help. I think before docker I tried running it with dotnet directly on mac, would doing that be helpful? |
|