2022-05-14, 12:15 AM
I am wondering if it is possible to get the signal strength to show up in the Kodi UI with NextPVR?
Currently, it does not...I can see, in my logs, signal strength and quality are there at the NextPVR end of things (e.g. below, strength -16, quality 25)...but clearly they don't make it to the Kodi UI (Matrix 19.4, have checked in both Estuary and Confluence, both show 0 for both the SNR/Signal Strength fields).
Hardware at the server end is a Win10 machine with a Hauppage twin tuner thing in it. Clients are ODroid N2 machines running latest CoreElec (19.5rc1), or Win10 running Kodi 19.4)
Currently, it does not...I can see, in my logs, signal strength and quality are there at the NextPVR end of things (e.g. below, strength -16, quality 25)...but clearly they don't make it to the Kodi UI (Matrix 19.4, have checked in both Estuary and Confluence, both show 0 for both the SNR/Signal Strength fields).
Hardware at the server end is a Win10 machine with a Hauppage twin tuner thing in it. Clients are ODroid N2 machines running latest CoreElec (19.5rc1), or Win10 running Kodi 19.4)
Code:
[...startup]
2022-05-14 09:53:23.573 [DEBUG][1] Args...
2022-05-14 09:53:23.574 [DEBUG][1] -listen:13124
2022-05-14 09:53:23.574 [DEBUG][1] -type:DVB-T
2022-05-14 09:53:23.574 [DEBUG][1] -device:Hauppauge WinTV-7164 BDA DVBT Tuner
2022-05-14 09:53:23.574 [DEBUG][1] -instance:2
2022-05-14 09:53:23.574 [DEBUG][1] -parent:1720
2022-05-14 09:53:23.574 [DEBUG][1] -primed
2022-05-14 09:53:23.575 [DEBUG][1] Starting web server on port: 13124
2022-05-14 09:53:23.608 [INFO][3] Webserver running...
2022-05-14 09:53:23.611 [DEBUG][1] Found parent process: NextPVRServer
2022-05-14 09:53:23.913 [INFO][4] Got POST request: /stream/start?slipseconds=1200&target=LIVE%26E%3A%5CNEXT_PVR%5CBuffer%5Clive-10%20HD-1720-1.ts
2022-05-14 09:53:23.914 [DEBUG][4] Starting Stream: LIVE&E:\NEXT_PVR\Buffer\live-10 HD-1720-1.ts
2022-05-14 09:53:23.914 [DEBUG][4] SlipSeconds: 1200
2022-05-14 09:53:23.914 [DEBUG][4] Tuning:
<tuning>
<type>DVB-T</type>
<locator>
<frequency>219500</frequency>
<bandwidth>7</bandwidth>
</locator>
<service_id>1585</service_id>
<tsid>1539</tsid>
<onid>4116</onid>
<service_type>25</service_type>
<provider>Ten Melbourne</provider>
</tuning>
2022-05-14 09:53:23.985 [DEBUG][4] StartStream(): LIVE&E:\NEXT_PVR\Buffer\live-10 HD-1720-1.ts
2022-05-14 09:53:23.988 [DEBUG][4] BuildGraph
2022-05-14 09:53:23.988 [DEBUG][4] <locator><frequency>219500</frequency><bandwidth>7</bandwidth></locator>
2022-05-14 09:53:24.343 [DEBUG][4] Using tuner: Hauppauge WinTV-7164 BDA DVBT Tuner (2)
2022-05-14 09:53:24.344 [DEBUG][4] About to connect...
2022-05-14 09:53:24.344 [DEBUG][4] has network provider
2022-05-14 09:53:24.344 [DEBUG][4] has tuner
2022-05-14 09:53:24.404 [INFO][4] [d111520b-511c-49fa-846a165e7be3f3af]-f07fdb4d-00000000
2022-05-14 09:53:24.404 [DEBUG][4] About to auto detect capture filter...
2022-05-14 09:53:24.405 [INFO][4] Need match: [d111520b-511c-49fa-846a165e7be3f3af]-f07fdb4d-00000000
2022-05-14 09:53:24.409 [DEBUG][4] dw1=f07fdb4d vs f07fdb4d
2022-05-14 09:53:24.410 [DEBUG][4] Got capture filter: 'Hauppauge WinTV-7164 BDA Digital Capture DVBT'
2022-05-14 09:53:24.410 [INFO][4] medium: [d111520b-511c-49fa-846a165e7be3f3af]-f07fdb4d-00000000
2022-05-14 09:53:24.411 [DEBUG][4] Added capture filter
2022-05-14 09:53:24.414 [DEBUG][4] Connected Tuner to Capture
2022-05-14 09:53:24.698 [DEBUG][4] Graph filter list:
2022-05-14 09:53:24.699 [DEBUG][4] - MPEG-2 Sections and Tables
2022-05-14 09:53:24.699 [DEBUG][4] - BDA MPEG2 Transport Information Filter
2022-05-14 09:53:24.699 [DEBUG][4] - MPEG-2 Demultiplexer
2022-05-14 09:53:24.699 [DEBUG][4] - NPVR TS Mon
2022-05-14 09:53:24.699 [DEBUG][4] - Capture
2022-05-14 09:53:24.699 [DEBUG][4] - Tuner
2022-05-14 09:53:24.699 [DEBUG][4] - Network Provider
2022-05-14 09:53:24.700 [DEBUG][4] Graph Connections
2022-05-14 09:53:24.700 [DEBUG][4] Filter [481c0e4] 'MPEG-2 Sections and Tables'
2022-05-14 09:53:24.701 [DEBUG][4] Pin [481c644] 'In' [I] Connected to [4813484]
2022-05-14 09:53:24.701 [DEBUG][4] Filter [4817d24] 'BDA MPEG2 Transport Information Filter'
2022-05-14 09:53:24.701 [DEBUG][4] Pin [4818684] 'IB Input' [I] Connected to [4813304]
2022-05-14 09:53:24.701 [DEBUG][4] Pin [4806404] 'OOB Input' [I]
2022-05-14 09:53:24.701 [DEBUG][4] Pin [4818ba4] 'iTV Out' [O]
2022-05-14 09:53:24.701 [DEBUG][4] Pin [480bc4c] 'SBE OUT' [O]
2022-05-14 09:53:24.701 [DEBUG][4] Filter [480d7ec] 'MPEG-2 Demultiplexer'
2022-05-14 09:53:24.701 [DEBUG][4] Pin [4806704] 'MPEG-2 Stream' [I] Connected to [9f109c]
2022-05-14 09:53:24.701 [DEBUG][4] Pin [4813304] '001' [O] Connected to [4818684]
2022-05-14 09:53:24.701 [DEBUG][4] Pin [4813484] '002' [O] Connected to [481c644]
2022-05-14 09:53:24.702 [DEBUG][4] Pin [4813604] '003' [O]
2022-05-14 09:53:24.702 [DEBUG][4] Pin [4813784] '004' [O]
2022-05-14 09:53:24.702 [DEBUG][4] Pin [4813904] '005' [O]
2022-05-14 09:53:24.702 [DEBUG][4] Pin [4813a84] '006' [O]
2022-05-14 09:53:24.702 [DEBUG][4] Pin [4813c04] '007' [O]
2022-05-14 09:53:24.702 [DEBUG][4] Pin [4813d84] '008' [O]
2022-05-14 09:53:24.702 [DEBUG][4] Pin [4813f04] '009' [O]
2022-05-14 09:53:24.702 [DEBUG][4] Pin [4814084] '010' [O]
2022-05-14 09:53:24.702 [DEBUG][4] Pin [481460c] '011' [O]
2022-05-14 09:53:24.702 [DEBUG][4] Pin [481478c] '012' [O]
2022-05-14 09:53:24.702 [DEBUG][4] Pin [4814abc] '013' [O]
2022-05-14 09:53:24.702 [DEBUG][4] Pin [48150dc] '014' [O]
2022-05-14 09:53:24.702 [DEBUG][4] Pin [4814c44] '015' [O]
2022-05-14 09:53:24.702 [DEBUG][4] Pin [48153ec] '016' [O]
2022-05-14 09:53:24.702 [DEBUG][4] Pin [4814dcc] '017' [O]
2022-05-14 09:53:24.702 [DEBUG][4] Pin [4814f54] '018' [O]
2022-05-14 09:53:24.702 [DEBUG][4] Pin [4815264] '019' [O]
2022-05-14 09:53:24.702 [DEBUG][4] Pin [4814934] '020' [O]
2022-05-14 09:53:24.702 [DEBUG][4] Pin [4815574] '021' [O]
2022-05-14 09:53:24.702 [DEBUG][4] Pin [48156fc] '022' [O]
2022-05-14 09:53:24.702 [DEBUG][4] Pin [4816704] '023' [O]
2022-05-14 09:53:24.702 [DEBUG][4] Pin [481688c] '024' [O]
2022-05-14 09:53:24.703 [DEBUG][4] Pin [4815f5c] '025' [O]
2022-05-14 09:53:24.703 [DEBUG][4] Pin [4817034] '026' [O]
2022-05-14 09:53:24.703 [DEBUG][4] Pin [4817654] '027' [O]
2022-05-14 09:53:24.703 [DEBUG][4] Pin [4816b9c] '028' [O]
2022-05-14 09:53:24.703 [DEBUG][4] Pin [481593c] '029' [O]
2022-05-14 09:53:24.703 [DEBUG][4] Pin [4816d24] '030' [O]
2022-05-14 09:53:24.703 [DEBUG][4] Filter [4a6002c] 'NPVR TS Mon'
2022-05-14 09:53:24.703 [DEBUG][4] Pin [a2e854] 'Input' [I] Connected to [4805f5c]
2022-05-14 09:53:24.703 [DEBUG][4] Pin [9f109c] 'Output' [O] Connected to [4806704]
2022-05-14 09:53:24.703 [DEBUG][4] Filter [480121c] 'Capture'
2022-05-14 09:53:24.703 [DEBUG][4] Pin [480622c] 'MPEG2 Transport' [I] Connected to [d2df94]
2022-05-14 09:53:24.703 [DEBUG][4] Pin [4805f5c] 'MPEG2 Transport' [O] Connected to [a2e854]
2022-05-14 09:53:24.703 [DEBUG][4] Filter [d2da14] 'Tuner'
2022-05-14 09:53:24.703 [DEBUG][4] Pin [d2e2d4] 'Input0' [I] Connected to [d274b4]
2022-05-14 09:53:24.703 [DEBUG][4] Pin [d2df94] 'MPEG2 Transport' [O] Connected to [480622c]
2022-05-14 09:53:24.703 [DEBUG][4] Filter [d273dc] 'Network Provider'
2022-05-14 09:53:24.703 [DEBUG][4] Pin [d274b4] 'Antenna Out' [O] Connected to [d2e2d4]
2022-05-14 09:53:24.704 [DEBUG][4] Starting graph...
2022-05-14 09:53:24.732 [DEBUG][4] Calling LockChannel()
2022-05-14 09:53:24.755 [DEBUG][4] locked=0, present=0, strength=-20, quality=0 (took 31ms to check)
2022-05-14 09:53:24.757 [DEBUG][4] DigitalRecorderDVBT::Tune@1
2022-05-14 09:53:24.757 [DEBUG][4] DigitalRecorderDVBT::Tune@2
2022-05-14 09:53:24.757 [DEBUG][4] DigitalRecorderDVBT::Tune@3
2022-05-14 09:53:24.757 [DEBUG][4] DigitalRecorderDVBT::Tune@4
2022-05-14 09:53:24.770 [DEBUG][4] DigitalRecorderDVBT::Tune@5
2022-05-14 09:53:25.626 [DEBUG][4] DigitalRecorderDVBT::Tune@post
2022-05-14 09:53:25.641 [DEBUG][4] Calling LockChannel()
2022-05-14 09:53:25.734 [DEBUG][4] locked=1, present=1, strength=-16, quality=25 (took 93ms to check)
2022-05-14 09:53:25.734 [DEBUG][4] StartStream()@exit handle=1
2022-05-14 09:53:25.734 [DEBUG][4] StartStream succeded. Handle: 1
2022-05-14 09:53:50.907 [INFO][5] Got GET request: /stream/stop?handle=1