Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

The Database Forum


You are currently viewing our The Database Forum as a guest. Please register to participate.
Login



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

Posts: 1
Name: Tom
Trades: 0
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
 
 
Register now for full access!
Old 01-06-2007, 02:10 PM Re: video and MySQL
tripy's Avatar
Do not try this at home!

Posts: 3,621
Name: Thierry
Location: I'm the uber Spaminator !
Trades: 0
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 Visit tripy's homepage!
 
Old 01-06-2007, 05:28 PM Re: video and MySQL
ForrestCroce's Avatar
Half Man, Half Amazing

Posts: 3,023
Name: Forrest Croce
Location: Seattle, WA
Trades: 0
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 Search this Thread
Search this Thread:

Advanced Search

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

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





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



Page generated in 0.11190 seconds with 12 queries