Click to See Complete Forum and Search --> : Allowing Users To Upload Their Video
Ntrimgs
11-20-2009, 09:52 AM
I'm trying to figure out how to allow users of a website to upload their own videos and then have them stream -- just like YouTube does as well as many others. If anyone can point me in the right direction I'd appreciate it.
opifex
11-20-2009, 09:33 PM
One way is to process the uploaded video file server side using ffmpeg (most common) to convert it to the file format you want (.flv for Flash Players) and store the video in a database as a blob or in a folder as a file.
There are several other options also.