Hi Steve, Firstly, I suggest you join the plumi discuss list for questions relating to plumi.
As for your issue, here is what I suspect is happening: - videos uploaded to plone get stored in some folder. This depends on your plone setup, but is usually something like .../var/files/Members. - .flv.inc files need to go in that same directory. They should _not_ be in a Products directory. Find the base directory where your original video files are being uploaded to, and change INCLUDE_FILE_DIRECTORY in indytube.conf to point to this. In fact INCLUDE_FILE_DIRECTORY should be the same as VIDEO_FILE_DIRECTORY Also, are you running apache (or other webserver) to serve the .flv files? vik On Thu, Sep 10, 2009 at 4:09 AM, Steve<[email protected]> wrote: > Any ideas on this? After plumi and all corresponding pieces are installed and > a video is submitted, all the encloding, etc. completes through the actively > running indytube.py script. > > The *.flv, *.ogg, and *.inc files get created and the indytube *-wetube.log > indicates the html template is created. > > A *.flv.inc is placed in the > ./Plone-2.5.5/zeocluster/Products/CMFPlone/profiles/default/structure/Members > directory. > > > Yet in the site, no video is shown even after the video has been > approved/published. > > Any ideas? I am hoping it is a simply plumi configuration that we are > overlooking. > > Please help!!!! > > _______________________________________________ > Engagemedia-webdev mailing list > [email protected] > http://lists.engagemedia.org/listinfo/engagemedia-webdev > _______________________________________________ Discuss mailing list [email protected] http://lists.plumi.org/listinfo/discuss
