NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public NextPVR Support v
« Previous 1 … 12 13 14 15 16 43 Next »
no epg

 
  • 0 Vote(s) - 0 Average
no epg
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,785
Threads: 769
Joined: Nov 2003
#11
2020-06-19, 06:18 PM
Still not seeing any verbose messages.

Did you get a popup like this telling you verbose was enabled?


Attached Files Thumbnail(s)
   
madmanuk
Offline

Member

UK
Posts: 55
Threads: 4
Joined: Jun 2020
#12
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.


Attached Files Thumbnail(s)
   

.zip   logs-20200619-1834.zip (Size: 95.02 KB / Downloads: 1)
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,785
Threads: 769
Joined: Nov 2003
#13
2020-06-19, 08:17 PM
Sorry - you were doing it right.

Just taking a look now.
madmanuk
Offline

Member

UK
Posts: 55
Threads: 4
Joined: Jun 2020
#14
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?
madmanuk
Offline

Member

UK
Posts: 55
Threads: 4
Joined: Jun 2020
#15
2020-06-20, 10:54 AM (This post was last modified: 2020-06-20, 10:55 AM by madmanuk.)
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.


   
madmanuk
Offline

Member

UK
Posts: 55
Threads: 4
Joined: Jun 2020
#16
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)
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,785
Threads: 769
Joined: Nov 2003
#17
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.
Shog63
Offline

Junior Member

United Kingdom
Posts: 6
Threads: 0
Joined: Jun 2020
#18
2020-06-21, 01:04 PM
(2020-06-18, 10:00 PM)madmanuk Wrote: Hoping to use nextpvr with hdhomerun.

I have installed the docker image nextpvr_amd64 stable within docker desktop on a mac mini.

I used this command to create it:

docker run --restart always -dp 8866:8866 -dp 8020:8020/udp -v /pvr/config:/config -v /pvr/recordings:/recordings -v /pvr/buffer:/buffer nextpvr/nextpvr_amd64Confusedtable

there is communication with the hdhomerun, i have channels, live video, and have been able to record a snippet by time.

The mac is 10.10.10.250, and the hdhomerun is 10.10.10.248.

One slight oddity I noticed was that changing the EPG timeout in DVB/ATSC EPG setup doesn't appear to save, and the window does not close.

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 \
--name=nextpvr \
--restart unless-stopped \
--volume /etc/localtime:/etc/localtime:ro \
--volume /storage/nextpvr/config:/config \
--volume /storage/tvshows:/recordings \
--volume /storage/movies:/movies \
--volume /storage/music:/music \
--volume /storage/nextpvr/livetv:/buffer \
--publish 16891:16891/udp \
--publish 8866:8866 \
--env HOST_IP=192.168.31.209 \
--publish 8020-8030:8020-8030/udp \
nextpvr/nextpvr_amd64:latest

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!
Shog63
Offline

Junior Member

United Kingdom
Posts: 6
Threads: 0
Joined: Jun 2020
#19
2020-06-21, 01:23 PM (This post was last modified: 2020-06-21, 01:56 PM by Shog63.)

.zip   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
madmanuk
Offline

Member

UK
Posts: 55
Threads: 4
Joined: Jun 2020
#20
2020-06-21, 04:03 PM (This post was last modified: 2020-06-21, 04:05 PM by madmanuk.)
(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 Sad

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?
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (6): « Previous 1 2 3 4 5 6 Next »


  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Designed by D&D, modified by NextPVR - Powered by MyBB

Linear Mode
Threaded Mode