Need support? Email lexagon@lextech.com
General
‣
Why upgrade to presenter mode?
‣
System requirements
‣
Basic 3D interactions
‣
Security & data use
‣
Manage immersion
Guest
‣
Connecting with others
‣
Scene switching
Presenters
‣
Creating a video playlist
‣
Adding 3D content
Sample JSON Playlist
Notes:
videoItems
will be listed in order;name
andurl
are required- For
url
use the location to the mp4 file or stream - Lextech recommends Vimeo for video file hosting and streaming
- For spatial 3D video on Vimeo, you must use the streaming link
- For flat 2D video on Vimeo, use either the file or streaming link
autoAdvance
andcurrentVideoIdx
are not configurable at this time
{
"videoItems": [
{
"name": "Lextech: Thrive At Work",
"url": "https://player.vimeo.com/progressive_redirect/playback/853110374/rendition/1080p/file.mp4?loc=external&signature=0a9e66fc4150c36c6a09f8f83fb603d9306cc5c6412ea3c1bd79e81adbb8b399"
},
{
"name": "Alex: Problems Worth Solving",
"url": "https://player.vimeo.com/progressive_redirect/playback/1075758654/rendition/720p/file.mp4?loc=external&signature=07c0e5ec94ebffac481069526bb615d315e4e983518553e645e09a3a9bf256e9"
},
{
"name": "Kenton: Efficiency Isn't Optional",
"url": "https://player.vimeo.com/progressive_redirect/playback/1075418256/rendition/720p/file.mp4?loc=external&signature=e033cfc60a037731e7b771f5a16fe352a7764354597b966b49fe49b3fdcd0ce1"
}
],
"autoAdvance": false,
"currentVideoIdx": 0
}