JamesU2002 Posted January 11, 2008 Share Posted January 11, 2008 All, I have stored a WMV Video file in a Blob format in a MySQL database. What I want to do now is to be able to insert a link into a Object class so I can stream the video. You know the embeded Windows Media Players. Would this be possible? Quote Link to comment Share on other sites More sharing options...
chronister Posted January 11, 2008 Share Posted January 11, 2008 Solve your problem and don't store the file inside the db... store it in the file system and store the path to the file in the db. Makes your database much smaller, and you don't have to convert the data at any point. Thats just my 2 cents. If anyone disagrees with me lemme know. Nate Quote Link to comment Share on other sites More sharing options...
JamesU2002 Posted January 11, 2008 Author Share Posted January 11, 2008 I would if I could but I must do it this way. Any ideas? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.