I would like to display a youtube (or locally hosted) video inside an org-mode buffer, similar to how org-toggle-inline-images
will preview an image file. How can I do this?
Asked
Active
Viewed 1,113 times
2
-
1Something like that should become possible with xwidget in emacs25. See https://www.reddit.com/r/emacs/comments/4srze9/watching_youtube_inside_emacs_25/ – Tobias Sep 09 '16 at 14:27
-
1I am unaware of anyone who has successfully done this on Emacs for OSX: http://emacs.stackexchange.com/questions/25037/compile-emacs-with-xwidget-under-osx So, it looks like the xwidget option for Emacs only works on Linux at this time. – lawlist Sep 09 '16 at 15:21
-
1Just for your info: The video about xwidget: https://www.youtube.com/watch?v=J2YdjpWJJHs – Tobias Sep 09 '16 at 17:44
-
1I wonder if emacs can play huge (very long) animated gifs ... :) (`ffmpeg` can convert video to animated gif ... no sound though). – VanLaser Sep 09 '16 at 19:04