m3u8:用于HTTP实时流(HLS)传输的Python m3u8解析器

时间:2024-05-21 06:09:37
【文件属性】:

文件名称:m3u8:用于HTTP实时流(HLS)传输的Python m3u8解析器

文件大小:47KB

文件格式:ZIP

更新时间:2024-05-21 06:09:37

python parser hls m3u8 Python

m3u8 Python 解析器。 文献资料 加载播放列表 要将播放列表从uri,文件路径或直接从字符串加载到对象中,请使用加载/加载功能: import m3u8 playlist = m3u8 . load ( 'http://videoserver.com/playlist.m3u8' ) # this could also be an absolute filename print ( playlist . segments ) print ( playlist . target_duration ) # if you already have the content as string, use playlist = m3u8 . loads ( '#EXTM3U8 ... etc ... ' ) 转储播放列表 要将播放列表从对象转储到控制台或文件,请使用转储功能: imp


【文件预览】:
m3u8-master
----MANIFEST.in(59B)
----.coveralls.yml(46B)
----README.rst(11KB)
----requirements-dev.txt(298B)
----requirements.txt(8B)
----.travis.yml(177B)
----LICENSE(1KB)
----setup.py(691B)
----m3u8()
--------httpclient.py(1KB)
--------model.py(43KB)
--------parser.py(18KB)
--------__init__.py(2KB)
--------protocol.py(1KB)
--------mixins.py(2KB)
----.editorconfig(223B)
----tests()
--------playlists.py(33KB)
--------test_parser.py(27KB)
--------test_loader.py(5KB)
--------test_model.py(46KB)
--------test_strict_validations.py(1KB)
--------m3u8server.py(1KB)
--------playlists()
--------test_variant_m3u8.py(11KB)
----.gitignore(116B)
----runtests(646B)

网友评论