Linux – How to watch 360 videos on Linux

linuxUbuntuvideovlc-media-playeryoutube

My friend has been giving me MP4 files created using his Samsung Gear 360. Is there a way for me to watch them on Linux (for me, Ubuntu) without having to upload them to youtube/facebook?

I tried VLC but that didn't work.

I just want to use the arrow keys to look around the videos, just like facebook/youtube, but on my local system.

Best Answer

I had trouble installing via the vlc PPA so I used Snap to install. Here's how I did it:

sudo apt purge 'vlc*' 'libvlc*'
sudo apt install snapd
sudo snap install vlc     # <== note: this is not 'apt'

Thanks to @Tomislav Nakic-Alfirevic for notifying us about the recent 3.0 release (Feb 2018).

Related Question