Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong Frequencies/Symbol Rates with dvbv5-scan #6

Open
carsten12 opened this issue Jul 23, 2023 · 0 comments
Open

Wrong Frequencies/Symbol Rates with dvbv5-scan #6

carsten12 opened this issue Jul 23, 2023 · 0 comments

Comments

@carsten12
Copy link

I experienced wrong frequencies and symbol rates when scanning in the following environment:

  • Debian 11.7 amd64
  • Linux kernel 6.1.0-0.deb11.7-amd64
  • Digital Devices PCIE bridge driver 0.9.33
  • dvbtools/libdvb5 1.20.0-2
  • Willy.Tel DVB-C network

Example Output for a wrong channel:

[Das Erste HD]
SERVICE_ID = 10301
NETWORK_ID = 1
TRANSPORT_ID = 1039
VIDEO_PID = 5101
AUDIO_PID = 5102 5103 5107 5106
PID_0c = 1176
PID_0b = 5172 2171
PID_06 = 5108 5105 5104
PID_05 = 1170
FREQUENCY = 4294967293

Should be:

[Das Erste HD]
SERVICE_ID = 10301
NETWORK_ID = 1
TRANSPORT_ID = 1039
VIDEO_PID = 5101
AUDIO_PID = 5102 5103 5107 5106
PID_0c = 1176
PID_0b = 5172 2171
PID_06 = 5108 5105 5104
PID_05 = 1170
FREQUENCY = 370000000

Correcting the entries will allow my used application (NextPVR) to work correctly.
dvbv5-scan.out.zip

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant