- Edited
Embed Video
DPlayer supports
- Streaming formats
- HLS
- FLV
- MPEG DASH
- WebTorrent
- Media formats
- MP4 H.264
- WebM
- Ogg Theora Vorbis
Video Type Options
- Normal (known as Auto)
- Hls (Hls.js by video-dev)
- Dash (Dash.js by Dash Industry Forum)
- Flv (Flv.js by bilibili)
- Shaka (Shaka Player by Google)
- WebTorrent (WebTorrent by WebTorrent)
Install
composer require nearata/flarum-ext-embed-video:"*"
Update
composer update nearata/flarum-ext-embed-video:"*"
php flarum cache:clear
Remove
composer remove nearata/flarum-ext-embed-video
php flarum cache:clear
How to use
[embed-video id="insertRandomId" url="" type="normal" live="false" qualities=""]
- id: can be any string, prefer random.
- url: must start with http or https.
- type: normal, flv, hls, shaka, webtorrent.
- live: true or false.
- qualities: check https://github.com/Nearata/flarum-ext-embed-video/blob/main/QUALITY_SWITCHING.md