M3U8Kit is a light-weight m3u8 parser framework, code in Objective-C.
M3U8Kit 是使用Objective-C编写的一套轻量级m3u8解析框架.
NSString *planString = [m3u8LocationURL m3u8PlanString];
// via NSString
M3U8SegmentInfoList *m3u8 = [M3U8Parser m3u8SegmentInfoListFromPlanString:m3u8PlanString];
// via NSData
M3U8SegmentInfoList *m3u8 = [M3U8Parser m3u8SegmentInfoListFromData:m3u8Data];
- #EXTM3U
- #EXTINF
http://tools.ietf.org/html/draft-pantos-http-live-streaming-00
You can donate me 您可以支持我 via:
- Alipay | 支付宝
- Bitcoin: 1DK98CTQ3hXb2j3VD7Tbz4v16ytZJhtPWv
This code is distributed under the terms of the GNU General Public License.
代码使用 GNU General Public License 许可发布.