We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I experienced wrong frequencies and symbol rates when scanning in the following environment:
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I experienced wrong frequencies and symbol rates when scanning in the following environment:
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
The text was updated successfully, but these errors were encountered: