Replies: 1 comment
-
Hello, sorry for being late in answering this, we were busy making the new version of View360. View360 does not support this feature, and I guess it couldn't be supported used with videojs-youtube also. videojs-youtube creates iframe inside the videojs wrapper, and that's the actual video player that videojs uses. So basically, it doesn't look possible with the method you mentioned. You should use the downloaded media files unless we find another way to do it. |
Beta Was this translation helpful? Give feedback.
-
On the examples page, there is a videojs with the source: https://www.youtube.com/watch?v=I3W1kyp9Jpc, however the actual code uses local video
Would it be possible to source directly to the YouTube video?
I thought I might be able to use the videojs YouTube plugin
https://github.com/videojs/videojs-youtube
and change the source to
However, this didn't seem to work.
Beta Was this translation helpful? Give feedback.
All reactions