I don't know why, but after an reinstall from ghost it works.
I do what @The-Worms posted. And, that works 🤸
@The-Worms Thank you! 🍻
@Xuanwo said in [nodebb-plugin-html5videoplayer] Embeds HTML5 Video:
@exodo This is strange, because
//
can both support https and http.
No. If id add a link on http with a webm the plugin change it to https that can no exists
@Xuanwo if your change of url is just a video
tag, you can achieve the same stuff with https://github.com/NicolasSiver/nodebb-plugin-ns-embed plugin. Just add a rule for video extensions which are supported, and you are ready to go
will video uploads be converted to markdown, or the actual html output when its uploaded to a post?
@chrismccoy When you upload a video to NodeBB, you get a link like [text](/uploads/files/cc.mp4)
, I just transform it into a <video>
tag.
This plugin is not working for me. If I upload a video, it remains a link and does not embed it.
@CJ-Infantino This plugin is deprecated