Swiftpack.co - M3U8Kit/M3U8Parser as Swift Package

Swiftpack.co is a collection of thousands of indexed Swift packages. Search packages.
See all packages published by M3U8Kit.
M3U8Kit/M3U8Parser 1.1.0
A light weight M3U8 parser. Support X-Key & X-Session-Key.
⭐️ 252
🕓 5 days ago
.package(url: "https://github.com/M3U8Kit/M3U8Parser.git", from: "1.1.0")

M3U8Kit

Build Status CocoaPods Compatible Carthage compatible SPM supported Platform MIT license Compatiable with EXT-X-VERSION:4

TODO

  • ☐ Rewrite with Swift

New Features

  • EXT-X-Version:4 supported
  • Add X-Key parser support that is now for each ts resource.
  • Add support for AVERAGE-BANDWIDTH property

Installation

Cocoapods

Podfile

Specify it in your Podfile:

pod 'M3U8Kit'

Then, run the following command:

$ pod install

SPM ⚠️

Released from 0.4.1

Carthage

Cartfile

Specify it in your Cartfile:

github "M3U8Kit/M3U8Parser" ~> 1.0.0 

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

Manually

If you prefer not to use either of the above mentioned dependency managers, you can integrate M3U8Parser into your project manually by adding the files contained in the Source folder to your project.

Usage

  • Asynchronous
#import "NSURL+m3u8.h"

[<#URL#> m3u_loadAsyncCompletion:^(M3U8PlaylistModel *model, NSError *error) {
                                      }];
  • Synchronous
NSError *error = nil;
M3U8PlaylistModel *model = [[M3U8PlaylistModel alloc] 
            initWithURL:@"https://xxx.xxx.com/live.m3u8"
              error:&error];

License

M3U8Kit is available under the MIT license. See the LICENSE file for more info.

GitHub

link
Stars: 252
Last commit: 5 days ago
Advertisement: IndiePitcher.com - Cold Email Software for Startups

Release Notes

1.1.0
5 days ago

What's Changed

Full Changelog: https://github.com/M3U8Kit/M3U8Parser/compare/1.0.2...1.1.0

Swiftpack is being maintained by Petr Pavlik | @ptrpavlik | @swiftpackco | API | Analytics