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

Why is there an echo when using ffmpeg's amix to stream to SRS? #4260

Open
191474639 opened this issue Dec 18, 2024 · 0 comments
Open

Why is there an echo when using ffmpeg's amix to stream to SRS? #4260

191474639 opened this issue Dec 18, 2024 · 0 comments
Labels
TransByAI Translated by AI/GPT.

Comments

@191474639
Copy link

191474639 commented 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
image

Additional context
Add any other context about the problem here.

TRANS_BY_GPT4

@winlinvip winlinvip changed the title ffmpeg amix 推流到SRS为啥有回音呢? Why is there an echo when using ffmpeg's amix to stream to SRS? Dec 18, 2024
@winlinvip winlinvip added the TransByAI Translated by AI/GPT. label Dec 18, 2024
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

No branches or pull requests

2 participants