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 'AVPro plug-in' which apparently works pretty great.
edit: following one initiative (https://answers.unrealengine.com/questi ... video.html) but doesn't seem that far along yet in terms of performance.
Anyone made a custom solution wrapping a 'movie-texture' around a sphere or similar?
Unity has 'AVPro plug-in' which apparently works pretty great.
edit: following one initiative (https://answers.unrealengine.com/questi ... video.html) but doesn't seem that far along yet in terms of performance.
3 Replies
Replies have been turned off for this discussion
- DunkenBlithsExplorerDid you get anywhere with this ?
Looking to do the same ....
Combining 360 immersive video with VR experience... - TuxerLulzHonored GuestHey!
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. - WollanHonored GuestI ended up switching to Unity because of this challenge and mobile VR in general.
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
- 8 months ago
- 9 years ago