Forum Discussion
Wollan
10 years agoHonored Guest
360degree videos in UE4?
Does there exist a plugin or library that lets one play back 360 degree videos (smoothly) in UE4? Anyone made a custom solution wrapping a 'movie-texture' around a sphere or similar? Unity has '...
TuxerLulz
9 years agoHonored Guest
Hey!
What I'd try to do is use the UE4 Media Player framework (https://docs.unrealengine.com/latest/INT/Engine/MediaFramework/), create a sphere with a custom shader, put your camera inside the sphere and basically raytrace the video onto the sphere. Most 360 videos out there are lat-long (or equirectangular, same thing) encoded, which maps really easily onto a sphere (http://mathworld.wolfram.com/SphericalCoordinates.html).
The main issue here is that the MediaFramework is not officially supported by UE yet and is "still in the experimental stages". We're also working with the UE developers to publish at some point a VR template using the Media Player framework.
What I'd try to do is use the UE4 Media Player framework (https://docs.unrealengine.com/latest/INT/Engine/MediaFramework/), create a sphere with a custom shader, put your camera inside the sphere and basically raytrace the video onto the sphere. Most 360 videos out there are lat-long (or equirectangular, same thing) encoded, which maps really easily onto a sphere (http://mathworld.wolfram.com/SphericalCoordinates.html).
The main issue here is that the MediaFramework is not officially supported by UE yet and is "still in the experimental stages". We're also working with the UE developers to publish at some point a VR template using the Media Player framework.
Quick Links
- Horizon Developer Support
- Quest User Forums
- Troubleshooting Forum for problems with a game or app
- Quest Support for problems with your device
Other Meta Support
Related Content
- 6 months ago
- 9 years ago