Hello, I am working on an web forms applications and now I am trying to implement a Video Player which recieves and shows smooth streaming videos. The solution I came up with for storing the videos was to encode the videos on upload and then compress them into a zip file to upload, I realize this most likely is not the best solution any suggestions of improvements will be greatly appreciated, and then insert the zip file to the database.
What I would like to know is what would the best way to create and pass the Smooth Streaming streams to Silverlight, I intend to use MMPPF, preferably a solution which uses virtual files if possible so I do not need to store the files physically again.
Thank you in advance.