I've been already in:
1) Embedding videos using media9 Talks about how to embed a file that is already saved in your computer)
2) Can we use media9 to show a video on a PDF but the video is not embedded to the PDF? Gets closer to the solution I'm loking for ---as it uses a local web server---, but when I try to run the "answer" I get an error in the pdf file that says:
Unable to play 'http://www.ted.com/talks/todd_kuiken_a_prosthetic_arm_that_feels.html'
3) How to include a movie in a PDF? Step by step instructions Is more of a discussion about the old and obsolete movie15 vs the new media9 package.
4) And, of course, the media9 documentation
(If you copy-paste the examples you still get errors during compilation)
This is my MWE:
\documentclass{report}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage{graphicx}
\usepackage{subcaption}
\usepackage{media9}
\usepackage{url}
\usepackage[hidelinks]{hyperref}
\begin{document}
\includemedia[
width=0.9\linewidth,height=0.6\linewidth,
activate=onclick,
flashvars={
source=http://www.ted.com/talks/todd_kuiken_a_prosthetic_arm_that_feels.html
&loop=true
}
]{}{VPlayer.swf}
\end{document}
How do I make this non youtube video available in my pdf without embedding it and without using a local web server?
Downloadbuttom, just below the movie. – Apr 21 '13 at 22:09medi9– Mario S. E. Apr 21 '13 at 22:18