renjianfeng Posted April 18, 2017 Share Posted April 18, 2017 Hello! 使用本地视频: http://www.babylonjs-playground.com/#I2U8S7 使用外部视频(跨域) http://babylonjs-playground.com/index.html#4NJA2G 使用外接影像无法正确播放! Quote Link to comment Share on other sites More sharing options...
GameMonetize Posted April 18, 2017 Share Posted April 18, 2017 Hello can you speak english? Quote Link to comment Share on other sites More sharing options...
renjianfeng Posted April 19, 2017 Author Share Posted April 19, 2017 yeah~~~ Using local video: http://www.babylonjs-playground.com/#I2U8S7 Using external video (cross domain) http://babylonjs-playground.com/index.html#4NJA2G Use an external video cannot be played correctly! Thinks~~~~ Quote Link to comment Share on other sites More sharing options...
GameMonetize Posted April 19, 2017 Share Posted April 19, 2017 Hey this is "expected": you have to use exact same URL for CORS resolution: https://babylonjs-playground.com/index.html#4NJA2G#3 Quote Link to comment Share on other sites More sharing options...
renjianfeng Posted April 19, 2017 Author Share Posted April 19, 2017 Quote Link to comment Share on other sites More sharing options...
GameMonetize Posted April 19, 2017 Share Posted April 19, 2017 What is the problem? what do you want to do precisely? Quote Link to comment Share on other sites More sharing options...
Alexander Helbig Posted May 9, 2017 Share Posted May 9, 2017 Hello, is there a way to use the html5 video element with tracks as texture to sychronize text informations and chapter menus in babylonjs? <video id="video1" autoplay muted crossorigin="" poster="poster/_lebensweltdresden.jpg" controls="false" loop preload="auto"> <source src="video/video.mp4" type="video/mp4" /> <track id="track-chapters" src="vtt/chapters.vtt" kind="metadata" srclang="en" default> <track id="track-title" src="vtt/title.vtt" kind="metadata" srclang="en" default> <track id="track-map" src="vtt/map.vtt" kind="metadata" srclang="en" default> </video> Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.