On Fri, Feb 20, 2009 at 10:01 PM, John Hackett <[email protected]> wrote: > All,
Hi John > I am new to zope, plone, plumi and media servers so I may be missing > something but I can't get indytube to work. > > I finally managed to get plone/zope/plumi installed on my server (Fedora > Core5) and the site is working. > > vpip is also working. > > but when I try to transcode with indytube I get the following in the log: it's ok - indytube is a tough nut :) > Compiled for x86 CPU with extensions: MMX MMX2 3DNow 3DNowEx SSE SSE2 > > nice: /opt/plumi-0.2.3-final/indytube/flvtool2-1.0.6/bin/flvtool2: No such > file or directory > [mov,mp4,m4a,3gp,3g2,mj2 @ 0x2aaaaad38180]negative ctts, ignoring > Input #0, mov,mp4,m4a,3gp,3g2,mj2, from > '/opt/Plone-2.5.5/zeocluster/client1/var/files/Members/johnh/videos/upload_a_file.mov': > Duration: 00:02:53.5, start: 0.000000, bitrate: 307 kb/s > Stream #0.0(eng): Audio: aac, 44100 Hz, stereo > Stream #0.1(eng): Video: h264, yuv420p, 864x552, 24.00 fps(r) > Resize: 864x552 > 0:02:53.54 audio: 64kbps video: 347kbps, time remaining: 00:00:00 ok, I would suggest that you are pointing the FLV_FILE_DIRECTORY variable in indytube.conf at the flvtool2 folder. Make sure that you have installed flvtool2 and have the variable FLVTOOL_LOCATION pointed at where it is installed. FLV_FILE_DIRECTORY should be a folder you create - we often go for something standards-ish like /var/www/flv-instance-name this is where the resulting flv files will end up after the transcoding, and from where apache (or web server of choice) will server those flv files from, using the url that you specify in the VIDEO_SERVER_URL variable. let us know if you are still having any troubles cheers L. > This is pointing at the flvtool2 bundled with the plumi-0.2.3 final and this > file DOES exist. If I try to point at /usr/bin/flvtool2 I get a collection > of Ruby errors. > > Has anyone had a problem like this with indytube? Is this the flvtool2 I am > supopsed to be pointing at? Should I have moved it somewhere else (replaced > one I already have for example)? What file IS missing? Is it one that > flvtool2 is trying to read/write to? Is there a way to tell? > > Any hints gratefully received. > > -- > Regards, > > John Hackett > E2BN > t: 020 8764 2663 > f: 020 8764 1318 > m: 07801 231118 > e: [email protected] > w: www.e2bn.org > skype: johh_hackett -- I believe in revolution _because_ I understand that my hopes are absurd. _______________________________________________ Discuss mailing list [email protected] http://lists.plumi.org/listinfo/discuss
