Active
Project:
Video Filter Field
Version:
7.x-1.1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
12 Feb 2013 at 07:37 UTC
Updated:
8 Aug 2015 at 08:07 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
karel010 commentedConfirmed.
The video_filter module defaults to html5 codecs. However video_filter_field does omits the setting and always uses the non html5 codec.
Comment #2
kenwest commentedMy personal preference is to serve up the video using HTML5 rather than Flash.
I've supplied a patch which will check if the codec has an HTML5 callback, and uses that. Otherwise it falls back to Flash. (The line numbers in my patch file might not match yours, as I've applied another patch.)