Hi there! I'm trying to embed a Twitch clip using this extension without much success.
The clip in question can be found at
or
Thanks, Wmyttmlimvty (talk) 17:18, 22 October 2024 (UTC)
Hi there! I'm trying to embed a Twitch clip using this extension without much success.
The clip in question can be found at
or
Thanks, Wmyttmlimvty (talk) 17:18, 22 October 2024 (UTC)
Produit | Version |
---|---|
MediaWiki | 1.41.1 |
PHP | 8.2.22 (cgi-fcgi) |
ICU | 67.1 |
MariaDB | 10.6.15-MariaDB-log |
EmbedVideo | 2.8.0 | MIT |
Commande : {{#ev:youtube|lFb3iAA3C8A}}
L'erreur affichée :
[ZtR-ps6QHie2gTpVHaOuJgAAADU] Exception caught: Call to a member function addModules() on null
Pouvez-vous m'aider ?
Merci
It seems to me that the extension no longer works with the latest versions of mediawiki. And that's unlikely to change as it's no longer updated.
Use the https://www.mediawiki.org/wiki/Extension:EmbedVideo_(fork) extension.
It's pretty much the same and it works.
EmbedVideo hasn't been maintained for years; you should look at its forked version.
Would there be consideration for allowing Odysee embeds via this extension?
They offer an <iframe> embed for their videos, which looks like this:
<iframe id="odysee-iframe" width="560" height="315" src="h..ps://odysee.com/$/embed/@garyshobbystudio:7/how-to-use-mediawiki:6?r=3hvd3Bk57eDVauXeq3DqESFuXHBd3cXz" allowfullscreen></iframe>
I have attempted to create the entry for Odysee.
There are two parts I have not completed, the regexes, as I am not familiar.
Would anyone be able to adjust the entry so it could be added to the code? Thank you.
'odysee' => [
'embed' => '<iframe title="%4$s" src="//odysee.com/$/embed/%1$s" width="%2$d" height="%3$d" frameborder="0" allowfullscreen="true"></iframe>',
'default_width' => 640,
'default_ratio' => 1.77777777778, // (560 / 315)
'https_enabled' => true,
'url_regex' => [
'#odysee\.com/$/embed/([\d\w\-_][^/\?\#]+):2?r=BrEUMt77bNfb5yfJKzoiAE8USySMVXHH#is'
],
'id_regex' => [
'#^([a-zA-Z0-9]+)$#is'
]
],
Needed for locally hosted files: documented
I guess it's just for locally uploaded images or also for content from external video hosters?
FFmpeg is only invoked for local files through the respective audio and video mediahandlers (at least when using the forked version).
Microsoft is retiring Stream and moving to SharePoint in CY2023. Ugh - Stream (Classic) was working fine.
Any way we can embed videos from the new MS Office, which uses SharePoint as a back end? Been uploading to MS Stream separately, and that works but it's a pain.
Links appear in the format
https://DOMAIN-my.sharepoint.com/:v:/r/personal/USER/Documents/VIDEO.mp4
This is now possible using the development branch of EmbedVideo (fork) https://github.com/StarCitizenWiki/mediawiki-extensions-EmbedVideo/tree/develop
And will be available in v3.2.8 when it is released
@Octfx - This is wonderful news! Do you have any idea when v3.2.8 will be released?
v3.2.8 was released 3 weeks ago. If you are on the latest MW (LTS) Version and on PHP8.0+ you can use version v3.3.0!
https://github.com/StarCitizenWiki/mediawiki-extensions-EmbedVideo/releases
For more info about embedding sharepoint videos see this issue: https://github.com/StarCitizenWiki/mediawiki-extensions-EmbedVideo/issues/60#issuecomment-1641493146
... moving this extension to Extension:EmbedVideo (Hydra) and move Extension:EmbedVideo (fork) to this place, i.e., Extension:EmbedVideo. Since this one is unmaintained and abandoned, it would help to get people to the correct docu more direct.
Separate from the potential rename, this one should probably be archived. If Fandom ever decides to re-open-source their stuff, and have been maintaining/developing EmbedVideo in that time, it can be unarchived.
As for the rename itself, it's worth noting that extensions listed on Special:Version often link to their MW.org Extension: pages, and EmbedVideo is no exception; if the pages are renamed, this means people following one of these links will end up in the wrong place.
In other words: You oppose moving the pages and rather archive this one. Fine with me, too.
What if this version isn't actually unmaintained as it was picked up after the Fandom and Gamepedia purchase and continues to be maintained, albeit for their platform at least and it can be viewed at the new location here github.com/Wikia/EmbedVideo while the gitlab repo is just the legacy version when Gamepedia was still around.
Not sure, however, in the meantime it is best to keep things as they are. A pointer to the fork is at the top of the page now. Everybody can use their preferred make of the extension.
I don't know if there's another way, but you might want to change the video's status to unlisted instead of private to easily embed it.
Not working with MediaWiki 1.39.1, the complete Wiki disappears and produces only a blank page.
doesn't seem to be in super active development, yet half the world uses it... a bummer
Original EmbedVideo isn't developed anymore since Gamepedia has been bought out by Fandom, and incorporated entirely into Fandom's platform. There's a fork by Star Citizen Wiki that keeps the extension maintained for everyone else - it's linked at the top of the page here, under GDPR-compliant fork.
Here is the page for the fork : Extension:EmbedVideo (fork). It requires a change in the code since there's no evt in the fork (the original parser function works with both named and unnamed variables).
Is it possible to use this within a gallery tag? I suppose there's not really much need to, I guess just call it a old habit dealing with a easer way of aligning files on pages.