Comment on page
AVPlayer with LCEVC
This page provides a guide to adding LCEVC-enhanced video decoding capabilities to an iOS application based on the native AVPlayer.
As a first step you need to add the provided LCEVC libraries and dependencies to your project. If you don't already have access to the LCEVCAVPlayer Github repository please speak to your V-Nova representative or submit a request here. There are several possible approaches to this depending on your preference:
CocoaPods is a dependency manager for Cocoa projects. For usage and installation instructions, visit their website. To integrate
LCEVCAVPlayerKit
into your Xcode project using CocoaPods, specify it in your Podfile
:pod "LCEVCAVPlayerKit", :source => 'https://github.com/v-novaltd/LCEVCAVPlayerKit'
The Swift Package Manager is a tool for automating the distribution of Swift code and is integrated into the
swift
compiler.Once you have your Swift package set up, adding
LCEVCAVPlayerKit
as a dependency is as easy as adding it to the dependencies
value of your Package.swift.
It can also be added via Xcode: more info here