Coder Social home page Coder Social logo

daojianmahun / iptv-m3u-maker Goto Github PK

View Code? Open in Web Editor NEW

This project forked from evilcult/iptv-m3u-maker

0.0 1.0 0.0 343 KB

IPTV 国内+国外 电视台直播源m3u文件, 收集&汇总&本地源脚本

Home Page: https://evilcult.dev/tags/IPTV-Projects/

License: MIT License

Python 24.67% HTML 75.33%

iptv-m3u-maker's Introduction

IPTV m3u 直播源 收集 & 汇总

项目详细说明

项目更新记录

简介


主要功能

收集网络上现有的一些网友共享的直播源, 将其汇总后.

对每个连接进行测试, 同时记录当前网络对该连接的延迟, 同时对其标题进行一定的格式化.

最终, 针对当前网络生成一份可用的, 同类速度最优的 “播放列表”.

将其输出为 m3u 文件

程序内置服务器功能, 本地运行访问: http://{你的IP}:9527/m3u

目前进度

目前库存频道总数: 1024

已放出优质频道总是: 269

!!! 项目持续更新中 !!!

数据来源


数据源总是挂掉的比新增的快,欢迎推荐稳定数据源

项目使用方法


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

手动执行

git clone https://github.com/EvilCult/iptv-m3u-maker.git

cd iptv-m3u-maker/python

python iptv.py

人生苦短, 我用Docker

建议以Docker 的方式,直接在路由器上运行,本地检测地址访问,更为精准.

git clone https://github.com/EvilCult/iptv-m3u-maker.git

cd iptv-m3u-maker

docker build -t iptv-maker:latest .

docker run -it -d --name iptv -p 9527:9527 iptv-maker:latest

build的过程中会自动配置程序运行环境, 其中已包含flask服务器,可直接访问 ' http://{运行docker的机器的IP地址}:9527 ' 查看当前程序状态,以及相关操作

其他

待程序稍微稳定后回只做一个镜像丢到docker hub上去, 直接拉取就好.

其他


相关项目

iptv-m3u-player」 - 基于本项目的衍生项目, 基于Electron+React编写的一个轻量级桌面客户端.频道数据会随本项目更新. Mac上不知道用什么客户端的,可以试试. (当前更新涉及文件路径修改, 该项目暂时不可直接使用.)

Android TV 请使用 Kodi + ‘PVR IPTV Simple Client’

iOS 请使用 Cloud Stream

PC 我就不太了解了....

已知问题

  • 访问速度慢,视频卡顿
    • 解决方案: 不要直接引用项目中的tv.m3u8文件,clone项目到本地,在本地网络环境下执行项目,生成新的文件
  • 电视,广播未分开
    • 暂时未处理,会v在后续版本进行分类
  • 程序运行报错
    • 可能是部分 分享源 网站服务当机... 可自行注释部分代码 or 提交 issues

iptv-m3u-maker's People

Contributors

evilcult avatar shmilyyan avatar

Watchers

James Cloos 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.