Hi,

I have successfully installed sphinxcontrib-youtube. It works fine for me !

However, I am mainly interested in the second approach,
Please can you provide a working example how to handle local video files ?

Thanks in advance.

Regards, 
                     Nils



On Monday, September 15, 2014 4:19:53 AM UTC+2, Takayuki SHIMIZUKAWA wrote:
>
> Hi, 
>
> For embedding youtube video, you can use sphinxcontrib-youtube 
> https://bitbucket.org/birkenfeld/sphinx-contrib/src/49a8e96bc8a7/youtube/ 
> (it is not registered to PyPI, then you need install it by hand) 
>
> For local video files, you can use `.. raw:: html` directive. 
> 1. Put video files into _static directory 
> 2. write <video> tag with `.. raw:: html` directive. 
>
> Regards, 
> -- 
> Takayuki SHIMIZUKAWA 
> http://about.me/shimizukawa 
>
>
> 2014-09-13 20:59 GMT+09:00 David Carroll <[email protected] <javascript:>>: 
> > An embedded video. Note that you will need to add the http: in front of 
> the 
> > video url after you paste it from YouTube. (see source) 
> > 
> > .. raw:: html 
> > 
> >     <iframe width="560" height="315" 
> > src="http://www.youtube.com/embed/6Dakd7EIgBE?rel=0"; frameborder="0" 
> > allowfullscreen></iframe> 
> > 
> > 
> > 
> > 
> > 
> > On Friday, September 12, 2014 4:54:42 AM UTC-5, [email protected] 
> wrote: 
> >> 
> >> Hi all, 
> >> 
> >> Just out of curiosity is it possible to embed videos such as *.avi, 
> *.mp4, 
> >> *.wmv in 
> >> documents generated by sphinx ? 
> >> 
> >> A working example is appreciated. 
> >> 
> >> Nils 
> >> 
> > -- 
> > You received this message because you are subscribed to the Google 
> Groups 
> > "sphinx-users" group. 
> > To unsubscribe from this group and stop receiving emails from it, send 
> an 
> > email to [email protected] <javascript:>. 
> > To post to this group, send email to [email protected] 
> <javascript:>. 
> > Visit this group at http://groups.google.com/group/sphinx-users. 
> > For more options, visit https://groups.google.com/d/optout. 
>

-- 
You received this message because you are subscribed to the Google Groups 
"sphinx-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sphinx-users.
For more options, visit https://groups.google.com/d/optout.

Reply via email to