I have embedded a video (.mp4, ~1mb) in my presentation using media9 as followed:
\documentclass[]{beamer}
\usepackage{media9}
\begin{document}
\begin{frame}
\includemedia[
width=0.4\linewidth,
height=0.45\linewidth,
activate=pageopen,
addresource=Video.mp4,
flashvars={
source=Video.mp4}
]{}{VPlayer.swf}
\end{frame}
\end{document}
The positioning and the rest seem to be fine on Overleaf, but whenever I try playing it back on my PC using Adobe Acrobat Reader DC I only get a black video. Weird enough, I had no issues opening videos before and I have not updated any of the pdf tools on my pc or another device where the behaviour is indeed the same.
- Any idea of what might be causing this error?
- Is there another way of playing back videos embedded in pdfs?

example-movie.mp4(from pkgmwe). But note that on Windows, the video can be played only once by click, unless you tweak the Windows registry somewhat. See: https://tex.stackexchange.com/a/516102 – AlexG Sep 06 '21 at 10:48pdflatexand AR-DC-2021.005.20060. – AlexG Sep 06 '21 at 12:12VPlayer.swfusing Flash elements and ActionScript (the scripting language of FlashPlayer) and thus depends on FlashPlayer, which is no more. And for the same reason, other PDF viewers cannot really do a better job here. – AlexG Sep 07 '21 at 09:30