Metadata-Version: 2.1
Name: pyxtream
Version: 0.1
Summary: xtream IPTV loader
Home-page: https://github.com/superolmo/pyxtream
Author: Claudio Olmi
Author-email: superolmo2@gmail.com
License: GPL3
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Classifier: Natural Language :: English
Description-Content-Type: text/markdown
License-File: LICENSE

# pyxtream
Loads xtream IPTV

# Build PIP Module
python3 setup.py bdist_wheel

# Install
python3 -m pip install dist/pyxtream-0.1-py3-none-any.whl

# Record TS Video
ffmpeg -y -i "(iptv url)" -c:v copy -c:a copy  -map 0:v -map 0:a -t 00:00:30 "myrecording.ts" >"mylog.log" 2>&1


