epub3-sliderizer icon indicating copy to clipboard operation
epub3-sliderizer copied to clipboard

Video element is not treated

Open iherman opened this issue 10 years ago • 3 comments

If I have, e.g., the following in my data file:

<video id="video_embed" class="fullxx" controls="controls">
<source src="videos/JavaBook.mp4" type="video/mp4" />
<source src="videos/JavaBook.webm" type="video/webm" >
<source src="videos/JavaBook.ogv" type="video/ogg"></source>
</video>

I would expect this to be treated like images, ie, the video files are copied to the output and the reference added to the package.opf file. It does not happen:-(

iherman avatar Apr 02 '15 09:04 iherman

Thanks @iherman I will look into this. At first glance, the use of multiple source elements instead of the src attribute introduces some additional complexity (parser / generator + asset handler), but as always this is just a question of time and effort ;) Unfortunately I do not have any spare time to work on this pet project at the moment :(

danielweck avatar Apr 02 '15 16:04 danielweck

I had a similar issue when using one video element with its own src... :-(


Ivan Herman +31 641044153

(Written on my mobile. Excuses for brevity and frequent misspellings...)

On 2 Apr 2015, at 18:10, Daniel Weck [email protected] wrote:

Thanks @iherman I will look into this. At first glance, the use of multiple source elements instead of the src attribute introduces some additional complexity (parser / generator + asset handler), but as always this is just a question of time and effort ;) Unfortunately I do not have any spare time to work on this pet project at the moment :(

— Reply to this email directly or view it on GitHub.

iherman avatar Apr 02 '15 16:04 iherman

@iherman That's correct, support for video asset handling is missing entirely (src attribute and source elements).

danielweck avatar Apr 02 '15 20:04 danielweck