-
Notifications
You must be signed in to change notification settings - Fork 90
Open
Labels
Description
Describe the bug
Then \setbeameroption{show notes on second screen=bottom}
used video can't be played.
show notes on second screen=right
plays video ok.
To Reproduce
Steps to reproduce the behavior:
- Use MWE:
\documentclass{beamer}
\usepackage{multimedia}
\setbeameroption{show notes on second screen=bottom}
\begin{document}
\begin{frame}{Just a mp4 here}
\centering
\movie[width=0.3\textwidth]{\includegraphics[width=0.4\textwidth]{frame1}}{movie.mp4}
\end{frame}
\end{document}
- Run pympress on result pdf file
- Click on video frame
- See no video playing, only sound
Expected behavior
Play video on presenter window
Environment (please complete the following information):
- OS: Debian testing
- Python version: 3.11.7
- Pympress version: 1.8.4
- Installation method: deb from debian repo
Debug information (see below for file locations)
- What is reported in pympress.log?
INFO:pympress.app:Pympress: 1.8.4 ; Python: 3.11.7 ; OS: Linux 6.5.0-5-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.5.13-1 (2023-11-29) ; Gtk 3.24.40 ; GLib 2.78.3 ; Poppler 22.12.0 cairo ; Cairo 1.18.0 , pycairo 1.25.1
INFO:pympress.extras:Media support: GdkPixbuf gif player, GStreamer 1.22.8, VLC 3.0.20 Vetinari
- Does the problem still happen if you remove your config file?
Yes