Re: FLV Video Uploader in Django

2007-05-15 Thread Pythoni
Can you please let us know more about the traffic? I understand that you can upload one file of 100Mb + at one time but do you have experience with heavy uploads? L. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

Re: FLV Video Uploader in Django

2007-05-14 Thread badger17
On May 14, 7:17 pm, Matt Dennewitz <[EMAIL PROTECTED]> wrote: > how do you apply the patch? > > dumb question, but ive never applied one before :) something like: change dir to wherever your django install is, in my case: cd /usr/lib/python/site-packages then patch -p1 < patch_name.diff repl

Re: FLV Video Uploader in Django

2007-05-14 Thread Matt Dennewitz
how do you apply the patch? dumb question, but ive never applied one before :) thanks, matt On May 14, 2007, at 9:59 AM, badger17 wrote: > > > On May 14, 3:31 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: >> I'm looking to create a tool that will allow users to upload video >> and

Re: FLV Video Uploader in Django

2007-05-14 Thread badger17
On May 14, 3:31 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > I'm looking to create a tool that will allow users to upload video and > metadata. Once they are uploaded, I will transcode them to FLV and FTP > them off to our Flash Communications Server, keeping a record of the > video and it

FLV Video Uploader in Django

2007-05-14 Thread [EMAIL PROTECTED]
I'm looking to create a tool that will allow users to upload video and metadata. Once they are uploaded, I will transcode them to FLV and FTP them off to our Flash Communications Server, keeping a record of the video and its associated data. Once the raw file is on the server, I'll have a shell s