Sie sind nicht angemeldet.

Douglas Rhiner

Fortgeschrittener

  • »Douglas Rhiner« ist der Autor dieses Themas

Beiträge: 141

Wohnort: San Anselmo, CA

Beruf: Code-Slave

  • Nachricht senden

1

Mittwoch, 18. Januar 2017, 00:25

360 video "flat" in Internet Explorer 11

Got a fun one on my hands.
We have a tour with multiple 360 video scenes. Everything works as expected in every other browser on every other platform EXCEPT for IE11.
In IE11 all of the 360 videos play but are "flat".


I've tried turning off and on and again the GPU rendering to see if that had an effect to no avail.


The specific version of IE is 11.0.9600.18538

Here is a direct link to the scene in the tour https://www.xplorit.com/las-vegas/palazzo-360


Our XML files are generated by PHP.
The relevant XML code is:

<plugin name="videohub"
url.flash="%SWFPATH%/plugins/videoplayer.swf"
url.html5="%SWFPATH%/plugins/videoplayer.js"
visible="true" enabled="true"
keep="false"
panovideo="true"
refreshrate="auto"
buffertime="1.0"
html5preload="auto"
iscomplete="false"
isvideoready="true"
loop="true"
pausedonstart="false"
volume="0.8"
autoresume="true"
onloaded="trace('videohub loaded.!!.!!'); govideohub(<?php echo $this_scene_media->media_mediaRef; ?>);"
/>

<action name="govideohub">
plugin[videohub].playvideo(<?php echo XP_MEDIA; ?>360video/%1.mp4);
</action>

<image type="SPHERE" hfov="360" vfov="180">
<sphere url="plugin:videohub"/>
</image>

Any insight would be appreciated.

Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von »Douglas Rhiner« (18. Januar 2017, 18:28)


2

Montag, 23. Januar 2017, 11:24

Hi,

Can you check if it's in webGl or CSS3D ?
You can add versioninfo="true"

Quellcode

1
<contextmenu  versioninfo="true">		<item name="krp" caption="KRPANO"     /></contextmenu>


Jérôme