Hi All,

Is there any way to combine multiple FLV files into one flow and stream it to the web FLV player.
Some FLV files created using ffmpeg:
ffmpeg -i file.avi -b ... -s WxH -acodec libmp3lame -ar $samprate -ab $bitrate -ac 2 -f flv -y file.flv
and some files was uploaded by users as FLV (ripped from another sites...)
All files have different frame sizes, bitrate, ...

The idea is:
User can play multiple FLV files as one FLV file on FLV Player without time shift bar. (progress bar)

Sorry for my English.