saguaroib / saguaro

saguaro imgboard software
14 stars 5 forks source link

webms won't upload #188

Open Yushe opened 8 years ago

Yushe commented 8 years ago

You can't upload webms.

If you upload a webm it will just say "file.webm\ is not a valid WebM."

RePod commented 8 years ago

There could be multiple issues, in increasing severity:

Yushe commented 8 years ago

It is obviously a problem with the code because I tested it on my website and /bta/

RePod commented 8 years ago

I wouldn't say it's a problem with the code, more like a lack of it since it works for me™: ecksdee

Does your server:

To get started on improving support:

Yushe commented 8 years ago

It runs on linux ubuntu. I'm pretty sure exec is install. I think ffmpeg is installed but I'm not 100% sure.

RePod commented 8 years ago

Try installing libav/avconv if possible.

Yushe commented 8 years ago

So do I need to install both libav and avconv or just one of them.

RePod commented 8 years ago

They're the same thing, libav might be the package name. More specifically though, when libav is installed the commands 'avconv' and 'avprobe' are available.

Yushe commented 8 years ago

I checked I do have ffmpeg installed. And I can't seem to find any installation tutorials for libav or avconv.

Apogate commented 8 years ago

This is an issue with your host, not with saguaro. If you have a regular webhost, try asking them via support ticket for ffmpeg/libav/avconv support. Gonna close this for now.

RePod commented 8 years ago

Worth noting, for the time being, Saguaro only supports WebMs primarily with libav/avconv.

There are two processors that do two things for the provided WebM file:

I have one perfect idea to deal with the second problem, but only a half-working idea for the first to ensure control.

Re-opening so it doesn't fall off my radar.