Documents from the web

Hi all,

We’re going to be using a dedicated server for hosting some large media files and want to treat them as documents in SPIP. Unfortunately, it doesn’t seem to work: we can upload an FLV file as an attachment successfully, but attempting to « reference a document on the Internet » with the same file on our media instead does not work. When attempting to do so, the action appears to time-out with no result: no document is added, no message displayed, nothing.

Does anyone have any insight as to why this might be the case and how we might work around the problem? The site uses SPIP 1.9.2c, the forms and tables plugin, and the files we’re trying to upload are FLVs (which we’ll treat with a modified emb.html model).

Regards,

Thomas Sutton
Web Developer
bouncingorange
graphic + web design

Thomas Sutton wrote:

we can upload an FLV file as an attachment successfully, but attempting to "reference a document on the Internet" with the same file on our media instead does not work.

Thomas,

I do not know whether the following is helpful...

For pages like Video: "Life at Taizé" - Taizé

We use a model: http://www.taize.fr/squelettes/modeles/flv.html

And the mediaplayer from http://www.jeroenwijering.com/

The flv files are uploaded to a separate server by ftp and referenced like this:

<flv|url=http://myserver.com/myfilm.flv;

Paolo

Thomas Sutton <thomas@bouncingorange.com> wrote:

Hi all,

We're going to be using a dedicated server for hosting some large
media files and want to treat them as documents in SPIP.
Unfortunately, it doesn't seem to work: we can upload an FLV file as
an attachment successfully, but attempting to "reference a document
on the Internet" with the same file on our media instead does not
work. When attempting to do so, the action appears to time-out with
no result: no document is added, no message displayed, nothing.

I am not sure, but I think SPIP tries to download the file once to create a
thumbnail etc. If it's a big file, maybe this will timeout :frowning:
I don't know if there is a workaround to that, maybe disabling the automatic
generation of thumbnails will help.

there might be some error reporting in tmp/spip.log, check there.

Does anyone have any insight as to why this might be the case and how
we might work around the problem? The site uses SPIP 1.9.2c, the
forms and tables plugin, and the files we're trying to upload are
FLVs (which we'll treat with a modified emb.html model).

On my personal site, I use the media player plugin (http://spip-zone.info/
spip.php?article18 it lacks localisation :frowning: ) for flv videos:
http://6v8.gamboni.org/Flickr-Photo-Magnifier.html

Pierre