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

issue #180: fix ts stream with opus audio payload. #190

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

suzp1984
Copy link
Contributor

@suzp1984 suzp1984 commented May 4, 2024

try to fix #180 & #186.

#180 has the steps to reproduce with ZLMediaKit + Opus.
One more precondition, use Chrome to reproduce, because mpegts.js has bugs to support safari, #188 fix this bug.

Why it's still a draft?
mpegts.js already support play static ts file from static web server, check the steps to play ts file in #188 . But this PR just support play ts stream from a live media server like ZLMediaKit.

@suzp1984 suzp1984 marked this pull request as ready for review May 4, 2024 10:36
@suzp1984 suzp1984 marked this pull request as draft May 4, 2024 10:36
@rtyping
Copy link

rtyping commented May 4, 2024

TS stream with
audio/mp4;codecs=opus
video/mp4;codecs=avc1.4d0028
is played correctly.

Chrome 124.0.6367.118
Firefox 125.0.1

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

Successfully merging this pull request may close these issues.

Problem with mpegts+opus
2 participants