How to Join N live MP3 streams into 1 using FFMPEG?
Posted
by Ole Jak
on Stack Overflow
See other posts from Stack Overflow
or by Ole Jak
Published on 2010-03-28T15:43:01Z
Indexed on
2010/03/28
20:53 UTC
Read the original article
Hit count: 186
How to Join N live MP3 streams (radio streams like such live KCDX mp3 stream http://mp3.kcdx.com:8000/stream ) into 1 using FFMPEG? (I have N incoming live mp3 streams I vant to join them and stream out 1 live mp3 stream) I mean I wanna to mix sounds like thay N speakers speak at the same time (btw N stereo to 1 mono), please help
BTW: My problem is mainly how to make FFMPEG read from stream not from file... Would you mind giving some code examples, please...
© Stack Overflow or respective owner