Support » Plugin: VideoJS Pro » [Plugin: VideoJS Pro] smartphone not working

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author spartaneye

    (@spartaneye)

    you need to export a specific iphone encoded quicktime (Quicktime Pro 7 is an easy way to do this) and include mobile=”[filename]” in the shortcode

    Thread Starter Ninos

    (@ninos-ego)

    I thought iphone can play mp4..

    I know this is 6 months old, but I thought I’d throw in my two cents here.

    We just ran into this problem at work, and found that, in video-js-pro.php, when doing the check for mobile, you assume that $mobile_source will always be a useable value. However, if we don’t include a $mobile_source video, you overwrite $mp4_source with nothing.

    We simply added

    if($mobile_source != '')
        {
    	$mp4_source = $mobile_source;
        }

    around the assignment on line 208.

    I personally would rather try it to load a video that may or may not work than load no video at all.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: VideoJS Pro] smartphone not working’ is closed to new replies.