1

I am trying to embed a YouTube video onto a pdf using LaTeX. Here is is the command that I use:

\documentclass[aspectratio=169]{beamer}
\usepackage{media9}
\begin{document}
    \begin{figure}
        \centering
        \includemedia[
        width=0.6\linewidth,height=0.3375\linewidth,
        activate=pageopen,
        flashvars={
            modestbranding=1 % no YT logo in control bar
            &autohide=1 % controlbar autohide
            &showinfo=0 % no title and other info before start
            &rel=0 % no related videos after end
            }
            ]{}{http://www.youtube.com/v/w3f-WyDqOUw}
    \end{figure}
\end{document}

Can you please help me?

but the video does not run. Does anyone have an insight?

0 Answers0