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
While running SRT stream on VLC player , it is showing some errors
PMT.DescriptorOmitted - PMT program 1PID audio stream without ISO_639 language code Section.CRCFail - PID (0x0000) has Section stream CRC errors 1701 times Section.CRCFail - PID (0x0011) has Section stream CRC errors 338 times Section.CRCFail - PID (0x1000) has Section stream CRC errors 1634 times Table.CRCError - 3673 CRC error occured in tables
The text was updated successfully, but these errors were encountered:
I have also noted the same, it seems like the issue is with the https://github.com/cats-oss/VideoCast-Swift/blob/a46558a07cdf95d76a7b9f749c1c5ae90a95e555/Source/Transforms/TS/MpegTSSection.swift code which is not compliant with the mpegts standards and decoders like VLC or others are not able to demultiplex the stream correctly.
Sorry, something went wrong.
No branches or pull requests
While running SRT stream on VLC player , it is showing some errors
PMT.DescriptorOmitted - PMT program 1PID audio stream without ISO_639 language code
Section.CRCFail - PID (0x0000) has Section stream CRC errors 1701 times
Section.CRCFail - PID (0x0011) has Section stream CRC errors 338 times
Section.CRCFail - PID (0x1000) has Section stream CRC errors 1634 times
Table.CRCError - 3673 CRC error occured in tables
The text was updated successfully, but these errors were encountered: