Open-MBEE / exec-ve

Web Client Application designed to enable users to interact with Model Based System Engineering (MBSE) models
Apache License 2.0
39 stars 25 forks source link

Embed user added videos into View Editor page #222

Open hvpatel328 opened 5 months ago

hvpatel328 commented 5 months ago

We have View Editor users that want to embed videos into presentation elements and have them played from within View Editor. We could have them embed the videos via html or iframes from another site (possible Confluence), but it looks like these are standalone video files they want to commit to MMS and play within View Editor. Can this feature be added?

dlamoris commented 3 months ago

try out https://ckeditor.com/cke4/addon/html5video current image upload is done via https://ckeditor.com/docs/ckeditor4/latest/guide/dev_file_upload.html#editor-side-configuration see also https://github.com/Open-MBEE/exec-ve/blob/develop/src/ve-core/editor/editor.component.ts#L284 https://github.com/Open-MBEE/exec-ve/blob/develop/src/ve-core/editor/editor.component.ts#L380 https://github.com/Open-MBEE/exec-ve/blob/develop/src/lib/ckeditor/config.js