thanks for developing this module !
We need to support apple ipads & iphones.
Is there any estimate or can I help ?

Comments

JW Player’s picture

I appreciate the offer of help.

I can't give a solid estimate yet, however it is close to the top of my queue.

isaachorton’s picture

lookin forward to this.

luf’s picture

After testing every video player available for Drupal this is the only one that provides remote video streaming support. Looking forward to further development especially across HTML5 and MP4. Any chances of seeing j.Query obfuscation to cloak remote files? Possibly ffmpeg support for thumbnail / preview generation?

JW Player’s picture

@luf,

Yes, integration of the JW Player for HTML5 is on the roadmap, however there is no estimate yet.

Obfuscation of files seems like a good idea and it is something we'll likely look into implementing across our third party modules. As for ffmpeg integration this is something I would like to do, however there are several other major features of higher priority that I would like to get to first.

Glad you're enjoying the module. Feel free to post any other suggestions.

Thanks.

isaachorton’s picture

I was able to accomplish ipad & iphone support by doing a theme level install of jwplayer(meaning I simply integrate it into the tpl files and build a custom node tpl for video content types), and making sure to upload mp4 files for video. working great. in fact now that i've gone this route, I much prefer it to using a "video player" module. for instance, i was able to integrate an imagecache preset, that grabs the "featured image" (cck field used throughout) and sizes/crops it accordingly and then makes it the default background for the first frame of jwplayer. nice.

JW Player’s picture

@trickfoxx,

That does sound like a cool solution. Thanks for sharing.

robotcake’s picture

Hello trickfoxx, your method sounds nice, could you share your implementation with us? Many thanks!!!