Active
Project:
JW Player Module for Drupal
Version:
6.x-1.5
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
12 Oct 2011 at 15:35 UTC
Updated:
18 Oct 2011 at 15:40 UTC
Hi there
Thanks for all your work.
I'm a new guy to Drupal.
My team are trying to build a site where we could upload a video (mov, flv, whatever it's needed) and to be able to watch it in IE, Firefox and in iPhones.
Fow now, I'm uploading MOV files and using the VIDEO module and assign Quicktime to deal with MOV files but Quicktime doesn't give the Full Screen option.
So, how can I set up jw player to deal with all the videos (since I don't see it in the Video Module) and will it work in the iDevices (I can upload the video in any format. H264 would be the best)?
Thanks for your great work.
João Lopes
Comments
Comment #1
JW Player commentedCurrently, our module doesn't interface directly with the Video module.
However, it does take full advantage of the JW Player's HTML5 fallback capability. If using an H264 encoded mp4 file, the player will fallback gracefully on iOS. The module supports embedding the player in the body of a node and also provides a theme function for generating embed code by themes or other Drupal modules.
Thanks.