Hi there.

Im using the video_filter module to embed videos in text-areas. - On some node-types I would like a 'fixed' video-filter field, which this module seems to do. However the different as I see it, is that the video_filter (embed) using an iframe to show the video, where video_filter_field uses the object-tag. - Videos generated with video_filter_field is not rendered and showed on mobile devices?

Can anyone confirm this, and maybe point me in the direction of a solution?

CommentFileSizeAuthor
#2 prefer-html5.patch799 byteskenwest

Comments

karel010’s picture

Issue summary: View changes

Confirmed.

The video_filter module defaults to html5 codecs. However video_filter_field does omits the setting and always uses the non html5 codec.

kenwest’s picture

StatusFileSize
new799 bytes

My 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.)