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

solve mpegts demux bug #2670

Merged
merged 6 commits into from
Oct 18, 2021
Merged

solve mpegts demux bug #2670

merged 6 commits into from
Oct 18, 2021

Conversation

runner365
Copy link
Contributor

solve mpegts demux bug when the srt encoder send mpegts which pat packet has adaptation field, and it has stuffing byte.

@codecov-commenter
Copy link

codecov-commenter commented Oct 13, 2021

Codecov Report

Merging #2670 (a02afe2) into develop (44f1d8e) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff            @@
##           develop    #2670   +/-   ##
========================================
  Coverage    59.90%   59.90%           
========================================
  Files          121      121           
  Lines        50914    50914           
========================================
  Hits         30499    30499           
  Misses       20415    20415           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data'

Translated to English:

Δ = absolute <relative> (impact), ø = not affected, ? = missing data'
Powered by Codecov. Last update 44f1d8e...a02afe2. Read the comment docs.

TRANS_BY_GPT3

@runner365 runner365 mentioned this pull request Oct 14, 2021
@winlinvip winlinvip merged commit 60c8724 into ossrs:develop Oct 18, 2021
winlinvip pushed a commit that referenced this pull request Oct 18, 2021
* solve mpegts demux bug

* remove assert

* add error log in mpegts demux

* sovle compile problem

Co-authored-by: shiwei <shiwei05@kuaishou.com>
@winlinvip winlinvip added the TransByAI Translated by AI/GPT. label Jul 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
TransByAI Translated by AI/GPT.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

SRT: Streaming with a mobile phone is normal, but when using an encoder to stream with SRS, it crashes.
5 participants