NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public NextPVR Support Linux v
« Previous 1 … 6 7 8 9 10 … 34 Next »
Wrong frequencies in DVB-C-channels.conf, but scan log shows correct frequencies

 
  • 0 Vote(s) - 0 Average
Wrong frequencies in DVB-C-channels.conf, but scan log shows correct frequencies
carsten1212
Offline

Junior Member

Germany
Posts: 18
Threads: 4
Joined: Jul 2023
#11
2023-07-23, 04:50 PM
I am sure I can try bookworm. I will do later. It is most probably a bug id that Library, a docker with tvheadend on the same machine works flawlessly.

Keep you posted when I was able to do it, mayve tomorrow MESZ.

Carsten.
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 53,134
Threads: 957
Joined: May 2006
#12
2023-07-23, 07:59 PM
You don't need the full bookwork just that library. Maybe TVHeadend uses the older dvb libraries.

Martin
carsten1212
Offline

Junior Member

Germany
Posts: 18
Threads: 4
Joined: Jul 2023
#13
2023-07-23, 08:35 PM (This post was last modified: 2023-07-23, 08:41 PM by carsten1212.)
@Martin, the quick shot doesn't work as libdvb5-1.22.1-5+b2 is compiled with libc-2.34 whereas my current Debian
has libc-2.31-14+deb11u6 installed. Not worries, I will create a bootable bookworm USB stick tomorrow
to give it a try.

Good night,
Carsten.
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 53,134
Threads: 957
Joined: May 2006
#14
2023-07-23, 09:08 PM (This post was last modified: 2023-07-23, 09:10 PM by mvallevand.)
Ok, it is easy to build master.  You can try this, which is newer than bookworm and save time if you choose. I have a feeling we will need the full mux.

Martin


Attached Files
.zip   libdvbv5-master.zip (Size: 438.13 KB / Downloads: 1)
carsten1212
Offline

Junior Member

Germany
Posts: 18
Threads: 4
Joined: Jul 2023
#15
2023-07-24, 09:08 AM
Good Morning Martin,

was that a master version that you compiled for bullseye? Nevertheless, it will not correct the problem.

Also bookworm live USB with  libdvb5-1.22.1-5+b2 has the same issue.

I will need to work a bit for money now. Right afterwards I will look at the code of dvbv5-scan, as I am
curious about the fact that it logs the right frequencies but doesn't write them.

Example:

Code:
Scanning frequency #1 330000000
Sperre (0x1f) Signal= -22,00dBm C/N= 38,96dB UCB= 11
Dienst BR Fernsehen Süd HD, Anbieter ARD: reserviert

Code:
[BR Fernsehen Süd HD]
    SERVICE_ID = 10325
    NETWORK_ID = 41030
    TRANSPORT_ID = 23
    VIDEO_PID = 5201
    AUDIO_PID = 5202 5203 5207 5206 1570 5205 5209
    PID_0c = 1076
    PID_0b = 5275 2171
    PID_06 = 5204
    FREQUENCY = 4294967293
    MODULATION = QAM/256
    INVERSION = AUTO
    SYMBOL_RATE = 6899978
    INNER_FEC = NONE
    DELIVERY_SYSTEM = DVBC/ANNEX_A

Carsten.
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 53,134
Threads: 957
Joined: May 2006
#16
2023-07-24, 11:40 AM
Yes that was master so newer than bookworm. As I noted if you can send a link to the file was the full mux I can try and see what dvbv5-scan is doing and load it here with debugging on.

Martin
carsten1212
Offline

Junior Member

Germany
Posts: 18
Threads: 4
Joined: Jul 2023
#17
2023-07-24, 12:25 PM (This post was last modified: 2023-07-24, 12:27 PM by carsten1212.)
OK Martin, I captured with bullseye and master library, although I don't think it's a difference:

Code:
LD_LIBRARY_PATH=~/libdvb5/test-master dvbv5-zap -c channels.conf Das\ Erste\ HD -P -t 60 -o fullmux.ts
using demux 'dvb0.demux0'
reading channels from file 'channels.conf'
service has pid type 06:  5104
tuning to 330000000 Hz
pass all PID's to TS
  dvb_set_pesfilter 8192
dvb_dev_set_bufsize: buffer set to 6160384
Sperre (0x1f) Signal= -22,00dBm C/N= 39,21dB UCB= 11
Sperre (0x1f) Signal= -22,00dBm C/N= 35,98dB UCB= 11
Record to file 'fullmux.ts' started
received 381534720 bytes (6209 Kbytes/sec)
Sperre (0x1f) Signal= -22,00dBm C/N= 38,90dB UCB= 11

You find the two files on google drive:

https://drive.google.com/file/d/1TlSAkk5...sp=sharing
https://drive.google.com/file/d/1XFrnxMQ...sp=sharing

When I want to do my own tests, I have to install the required building tools, git clone and that's it, right?

Carsten.

PS: Sperre is another weird German translation of "locked". I make another proposal for translation when
we have fond the bug that is causing this issue here :-).
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 53,134
Threads: 957
Joined: May 2006
#18
2023-07-24, 01:14 PM
Thanks.

That translation is in the dvb source probably a pot file not related to NextPVR.

Martin
carsten1212
Offline

Junior Member

Germany
Posts: 18
Threads: 4
Joined: Jul 2023
#19
2023-07-24, 02:03 PM (This post was last modified: 2023-07-24, 02:06 PM by carsten1212.)
Martin, I did a scan with enabled -v option and recognised (when I interpret correctly, as I am not an expert on DVB) that
all the other muxes that he found and ignored as I also gave the -F option were correctly identified with their frequency.
I attached the log.

BUT: in at the start it said:

Code:
Scanning frequency #1 330000000
FREQUENCY = 330000000
MODULATION = QAM/256
INVERSION = AUTO
SYMBOL_RATE = 6900000
INNER_FEC = NONE
DELIVERY_SYSTEM = DVBC/ANNEX_A
Parameter für DVBC/ANNEX_A bekommen:
FREQUENCY = 4294967293
MODULATION = QAM/256
INVERSION = AUTO
SYMBOL_RATE = 6900033
INNER_FEC = NONE
DELIVERY_SYSTEM = DVBC/ANNEX_A

So after "Parameter für DVBC/ANNEX_A bekommen:=Have got the parameters for DVBC/ANNEX_A:" are the wrong values.
So the code is somehow post processing what it finds in de-WillyTel and then the mess start. Maybe this helps a bit to find 
the right place. 

Carsten.


Attached Files
.zip   scan-v.log.zip (Size: 11.41 KB / Downloads: 1)
carsten1212
Offline

Junior Member

Germany
Posts: 18
Threads: 4
Joined: Jul 2023
#20
2023-07-24, 04:36 PM
I know already where it is happening but I don‘t understand the code good enough to know what it is for.

It will overwrite frequency and symbol rate in dvb-fe.c:772 in function call

Code:
dvb_fe_store_parm(&parms->p, fe_prop[i].cmd, fe_prop[i].u.data);

Carsten.
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

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


Possibly Related Threads…
Thread Author Replies Views Last Post
  NextPVR can't open RAI (Italian main TV channels) links f2fg 18 3,820 2025-07-05, 10:10 AM
Last Post: alice_anto
  No DVB-T channels found Steu851 3 495 2025-05-03, 04:37 PM
Last Post: Steu851
  Server crash changing channels VCR58 7 816 2025-03-27, 03:17 PM
Last Post: VCR58
  complete scanning of channels not possible evil666 84 4,931 2024-12-21, 05:58 PM
Last Post: mvallevand
  deleting channels Linox 7 708 2024-12-01, 12:27 PM
Last Post: Linox
  no epg in many channels alda 20 1,884 2024-11-29, 03:14 AM
Last Post: sub
  Dvbv5-scan of Astra 28.2 satforall 191 19,458 2024-11-13, 12:52 AM
Last Post: mvallevand
  Scanning Channels Failure how 13 1,416 2024-09-21, 11:44 PM
Last Post: how
  BBC Four HD missing from Channel scan - Astra 28.2E Heifer 12 2,456 2024-03-03, 01:49 PM
Last Post: mvallevand
  Lots of channels no TV and No EPG (Freesat over SAT>IP) Morrisimo 175 24,225 2024-02-21, 11:13 AM
Last Post: PaulMc

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

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

Linear Mode
Threaded Mode