Page 1 of 1

WebM support?

Posted: Tue Jul 18, 2017 3:02 pm
by Batandy
Hey, i was wondering if WebM support was a possibility for this forum, it would really benefit all the modders who want to show their stuff without having to make Youtube videos.

Re: WebM support?

Posted: Thu Jun 06, 2019 12:04 am
by Rachael
If it can't be done with an [img] tag, then the security implications of this would be too great. If there is a way to embed from alternate video hosts other than Youtube I am willing to consider it, but just raw linking of any old thing is not something I am willing to do.

Re: WebM support?

Posted: Thu Jun 06, 2019 9:57 am
by Caligari87
Maybe consideration for Streamable as an embeddable video option? It's lighter-weight than Youtube and very useful for short clips as opposed to "full" content.

8-)

Re: WebM support?

Posted: Thu Jun 06, 2019 10:22 am
by Rachael
Yeah that can be considered.

Re: WebM support?

Posted: Thu Jun 06, 2019 11:50 am
by Matt
What's the difference between the two?

Re: WebM support?

Posted: Thu Jun 06, 2019 11:22 pm
by Rachael
What Caligari is proposing is something that points to a fixed site, which is far less prone to abuse.

I still don't know how I feel about the site, itself, though. I have no experience with how they accept/reject file types and what it would mean if I was to point an <iframe> there like with Youtube.

The thing with <iframe>s and <object>s and <media>s is some browsers essentially treat them as essentially the same thing, which means one thing can be loaded as another. And one thing I learned in my data security classes is <iframe>s are by far the easiest attack vector for a malicious site to take over a page. While, technically, they're not supposed to allow that - why risk it? Browsers these days have vulnerabilities like swiss cheese in them - there's no need to help the attacker along in these fronts.

Re: WebM support?

Posted: Fri Jun 07, 2019 9:03 am
by Kinsie
For webm embedding, couldn't you just use a HTML5 <video> tag?

Re: WebM support?

Posted: Fri Jun 07, 2019 2:32 pm
by Rachael
I suppose that will work.

Code: Select all

[video]https://www.w3schools.com/html/movie.mp4[/video]

Re: WebM support?

Posted: Fri Jun 07, 2019 6:18 pm
by Matt
Should this be retagged as [Added] now?

Re: WebM support?

Posted: Sat Jun 08, 2019 1:01 am
by Kinsie


Neat!