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

Pes error when mpegts demux in srt #2671

Merged
merged 2 commits into from Oct 13, 2021
Merged

Pes error when mpegts demux in srt #2671

merged 2 commits into from Oct 13, 2021

Conversation

runner365
Copy link
Contributor

mpegts demux error:
assert(0x80 == p[pos]);

remove the code for:
'10': 2bits
PES_scrambling_control: 2bits
PES_priority: 1bit
data_alignment_indicator: 1bit
copyright: 1bit
original_or_copy: 1bit

it's not necessary to be 0x80.

@runner365 runner365 linked an issue Oct 13, 2021 that may be closed by this pull request
@winlinvip winlinvip merged commit 44f1d8e into ossrs:develop Oct 13, 2021
@winlinvip winlinvip added the EnglishNative This issue is conveyed exclusively in English. label Jul 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
EnglishNative This issue is conveyed exclusively in English.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

SRT: Errors caused by streaming
2 participants