Question
creating streamable audio content from short multiple input files
Hello Members,
My question is how possible creating streamable audio files /mp3/flv/ from multiple input files.
The server is vps linux without soundcard, installed flash media server 3.5.
My task is creating mixed mp3 output file.
The input files are 2 mp3 file = 2 channel , uploaded to a server by the user.
Controls : volume pitch, equalizer, fading that is controlled from client side flash app
The problem it should be in real time, when the user control the volume pitcher channels etc could be heard the result in the client's flash player on client side.
For that purpose I tried to split the audio files into 1 sec pieces, and changing the splits only, and when done joining them together.
Feeding them to flash media server there was more problem:
-the server streamed not the actual file but probably from cache
-the streaming was always stopped after 1-2 seconds
-using client side dynamic streaming /without joining the files/ only the last file was played
-using server side playlist playing more files was not played all the files
So the question which way possible creating streamable files, or is there a better solution than splitting them.
Thanks for the answers,
Regards,
Zol
