GithubHelp home page GithubHelp logo

zinbers / iptv-m3u8-checker Goto Github PK

View Code? Open in Web Editor NEW

This project forked from alexkwan1981/iptv-m3u8-checker

0.0 0.0 0.0 110 KB

Detecting IPTV m3u8 streaming url.

License: MIT License

Python 100.00%

iptv-m3u8-checker's Introduction

IPTV 直播源批量检测程序

简介

主要功能

对直播源进行批量检测,将优质有效的直播源生成M3U文件

  • 将待检测的直播源文件放置到playlists文件夹下:
    • 支持多个文件
    • 目前支持m3u格式的文件和txt格式,详见playlists文件下的示例
  • 直播源检测原理
  • 针对有效的优质直播源,将其输出为 m3u 文件,文件名称是当前时间。

项目使用方法

本项目基于 python3.7 进行开发

  • 主要参数
    playlist_file = 'playlists/'
    直播源源文件存放路径 m3u8_file_path = 'output/'
    检测后的M3U文件存放路径 delay_threshold = 5000
    响应延迟阈值,单位毫秒。超过这个阈值则认为直播源质量较差
  • 在ouput文件下放置待检测的直播源清单
  • python main.py

待优化内容

  • sqllite入库部分代码尚未优化
  • 对于部分m3u格式的属性标签上不支持,存在读入m3u文件异常的情况
  • 目前生成m3u文件尚不支持分组标签

iptv-m3u8-checker's People

Contributors

alexkwan1981 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.