Git Product home page Git Product logo

m3u8kit's Introduction

M3U8Kit

M3U8Kit is a light-weight m3u8 parser framework, code in Objective-C.
M3U8Kit 是使用Objective-C编写的一套轻量级m3u8解析框架.

Usage 使用方法

Get m3u8 plan string 获取m3u8明文

NSString *planString = [m3u8LocationURL m3u8PlanString];

Parse m3u8 from plan string or data 从明文或者data中解析m3u8

// via NSString
M3U8SegmentInfoList *m3u8 = [M3U8Parser m3u8SegmentInfoListFromPlanString:m3u8PlanString];

// via NSData
M3U8SegmentInfoList *m3u8 = [M3U8Parser m3u8SegmentInfoListFromData:m3u8Data];

Supported Tags 支持的Tags

  • #EXTM3U
  • #EXTINF

Reference link 参考链接

HTTP Live Streaming

http://tools.ietf.org/html/draft-pantos-http-live-streaming-00

Donate 捐赠

You can donate me 您可以支持我 via:

License 许可协议

This code is distributed under the terms of the GNU General Public License.
代码使用 GNU General Public License 许可发布.

m3u8kit's People

Watchers

James Cloos avatar Bill avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.