jeertmans / manim-slides

Tool for live presentations using manim
https://manim-slides.eertmans.be
MIT License
443 stars 48 forks source link

[BUG] revealjs speaker view black screen #449

Closed apmyplol closed 3 months ago

apmyplol commented 3 months ago

Description

When using the speaker view after exporting the presentation to HTML, the next slide preview and current slide windows are black. The notes however are visible. Moreorver there are no errors in the web browser console, I think there could be some error with the iframe link for the preview window.

Version

5.1.7

Platform

Linux

Screenshots

No response

Additional information

No response

jeertmans commented 3 months ago

Hello @apmyplol! Thank you for posting this bug / question.

I should probably document it: this is not a bug, but rather a limitation from RevealJS. For some reason, RevealJS decided not to play videos in the preview window, which is a shame for Manim Slides, as each slide is just a plain background video.

You could probably create a feature request on https://github.com/hakimel/reveal.js and ask if they can add an option to play background videos in the previewer.

I am closing this here as this is not related to Manim Slides (I cannot do anything here), but feel free to re-open this if there is any update from RevealJS on that regard!