You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
!!! Before submitting a new bug report, please ensure you have searched for any existing bugs. Duplicate issues or
questions that are overly simple or already addressed in the documentation will be removed without any
response.
Describe the bug
Combine multiple RTMP streams from several SRS (Simple Real-time Streaming Service) sources, and upon playback, the audio is repeated several times. Version
6.0
To Reproduce
Steps to reproduce the behavior:
Using a command
ffmpeg -i rtmp://36.1.X.XX/live/aaaaa -i rtmp://36.1.X.XX/live/mvp -c:v libx264 -filter_complex "[0][1]amix=inputs=2:duration=first:dropout_transition=3[a]" -map 0:v -map "[a]" -rtmp_buffer 500 -probesize 32M -analyzeduration 5M -vsync 2 -c:a aac -f flv rtmp://36.1.X.XX/live/merge1 Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
Additional context
Add any other context about the problem here.
TRANS_BY_GPT4
The text was updated successfully, but these errors were encountered:
winlinvip
changed the title
ffmpeg amix 推流到SRS为啥有回音呢?
Why is there an echo when using ffmpeg's amix to stream to SRS?
Dec 18, 2024
!!! Before submitting a new bug report, please ensure you have searched for any existing bugs. Duplicate issues or
questions that are overly simple or already addressed in the documentation will be removed without any
response.
Describe the bug
Combine multiple RTMP streams from several SRS (Simple Real-time Streaming Service) sources, and upon playback, the audio is repeated several times.
Version
6.0
To Reproduce
Steps to reproduce the behavior:
Using a command
ffmpeg -i rtmp://36.1.X.XX/live/aaaaa -i rtmp://36.1.X.XX/live/mvp -c:v libx264 -filter_complex "[0][1]amix=inputs=2:duration=first:dropout_transition=3[a]" -map 0:v -map "[a]" -rtmp_buffer 500 -probesize 32M -analyzeduration 5M -vsync 2 -c:a aac -f flv rtmp://36.1.X.XX/live/merge1
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
Additional context
Add any other context about the problem here.
TRANS_BY_GPT4
The text was updated successfully, but these errors were encountered: