videoplayer with videourl setted issue on WebVR

  • Hi,

    I've tested a plugin videoplay which preload, play and pause the single video for all devices. It's working !

    Code
    <plugin name="videosceneplayer"
    	url.flash="%SWFPATH%/graphics/videoplayer.swf"
    	url.html5="%FIRSTXML%/graphics/videoplayer.js"
    	videourl="video.webm"
    	posterurl="video_frame.jpg"
    	keep="true"
    />

    But if I try to use the device check it's not working. For instance this code doesn't work in WebVR on an Android mobile device.

    Code
    <plugin name="videosceneplayer"
    	url.flash="%SWFPATH%/graphics/videoplayer.swf"
    	url.html5="%FIRSTXML%/graphics/videoplayer.js"
    	videourl.desktop="video_desktop.webm"
    	posterurl.desktop="video_desktop_frame.jpg"
    	videourl.mobile="video_mobile.webm"
    	posterurl.mobile="video_mobile_frame.jpg"
    	keep="true"
    />

    Device check can be used here ?

  • Hi,

    the device checks are at xml-parsing level and independent of video or VR support.

    Your code should work on mobiles and desktop, but not on tablets because the tablet case is missing.

    mobile/tablet/desktop - is a three-state check - (only) one of these always need to be true.

    Best regards,
    Klaus

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!