360 video with navigation menu


username

I'm looking for a microsite with full screen 360 video. I've been doing some research and can't seem to find an answer. Is it possible to use JWPlayer, Bitmovin or other HTML5 players to have a fullscreen 360 video with static navigation elements on top? I think it will work by changing the z-index of the top element, but haven't been able to verify this. Thank you.

Migraine

Bitmovin Player does support this use case either via the Player API (your own controls, controlling the player via JavaScript) or by modifying the player appearance (available in Bitmovin-Player v7) .

Say you want to overlay a "play" button on a video, just define an element and call it .play()on the player instance .

$('.play-button').click(function () {
  player.play();
});

The button can then be easily skinned and placed above the player using CSS.

Although changing the viewport is not supported via API or controls. These can be handled by touch controls on the Video element (or the device's gyroscope).

Related


Is there a way to tell if the video is 360 or panorama?

dreamers organization For a project I'm working on, I'll need to automatically determine if the video is a VR (360) video, and if so, which format. Is there any way to say it? I was thinking about metadata, but couldn't find any info on this. Kirzstov Bocholko

Play 360 Stereoscopic Video with VideoPlayer

Discover I want to play a stereo 360 video in virtual reality in Unity for Android. I've been doing some research so far and I have two cameras for the left and right eyes, each around a sphere. I also need a custom shader to render the image inside the sphere

Recording 360° video in unity is not a rectangle

Leo Literak I have a timeline project in Unity 2018.2.10f1. I use Unity Recorderto export 360° video. Here is the setup: But the output is not isometric and cannot be played as a 360° video: What's the problem and how to fix it? thanks 2:1 video free camera se

Play 360 Stereoscopic Video with VideoPlayer

Discover I want to play a stereo 360 video in virtual reality in Unity for Android. I've been doing some research so far and I have two cameras for the left and right eyes, each around a sphere. I also need a custom shader to render the image inside the sphere

Is there a way to tell if the video is 360 or panorama?

dreamers organization For a project I'm working on, I'll need to automatically determine if the video is a VR (360) video, and if so, which format. Is there any way to say it? I was thinking about metadata, but couldn't find any info on this. Kirzstov Bocholko

Play 360 Stereoscopic Video with VideoPlayer

Discover I want to play a stereo 360 video in virtual reality in Unity for Android. I've been doing some research so far and I have two cameras for the left and right eyes, each around a sphere. I also need a custom shader to render the image inside the sphere

Is there a way to tell if the video is 360 or panorama?

dreamers organization For a project I'm working on, I'll need to automatically determine if the video is a VR (360) video, and if so, which format. Is there any way to say it? I was thinking about metadata, but couldn't find any info on this. Kirzstov Bocholko

Is there a way to tell if the video is 360 or panorama?

dreamers organization For a project I'm working on, I'll need to automatically determine if the video is a VR (360) video, and if so, which format. Is there any way to say it? I was thinking about metadata, but couldn't find any info on this. Kirzstov Bocholko

Recording 360° video in unity is not a rectangle

Leo Literak I have a timeline project in Unity 2018.2.10f1. I use Unity Recorderto export 360° video. Here is the setup: But the output is not isometric and cannot be played as a 360° video: What's the problem and how to fix it? thanks 2:1 video free camera se

YouTube 360 Video File Type

username Recently, I've seen videos on YouTube that play 360-degree panoramas. On the #360Video channel ( sample video ). What type of video files are these? Also, you don't need something like an Oculus Rift to watch this type of video, just click and move th

Recording 360° video in unity is not a rectangle

Leo Literak I have a timeline project in Unity 2018.2.10f1. I use Unity Recorderto export 360° video. Here is the setup: But the output is not isometric and cannot be played as a 360° video: What's the problem and how to fix it? thanks 2:1 video free camera se

360 Video Player World Harmony

TA- I have created a 360 degree video player using three.js. Whenever I click the mouse and get these coordinates successfully, I use raycasting to find the 3D world coordinates. Is there a way to map these 3D world coordinates to unwrapped (panoramic, equirec

Play 360 Stereoscopic Video with VideoPlayer

Find I want to play a stereo 360 video in virtual reality in Unity for Android. I've been doing some research so far and I have two cameras for the left and right eyes, each around a sphere. I also need a custom shader to render the image inside the sphere. I'

Play 360 Stereoscopic Video with VideoPlayer

Find I want to play a stereo 360 video in virtual reality in Unity for Android. I've been doing some research so far and I have two cameras for the left and right eyes, each around a sphere. I also need a custom shader to render the image inside the sphere. I'

Is there a way to tell if the video is 360 or panorama?

dreamers organization For a project I'm working on, I'll need to automatically determine if the video is a VR (360) video, and if so, which format. Is there any way to say it? I was thinking about metadata, but couldn't find any info on this. Kirzstov Bocholko

Is there a way to tell if the video is 360 or panorama?

dreamers organization For a project I'm working on, I'll need to automatically determine if the video is a VR (360) video, and if so, which format. Is there any way to say it? I was thinking about metadata, but couldn't find any info on this. Kirzstov Bocholko

Recording 360° video in unity is not a rectangle

Leo Literak I have a timeline project in Unity 2018.2.10f1. I use Unity Recorderto export 360° video. Here is the setup: But the output is not isometric and cannot be played as a 360° video: What's the problem and how to fix it? thanks 2:1 video free camera se

Recording 360° video in unity is not a rectangle

Leo Literak I have a timeline project in Unity 2018.2.10f1. I use Unity Recorderto export 360° video. Here is the setup: But the output is not isometric and cannot be played as a 360° video: What's the problem and how to fix it? thanks 2:1 video free camera se

YouTube 360 Video File Type

username Recently, I've seen videos on YouTube that play 360-degree panoramas. On the #360Video channel ( sample video ). What type of video files are these? Also, you don't need something like an Oculus Rift to watch this type of video, just click and move th

How to play 360 video with RajawaliVR or Rajawali

Ma Wenguang I'm having a hard time figuring out how to play 360 video with Rajawali. To achieve this, I tried every solution I could find on the internet, but failed. First, I used RajawaliCardboard and then let MainActivity extend from CardboardActivity. Mean

YouTube 360 video iframe not working in mobile browser

Alex Handy 1 I'm trying to provide an embedded iframe for a YouTube 360 video playing on a mobile website - it works fine on desktop browsers, but in mobile browsers I can only play flat stereoscopic views. I can confirm it's definitely an HTML5 player This is

How to change 360 video projection with ffmpeg?

g I want to convert a 360 video from equirectangular projection to cubic projection. How can I do this with ffmpeg? What other effective open source methods are there? Paul B.Mahall Use native FFmpeg v360 filters, which support more features than other solutio

Intel UHD Graphics 360 video not working

Roman L. I have a computer with an Intel Core i5-8600k and no GPU. I installed the driver for Intel UHD Graphics 360 from the CD that came with the CPU on Windows 10. Everything works fine except for the unplayable video. On YouTube, it loads forever. On Netfl

YouTube 360 video iframe not working in mobile browser

Alex Handy 1 I'm trying to provide an embedded iframe for a YouTube 360 video to play on my mobile site - it works fine on desktop browsers, but in mobile browsers I can only play a flat stereoscopic view. I can confirm it's definitely an HTML5 player This is

How to change 360 video projection with ffmpeg?

g I want to convert a 360 video from equirectangular projection to cubic projection. How can I do this with ffmpeg? What other effective open source methods are there? Paul B.Mahall Use native FFmpeg v360 filters, which support more features than other solutio

How to play 360 video with RajawaliVR or Rajawali

Ma Wenguang I'm having a hard time figuring out how to play 360 video with Rajawali. To achieve this, I tried every solution I could find on the internet, but failed. First, I used RajawaliCardboard and then let MainActivity extend from CardboardActivity. Mean

YouTube 360 video iframe not working in mobile browser

Alex Handy 1 I'm trying to provide an embedded iframe for a YouTube 360 video playing on a mobile website - it works fine on desktop browsers, but in mobile browsers I can only play flat stereoscopic views. I can confirm it's definitely an HTML5 player This is

YouTube 360 video iframe not working in mobile browser

Alex Handy 1 I'm trying to provide an embedded iframe for a YouTube 360 video playing on a mobile website - it works fine on desktop browsers, but in mobile browsers I can only play flat stereoscopic views. I can confirm it's definitely an HTML5 player This is

YouTube 360 video iframe not working in mobile browser

Alex Handy 1 I'm trying to provide an embedded iframe for a YouTube 360 video playing on a mobile website - it works fine on desktop browsers, but in mobile browsers I can only play flat stereoscopic views. I can confirm it's definitely an HTML5 player This is