NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public NextPVR Support v
« Previous 1 … 28 29 30 31 32 … 43 Next »
No EPG and other questions

 
  • 0 Vote(s) - 0 Average
No EPG and other questions
chrisgla
Offline

Junior Member

United Kingdom
Posts: 13
Threads: 3
Joined: May 2020
#31
2020-05-23, 07:28 PM
Thanks, logs enclosed.

This machine is in Docker on Qnap, I have the network in bridge mode with static IP to avoid any issue- no firewall.

I have tried it separately on another machine with NAT and port 8020 mapped for TCP and UDP- same.

Will try windows tomorrow if you think it's inbound on the server that's failing but a bit lost...


Attached Files
.zip   logs-20200523-1920.zip (Size: 547.54 KB / Downloads: 4)
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,708
Threads: 767
Joined: Nov 2003
#32
2020-05-23, 08:40 PM
If the HDHR was sending traffic to NextPVR, is 192.168.178.217 the correct address it should be sending to?

Would UDP port 8020 make it to NextPVR with the current docker configuration. Might need to map that into the container?

2020-05-23 12:05:01.438 [DEBUG][35] Requesting: rtp://192.168.178.217:8020
chrisgla
Offline

Junior Member

United Kingdom
Posts: 13
Threads: 3
Joined: May 2020
#33
2020-05-23, 08:50 PM
Yes, .217 is correct ip and dedicated to container.

I also tried another container using NAT and followed the docker Build document exactly including mapping udp8020-8030 for “legacy”, but still no data.

I’ll have a look with wireshark tomorrow and see what’s going on- I just wasn’t sure from the rest of the thread if this should work or the other dll fixed, etc

I know the dvb guide seems a new feature.

I did load Windows version on a third machine but it doesn’t give me the option of dvb guide...

Thanks!
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,708
Threads: 767
Joined: Nov 2003
#34
2020-05-23, 09:21 PM
(2020-05-23, 08:50 PM)chrisgla Wrote: I’ll have a look with wireshark tomorrow and see what’s going on- I just wasn’t sure from the rest of the thread if this should work or the other dll fixed, etc
Yes, it should do. It works fine for me here. Docker adds a few more complications t

Quote:I know the dvb guide seems a new feature.
Hooking it up for the HDHR is fairly new. The actual parsing of it has been around for a long time, but there wasn't previously a way to get data from the HDHR into the EPG parsing routines, and that was just added recently.

Quote:I did load Windows version on a third machine but it doesn’t give me the option of dvb guide...
Hmm, should do. I'm using it fine here on Windows. When you are initially importing from the HDHR, is DVB EPG available in the EPG dropdown?
chrisgla
Offline

Junior Member

United Kingdom
Posts: 13
Threads: 3
Joined: May 2020
#35
2020-05-23, 09:55 PM
No, it was at scan I was looking for DVB EPG.

Win is a clean install- NextPVR never been machine. Went straight into devices, it found HDHR and I clicked scan for channels but on Windows it shows an option for Freesat EPG- not DVB. xmlTV and SD options are there as well
I have no IP Freesat...


If I go into auto-map I'm given options for DVB/ ATSC and Freesat (UK)- neither works 

The channels play ok- but no guide.

I very quickly tried SD (at end of log) but it was still trying OTA- but this could have been rushing.

Log for Win machine enclosed (I won't run nextPVR on this- just hoped it was an easy check!)

Latest download from today...


Attached Files
.zip   logs-20200523-2253.zip (Size: 152.99 KB / Downloads: 2)
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,708
Threads: 767
Joined: Nov 2003
#36
2020-05-24, 03:56 AM
(2020-05-23, 09:55 PM)chrisgla Wrote: No, it was at scan I was looking for DVB EPG.

Win is a clean install- NextPVR never been machine. Went straight into devices, it found HDHR and I clicked scan for channels but on Windows it shows an option for Freesat EPG- not DVB. xmlTV and SD options are there as well
I have no IP Freesat...
Do you have "C:\Program Files\Silicondust\HDHomeRun\hdhomerun_config.exe" on your machine? (in that exact path)

What do you get if you run:
Code:
"C:\Program Files\Silicondust\HDHomeRun\hdhomerun_config.exe" 12525ED8 get /sys/model
chrisgla
Offline

Junior Member

United Kingdom
Posts: 13
Threads: 3
Joined: May 2020
#37
2020-05-24, 04:25 PM (This post was last modified: 2020-05-24, 04:27 PM by chrisgla.)
Loaded HDHR software (only Win10 app was installed "hdhomerun_config.exe" returns "hdhomerun5_dvbt"

After I loaded the HDHR software the DVB/ATSC EPG option now appears in NextPVR along with HDHR Local recorder DVB-T and DVB-C devices which are confusing me a bit!
I presume the HDHR sofware is needed for OTA- but do I still use the "root" HDHR device or "tune" the local record ones in NextPVR?


The EPG data is definitely reaching the machine- I can see guide data in wireshark (screenshot below). 192.168.178.50 is NextPVR Win10, .149 is HDHR. Have the full capture if it helps.
I'm not sure if channel name or numbers/ identifiers mapping needs set in NextPVR, or BDA mode & auto/ TVCT insert in HDHR software? I think I seen a mention that UK OTA data has some markers missing and if I change these I get different degrees of success in nrecord.log, ie:-

2020-05-24 15:03:09.227 [VERBOSE][47] Unable to find any channel with mapping: 6C:55812:34687:27059

2020-05-24 14:29:34.068 [DEBUG][34] System.NullReferenceException: Object reference not set to an instance of an object.
  at NShared.TS.DVBString.ParseString(Byte[] data, Int32 offset, Int32 length)
  at NShared.TS.TSSectionParserEIT.Parse(Byte[] data, Int32 length)
  at NShared.TS.TSSectionParser.AddData(Byte[] data, Int32 offset, Int32 length)

System.IndexOutOfRangeException: Index was outside the bounds of the array.
  at NShared.TS.TSSectionParserEIT.Parse(Byte[] data, Int32 length)
  at NShared.TS.TSSectionParser.AddData(Byte[] data, Int32 offset, Int32 length)


Co-incidentally, firmware 20200521 appeared today and installed when I installed software (I only purchased and updated HDHR firmware on Wednesday!)


Attached Files Thumbnail(s)
       

.zip   logs-20200524-1655.zip (Size: 94.27 KB / Downloads: 0)
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,708
Threads: 767
Joined: Nov 2003
#38
2020-05-26, 04:55 AM
(2020-05-24, 04:25 PM)chrisgla Wrote: Loaded HDHR software (only Win10 app was installed "hdhomerun_config.exe" returns "hdhomerun5_dvbt"

After I loaded the HDHR software the DVB/ATSC EPG option now appears in NextPVR along with HDHR Local recorder DVB-T and DVB-C devices which are confusing me a bit!
Ah yes, sorry - I forgot about this. For DVB EPG it does require the 'HDHomeRun Software for Windows' to be installed.

Quote:I presume the HDHR sofware is needed for OTA- but do I still use the "root" HDHR device or "tune" the local record ones in NextPVR?
You can just continue use the 'HDHR' device type if you like. (rather than the DVB-T / DVB-C options the software would also have added.
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,708
Threads: 767
Joined: Nov 2003
#39
2020-05-26, 04:58 AM
(2020-05-24, 04:25 PM)chrisgla Wrote: 2020-05-24 15:03:09.227 [VERBOSE][47] Unable to find any channel with mapping: 6C:55812:34687:27059
This can be ignored. It just means there some listings in the stream for channels you don't have. (there is several scenarios where this can be entirely normal)

Quote:2020-05-24 14:29:34.068 [DEBUG][34] System.NullReferenceException: Object reference not set to an instance of an object.
  at NShared.TS.DVBString.ParseString(Byte[] data, Int32 offset, Int32 length)
  at NShared.TS.TSSectionParserEIT.Parse(Byte[] data, Int32 length)
  at NShared.TS.TSSectionParser.AddData(Byte[] data, Int32 offset, Int32 length)

System.IndexOutOfRangeException: Index was outside the bounds of the array.
  at NShared.TS.TSSectionParserEIT.Parse(Byte[] data, Int32 length)
  at NShared.TS.TSSectionParser.AddData(Byte[] data, Int32 offset, Int32 length)
Ok these are something I will definitely need to fix. I might need to suggest a way for you to capture the stream, so I can try playing it back in the debugger here.
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,708
Threads: 767
Joined: Nov 2003
#40
2020-05-26, 05:02 AM
If you're technically inclined, info about capturing a stream can be found here:
https://www.silicondust.com/hdhomerun/hd...opment.pdf

ie, probably something like:
hdhomerun_config FFFFFFFF set /tuner0/program 3
hdhomerun_config FFFFFFFF set /tuner0/filter "0x0000-0x1FFF"
hdhomerun_config FFFFFFFF save /tuner0 capture.ts

(where FFFFFFFF is replaced with your device ID)

Otherwise, I'll try to think of a more straight forward way to capture it. (ie, I might include some feature in the app, since I'm finding I semi-regularly have to ask for this type of thing)
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

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


Possibly Related Threads…
Thread Author Replies Views Last Post
  Thanks -- and a few questions rykr 30 9,154 2025-03-01, 12:42 AM
Last Post: mvallevand
  Client questions mvallevand 5 881 2024-01-11, 02:46 PM
Last Post: mvallevand
  New user, couple of questions matt77303 2 1,522 2021-04-19, 09:13 AM
Last Post: matt77303
  Prevent recording repeats and recording history questions puenktchen 15 3,841 2021-01-31, 05:02 PM
Last Post: sub
  Questions about Windows clients with v5 JP23 7 2,768 2020-06-23, 08:09 AM
Last Post: JP23
  Some questions about NextPVR 5.0.4 vs. 4.2.5 DSperber 5 3,724 2020-05-08, 12:43 AM
Last Post: DSperber
  Switched from 4 to 5, some quick questions Ricknextpvr 16 5,131 2020-03-31, 04:00 PM
Last Post: Ricknextpvr
  Recording Issues/Questions bleck 8 3,180 2019-10-12, 09:27 PM
Last Post: sub

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

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

Linear Mode
Threaded Mode