Flash Media Server dynamic file naming
Posted
by flying_tiger
on Stack Overflow
See other posts from Stack Overflow
or by flying_tiger
Published on 2010-05-07T15:45:18Z
Indexed on
2010/05/07
15:48 UTC
Read the original article
Hit count: 193
fms
I'm trying to figure out most efficient/safe way to name recorded streams on FMS.
The case is to get listing of recorded streams from the server (eg. rec_001, rec_002...) and dynamically add rec_003 filename to the new stream that is being recorded. I'm thinking about either using FMS File Object and put everything in array of files every time I start recording procedure or to create XML file that would serve as a database of file names.
I'm searching for a solution efficient for MULTIPLE connections at a time and large amount of files. Which one of presented would be the best for this purpose? Or do you have any better suggestions of solving this problem?
© Stack Overflow or respective owner