Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Video element is not treated #4

Open
iherman opened this issue Apr 2, 2015 · 3 comments
Open

Video element is not treated #4

iherman opened this issue Apr 2, 2015 · 3 comments

Comments

@iherman
Copy link

iherman commented Apr 2, 2015

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:-(

@danielweck
Copy link
Owner

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 :(

@iherman
Copy link
Author

iherman commented Apr 2, 2015

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.

@danielweck
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants