Friday, December 26, 2014

Re: How properly render pages with video

On Thu, Dec 25, 2014 at 1:28 PM, Artie <giliardi.arts@gmail.com> wrote:
> The project is online English video lessons. I have a 'classroom' - html
> page with HTML5 video player in center of it. Videos being stored in media
> folder on same level as project.
>
> What I want is to render video from media folder to 'classroom' page using
> Django.

Hi,

You can serve the media/ folder via nginx or a similar server. Then
use a video player to play videos in your "classroom" view.

You can also take a look at https://github.com/arut/nginx-rtmp-module
for an advanced streaming solution.

--Berker

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAF4280KJUBZx%3D-JPbGhPjOKrb3SgNMBCKbB-OD_qrAhSJcCrrw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment