I m doing a web application where people will be able to stream sounds of all sorts.
我想要的是许多声音,我的问题是:这是储存议员3用于主流化的最佳、最有效的方式?
Right now, I have them all stored in one folder with an Id as file name. I then have a corresponding row in the database that stores all the sound data, like category; type of sound and stuff like that. So when someone wants to stream a file, my application asks the database for the Id and then returns a URL for the stream.
能否以更有效的方式这样做? 如果是,如何?
最好。