html-editor-enhanced icon indicating copy to clipboard operation
html-editor-enhanced copied to clipboard

[QUESTION] Cannot get video to play in html-editor-enhanced

Open jwbrown opened this issue 1 year ago • 2 comments

I am using video tags in my html and do not seem to get play controls that work in the editor. I wonder if i am doing something wrong or does the editor not allow playing the videos? . . . The html (which work in a standard browser) is

<base href="https://letts-news-portal-ggerjdymjq-nw.a.run.app/">
<video src="/sync/media/data_files/d6399590-86fd-11ee-b56f-eb390bf5ef22.mp4" controls="controls" width="300" height="150"></video></p>

or

<video controls="controls" width="300" height="150">
<source src="/sync/media/data_files/d6399590-86fd-11ee-b56f-eb390bf5ef22.mp4" type="video/mp4">
</video>

but neither work

In both cases for the video i get the box and timeline, but no play button and no preview of content or length of video

jwbrown avatar Nov 19 '23 22:11 jwbrown

same

oleksii-pimenov avatar May 25 '24 18:05 oleksii-pimenov

I am using video tags in my html and do not seem to get play controls that work in the editor. I wonder if i am doing something wrong or does the editor not allow playing the videos? . . . The html (which work in a standard browser) is

<base href="https://letts-news-portal-ggerjdymjq-nw.a.run.app/">
<video src="/sync/media/data_files/d6399590-86fd-11ee-b56f-eb390bf5ef22.mp4" controls="controls" width="300" height="150"></video></p>

or

<video controls="controls" width="300" height="150">
<source src="/sync/media/data_files/d6399590-86fd-11ee-b56f-eb390bf5ef22.mp4" type="video/mp4">
</video>

but neither work

In both cases for the video i get the box and timeline, but no play button and no preview of content or length of video

Did u handle it somehow?

oleksii-pimenov avatar May 25 '24 19:05 oleksii-pimenov