• Stars
    star
    173
  • Rank 212,394 (Top 5 %)
  • Language
    Swift
  • License
    MIT License
  • Created over 6 years ago
  • Updated 3 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

iOS 360-degree video player streaming from an AVPlayer.

Build Status CocoaPods Compatible Carthage Compatible License

Swifty360Player Swifty360Player

iOS 360-degree video player streaming from an AVPlayer.

Demo

Swifty360Player Demo

Requirements

Swifty360Player Version Minimum iOS Target Swift Version
0.2.7 11.0 5.x
0.2.2 11.0 4.2
0.2.1 10.0 4.1
0.2 10.0 4.0

CocoaPods

CocoaPods is a dependency manager for Cocoa projects. You can install it with the following command:

$ gem install cocoapods

To integrate Swifty360Player into your Xcode project using CocoaPods, specify it in your Podfile:

source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '11.0'
use_frameworks!

target '<Your Target Name>' do
    pod 'Swifty360Player', '0.2.7'
end

Then, run the following command:

$ pod install

Carthage

Carthage is a decentralized dependency manager that builds your dependencies and provides you with binary frameworks.

You can install Carthage with Homebrew using the following command:

brew update
brew install carthage

To integrate Swifty360Player into your Xcode project using Carthage, specify it in your Cartfile:

github "abdullahselek/Swifty360Player" ~> 0.2.7

Run carthage update to build the framework and drag the built Swifty360Player.framework into your Xcode project.

Swift Package Manager

Modify your Package.swift file to include the following dependency:

.package(url: "https://github.com/abdullahselek/Swifty360Player.git", from: "0.2.7")

Run swift package resolve

XCFramework

XCFrameworks require Xcode 11 or later and integration is very similar to integration of .framework format. Please use script scripts/build-framework.sh to generate binary Swifty360Player.xcframework archive that you can use as a dependency in Xcode.

Swifty360Player.xcframework is a Release (Optimized) binary that offer best available Swift code performance.

Example Usage

You just need an AVPlayer instance created with a valid video url and a Swifty360MotionManager instance. You can use these code snippets in a UIViewController instance.

Video url can be either local or remote.

let videoURL = URL(fileURLWithPath: Bundle.main.path(forResource: "google-help-vr", ofType: "mp4")!)
let player = AVPlayer(url: videoURL)

let motionManager = Swifty360MotionManager.shared
swifty360ViewController = Swifty360ViewController(withAVPlayer: player, motionManager: motionManager)

addChildViewController(swifty360ViewController)
view.addSubview(swifty360ViewController.view)
swifty360ViewController.didMove(toParentViewController: self)

player.play()

let tapGestureRecognizer = UITapGestureRecognizer(target: self, action: #selector(reorientVerticalCameraAngle))
view.addGestureRecognizer(tapGestureRecognizer)

Tap Gesture Handler

@objc func reorientVerticalCameraAngle() {
    swifty360ViewController.reorientVerticalCameraAngleToHorizon(animated: true)
}

Using storyboard and Swifty360ViewController as parent class

guard let swifty360ViewController = self.storyboard?.instantiateViewController(withIdentifier: "TestViewController") as? TestViewController else {
    return
}
let videoURL = URL(fileURLWithPath: Bundle.main.path(forResource: "google-help-vr", ofType: "mp4")!)
let player = AVPlayer(url: videoURL)
let motionManager = Swifty360MotionManager.shared
swifty360ViewController.player = player
swifty360ViewController.motionManager = motionManager
self.present(swifty360ViewController, animated: true, completion: nil)
import UIKit
import Swifty360Player

class TestViewController: Swifty360ViewController {

    override func viewDidLoad() {
        super.viewDidLoad()

        player.play()
    }

}

Example use of Swifty360View with using code commands

let videoURL = URL(fileURLWithPath: Bundle.main.path(forResource: "google-help-vr", ofType: "mp4")!)
let player = AVPlayer(url: videoURL)

let motionManager = Swifty360MotionManager.shared

let swifty360View = Swifty360View(withFrame: view.bounds,
                                  player: player,
                                  motionManager: motionManager)
swifty360View.setup(player: player, motionManager: motionManager)
view.addSubview(swifty360View)

player.play()

Using Swifty360View with Storyboard

  • Add a UIView to your viewcontroller and change it's class as Swifty360View
  • Connect via IBOutlets

and

let videoURL = URL(fileURLWithPath: Bundle.main.path(forResource: "google-help-vr", ofType: "mp4")!)
let player = AVPlayer(url: videoURL)

let motionManager = Swifty360MotionManager.shared

swifty360View.setup(player: player, motionManager: motionManager)

player.play()

Tap gesture recognizers for Swifty360View, create one recognizer for your viewcontroller's view

let tapGestureRecognizer = UITapGestureRecognizer(target: self, action: #selector(reorientVerticalCameraAngle))
view.addGestureRecognizer(tapGestureRecognizer)

and selector function

@objc func reorientVerticalCameraAngle() {
    swifty360View.reorientVerticalCameraAngleToHorizon(animated: true)
}

License

Swifty360Player is released under the MIT license. See LICENSE for details.

More Repositories

1

ASCollectionView

Lightweight custom collection view inspired by Airbnb.
Swift
372
star
2

HerePy

A library that provides a Python interface to the HERE location APIs.
Python
83
star
3

ViperC

Xcode template for VIPER Architecture for both Objective-C and Swift.
Objective-C
79
star
4

Merhaba

Bonjour networking for discovery and connection between iOS, macOS and tvOS devices.
Objective-C
70
star
5

SwiftyNotifications

Highly configurable iOS UIView for presenting notifications that doesn't block the UI.
Swift
64
star
6

SwiftyMessenger

Swift toolkit for passing messages between iOS apps and extensions.
Swift
60
star
7

plant-disease-classification-tf

Disease classification on different plants with using Machine Learning and Convolutional Neural Networks.
Python
59
star
8

Lighty

Easy to use and lightweight logger for iOS, macOS, tvOS, watchOS and Linux in Swift.
Swift
51
star
9

ASMapLauncher

ASMapLauncher is a library for iOS written in Swift that helps navigation with various mapping applications.
Swift
43
star
10

authenticatorpy

A Python library that provide unique keys for 2FA with given secret.
Python
41
star
11

TakeASelfie

An iOS framework that uses the front camera, detects your face and takes a selfie.
Swift
37
star
12

ReducePy

URL shortener service using Tornado and Redis runs on Docker and Kubernetes.
Python
34
star
13

WatchCon

WatchCon is a tool which enables creating easy connectivity between iOS and WatchOS.
Objective-C
34
star
14

ASToast

A Swift extension for using Android style Toast notifications.
Swift
33
star
15

DragDropUI

A set of iOS UI components which have drag & drop capability.
Swift
30
star
16

spampy

Spam filtering module with Machine Learning using SVM (Support Vector Machines).
Python
28
star
17

ContactsWrapper

Contacts wrapper for iOS 9 or upper with Objective-C
Objective-C
22
star
18

koolsla

Food recommendation tool with Machine learning.
Python
20
star
19

plant-disease-classification-pytorch

Disease classification on different plants with using Machine Learning and Convolutional Neural Networks.
Python
18
star
20

go-here

Go client library around the HERE location based APIs.
Go
13
star
21

SwiftyProxyKit

Local HTTP Server for iOS and OS X that can be used as a proxy server.
Swift
12
star
22

plant-disease-classification

A Python module that classifies disease on plants.
Python
7
star
23

visionary

Various types of detection and tracking implementations with OpenCV and C++
C++
6
star
24

AES-Encryption

AES-Encryption is a Java class for encrypting and decrypting strings in Android with AES.
Java
5
star
25

ForceTouchActions

Objective-C wrapper for iOS Home Screen Quick Actions
Objective-C
4
star
26

plant-disease-classification-api

REST API for the classification of plant diseases.
Python
4
star
27

SwiftObfuscator

Secure your apps by obfuscating all the hard-coded security-sensitive strings.
Swift
3
star
28

SwiftPusher

OS X and iOS framework and application to play with the Apple Push Notification service (APNs).
Swift
3
star
29

plant-disease-classification-datasets

2
star
30

ASXTableViewController

An OS X control library written in Objective-C which enables easy to use NSTableView in Mac applications.
Objective-C
2
star
31

covid-19

Time Series Forecasting of COVID-19 using Recurrent Neural Networks.
Jupyter Notebook
2
star
32

plant-disease-classification-models

Trained models for plant-disease-classification Python library.
Python
1
star
33

plant-disease-classification-ui

Web application that enables plant disease classification.
Python
1
star
34

searching-techniques

Different searching techniques with Objective-C.
Objective-C
1
star