All Projects → EvilCult → Iptv M3u Maker

EvilCult / Iptv M3u Maker

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

Programming Languages

python
139335 projects - #7 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to Iptv M3u Maker

useetv-playlist
No description or website provided.
Stars: ✭ 41 (-97.93%)
Mutual labels:  m3u8-playlist, iptv, m3u
megacubo
A intuitive, multi-language and cross-platform IPTV player. Available for Windows, Android, Linux & macOS.
Stars: ✭ 134 (-93.23%)
Mutual labels:  tv, iptv, m3u
Iptv
Collection of publicly available IPTV channels from all over the world
Stars: ✭ 45,053 (+2176.55%)
Mutual labels:  iptv, tv, m3u
YouTube to m3u
Grab .m3u8 from YouTube live channels and makes .m3u IPTV Playlist from various languages and Events. Tamil / Malayalam / English / Hindi / French / Kids / Sports / Urudu etc.
Stars: ✭ 48 (-97.57%)
Mutual labels:  tv, iptv, m3u
IPtv
A collection of private IPtv list as well as Third-party IPtv list. (not updated anymore)
Stars: ✭ 16 (-99.19%)
Mutual labels:  m3u8-playlist, iptv, m3u
dut-iptv
Github repo containing Kodi addons for CanalDigitaal IPTV, F1 TV, KPN/Telfort/XS4All iTV, NLZiet, Telenet, T-Mobile TV, Videoland and Ziggo Go
Stars: ✭ 26 (-98.69%)
Mutual labels:  tv, iptv
iptvtools
A set of scripts that help to better IPTV experience.
Stars: ✭ 103 (-94.8%)
Mutual labels:  iptv, m3u
iptv-proxy
Reverse proxy on iptv m3u and m3u8 file and xtream codes client api
Stars: ✭ 235 (-88.13%)
Mutual labels:  iptv, m3u
NontonTV
Aplikasi android untuk menonton tv streaming. Cocok untuk android box/stb.
Stars: ✭ 42 (-97.88%)
Mutual labels:  tv, iptv
YouTube to m3u
Grabs m3u from YouTube live.
Stars: ✭ 95 (-95.2%)
Mutual labels:  iptv, m3u
m3u8
m3u8 file downloader library and chrome & firefox extensions/add-on's
Stars: ✭ 67 (-96.61%)
Mutual labels:  m3u8-playlist, m3u
stremio-addons-list
A community curated list of Stremio Addons
Stars: ✭ 330 (-83.32%)
Mutual labels:  tv, iptv
IPTV-Player
IPTV Player (Delphi, VLC)
Stars: ✭ 37 (-98.13%)
Mutual labels:  tv, iptv
Iptv
Android project for live streaming IPTV
Stars: ✭ 120 (-93.94%)
Mutual labels:  tv, iptv
ustvgo to m3u
Grabs m3u links from ustvgo.tv
Stars: ✭ 35 (-98.23%)
Mutual labels:  iptv, m3u
Legalstream
An m3u8 playlist featuring many LEGALLY FREE IPTV streams. For use with VLC.
Stars: ✭ 299 (-84.89%)
Mutual labels:  tv, iptv
iptv-playlist-aggregator
Aggregator for IPTV playlists from multiple sources
Stars: ✭ 35 (-98.23%)
Mutual labels:  iptv, m3u
iptvx
IPTV player and streamer for Linux that allows to play any stream that LibVLC can play, offers an overlay based on WebKit using HTML5, JavaScript and CSS and uses XMLTV data for EPG information. It allows the playback of URLs, files and can grab URLs from shell scripts. XMLTV EPG data can be downloaded from URLs or grabbed from shell scripts.
Stars: ✭ 65 (-96.72%)
Mutual labels:  tv, iptv
Tvlist Awesome M3u M3u8
直播源相关资源汇总 📺 💯 IPTV、M3U —— 勤洗手、戴口罩,祝愿所有人百毒不侵
Stars: ✭ 5,304 (+168.01%)
Mutual labels:  iptv, m3u
Fastotv
Open source IPTV player
Stars: ✭ 90 (-95.45%)
Mutual labels:  tv, iptv

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].