Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Eyevinn/vod-to-live
A python library to generate Live HLS from VOD
https://github.com/Eyevinn/vod-to-live
Last synced: 29 days ago
JSON representation
A python library to generate Live HLS from VOD
- Host: GitHub
- URL: https://github.com/Eyevinn/vod-to-live
- Owner: Eyevinn
- Created: 2017-10-11T14:12:59.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-10-20T10:58:21.000Z (about 7 years ago)
- Last Synced: 2024-11-09T10:40:43.708Z (about 1 month ago)
- Language: Python
- Size: 20.5 KB
- Stars: 7
- Watchers: 15
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-video - vod-to-live - A python library to generate Live HLS from VOD. (Language and platform specific libraries / Python)
- awesome-video - Eyevinn/vod-to-live - A python library to generate Live HLS from VOD. (HLS / Talks Presentations Podcasts)
README
#### Install:
python setup.py install#### Use:
from vodtolive import HLSVod
def main():
vod = HLSVod('url')