Follow-up Comment #1, bug #660 (project tex4ht):
You need to close <source> elements, by adding / at their end:
\HCode{
<video width="320" height="240" preload = "none" controls>
<source src="random_walk_simulation/random_walk_3d.webm"
type="video/webm" />
<source src="random_walk_simulation/random_walk_3d.ogg"
type="video/ogg" />
<source src="random_walk_simulation/random_walk_3d.mp4" type="video/mp4"
/>
Your browser does not support the video tag.
</video>
}
_______________________________________________________
Reply to this item at: <https://puszcza.gnu.org.ua/bugs/?660>
_______________________________________________
Message sent via/by Puszcza <https://puszcza.gnu.org.ua/>