-
-
Notifications
You must be signed in to change notification settings - Fork 5.4k
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
Using rtmp2trc on with aac errors cause rtmp flow to stop #4224
Comments
[2024-11-07 22:19:35.804][ERROR][9][4ki2o679][4] serve error code=5011(RtcRtpMuxer)(Failed to mux RTP packet for RTC) : service cycle : rtmp: stream service : rtmp: receive thread : handle publish message : rtmp: consume message : rtmp: consume audio : bridge consume audio : recode error : decode and resample : submit to dec(-1094995529,Invalid data found when processing input) |
Could you record your rtmp stream to a file? then I can reproduce it.
|
with rtc.rtmp_to_rtc = off , i confirm ossrs don't crash |
#4227 can fix this issue. you can verify by yourself. CauseIt's the Audio source's invalid data problem. So if the Solution#4227 , ignore |
Describe the bug
A clear and concise description of what the bug is.
#2759
Version
6.0.113
To Reproduce
sending rtmp with aac errors
like:
[aac @ 0x564254b9c040] invalid band type
[aac @ 0x559efe2df2c0] Number of bands (18) exceeds limit (13).
[aac @ 0x56264693e480] error in spectral data, ESC overflow
and
rtmp_to_rtc on;
cause flow to stop.
The text was updated successfully, but these errors were encountered: