通过 latex 将 YouTube 视频包含在 pdf 中的问题

通过 latex 将 YouTube 视频包含在 pdf 中的问题

我正在尝试使用 LaTeX 将 YouTube 视频嵌入到 pdf 中。这是我使用的命令:

\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}

你能帮我么?

但视频无法播放。有人知道吗?

相关内容