Jump to content

BLOB to Video? Please Help, you would make my year already :)


JamesU2002

Recommended Posts

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?

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.