Can we use a video hosting service other than youtube? (but the one where we have narration running to the side)
Thank you
Carlos Andrés Rocha
unread,
Oct 21, 2013, 10:37:07 AM10/21/13
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to edx-...@googlegroups.com
Hi Ildar,
In addition to youtube, the current video player in the edx-platform supports any HTML5 <video> compatible source, along with the transcription.
--
Carlos
yvain DEMOLLIERE
unread,
Oct 21, 2013, 7:39:52 PM10/21/13
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to edx-...@googlegroups.com
Hi Idar, i personnaly host my videos on amazone web services S3 (free up to 5GO if i'm correct).
Then i embed the video in the HTML tag:
<video width="320" height="240" controls> <source src="http://awsxxxxxxx.myvideos.mp4" type="video/mp4"> </video> It works great and at least the video is not 'public' as in Youtube..
Chris Dodge
unread,
Oct 21, 2013, 8:40:50 PM10/21/13
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to edx-...@googlegroups.com
While that (putting in HTML module) will work, we recommend people use the 'video module' that is in Studio. There are fields in the settings which allow one to source videos from places like S3.
yvain DEMOLLIERE
unread,
Oct 22, 2013, 3:21:45 PM10/22/13
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to edx-...@googlegroups.com
Thanks for the Chris,
works great on Safari and Chrome, but issue with FF (mac). No suitable format.
yvain DEMOLLIERE
unread,
Oct 22, 2013, 3:24:06 PM10/22/13
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to edx-...@googlegroups.com
Le mardi 22 octobre 2013 21:21:45 UTC+2, yvain DEMOLLIERE a écrit :
Thanks for the Chris,
works great on Safari and Chrome, but issue with FF (mac). No suitable format.
ERROR: No playable video sources found!
Peter Pinch
unread,
Oct 22, 2013, 3:56:03 PM10/22/13
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to yvain DEMOLLIERE, <edx-code@googlegroups.com>
Mac Firefox does not support mp4 video in HTML5.
Mozilla currently recommends using both a webm source and an mp4 source: