Reply
video and MySQL
Old 01-01-2007, 11:01 AM video and MySQL
Junior Talker

Posts: 1
Name: Tom
I know that I can store video in MySQL db. But how?
The tapes are in 3GP format and were taken by mobile phone.
Does anybody know to upload them into the database and load from db by using php?thanks
hellysium is offline
Reply With Quote
View Public Profile
 
When You Register, These Ads Go Away!
Old 01-06-2007, 02:10 PM Re: video and MySQL
tripy's Avatar
Fetchez la vache!

Posts: 2,171
Name: Thierry
Location: In the void
You can save a file (binary data) in a db with a blob/clob field.

Before doing so, you need to encode them, to be sure it won't be any special character that will break the sql query.

Then, to get it back, it's just a select on decode of the value, and voilà, you have the file back.

Depending of your db, you will need anoter language, as PHP, pl/sql or asp to do the encoding/decoding and serving the datas to a web browser.

Just keep in mind that the encoding will make your file size grows by about 30%, and that some DB have size limits on their binary fields.
tripy is offline
Reply With Quote
View Public Profile
 
Old 01-06-2007, 05:28 PM Re: video and MySQL
ForrestCroce's Avatar
Half Man, Half Amazing

Posts: 3,024
Name: Forrest Croce
Location: Seattle, WA
Quote:
Originally Posted by tripy View Post
Just keep in mind that the encoding will make your file size grows by about 30%, and that some DB have size limits on their binary fields.

Also, it's usually a better option ( for execution speed and complexity ) to store the video in the file system, and just the file name/path in the database.
ForrestCroce is offline
Reply With Quote
View Public Profile Visit ForrestCroce's homepage!
 
Reply     « Reply to video and MySQL
 

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off


Webmaster Resources Marketplace:
Software Development Company | Webhosting.UK.com | Text Link Brokers 


   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML

 


Page generated in 0.12783 seconds with 12 queries