code
code

Reputation: 5642

How to play 360 mp4 vids?

I'm fascinated by the 360 videos on YouTube as of recently. I'd like to develop a sample Android application that can play a 360 video and be able to pan/swipe with it along with being able to use accelerator/gyroscope.

Few questions:

  1. What file format is 360 video? Where can I download sample 360 video?
  2. Is it even possible to use Android library to play 360 video? If so, what player would I need to use to "play" 360 video?
  3. How can I handle pan/swipe for a 360 video played by the native player?
  4. Is it possible to play an existing YouTube 360 video using Android native Player? And at the same time be able to handle pan/swype/gyro?

Please provide a code sample. Thanks!

Upvotes: 6

Views: 4110

Answers (1)

Salman Tariq
Salman Tariq

Reputation: 353

360 Videos are just videos recorded by a 360 camera. What separates them from a normal video is just the meta data.

Use panframe library for Android/iOS. http://www.panframe.com

Upvotes: 7

Related Questions