Pages

Saturday, 9 November 2024

Tvlist-awesome-m3u-m3u8

工具

支持IPTV流的应用程序。

Windows

  • VLC for Windows 免费开放源代码的便携式跨平台媒体播放器。
  • Kodi 具有库支持的免费跨平台媒体播放器。

MacOS

  • VLC for Mac OS X 免费和开放源代码的便携式跨平台媒体播放器。
  • IINA - 适用于macOS的现代媒体播放器。
  • Kodi - 具有库支持的免费跨平台媒体播放器。

AppleTV

  • iPlayTV
    • 食用指南
      1. 打开iPlayTV 点击 ➕号;
      2. 选择 Remote Playlist File;
      3. 第一行随意输入一个名字;
      4. 第二行输入上面给你的地址;
      5. 第三行不用管;
      6. 点 save 即可;

iOS

  • GSE SMART IPTV 完整的用户定义的高级IPTV解决方案,用于实时和非实时电视/流。
  • Movie Stream: Watch Smart IPTV - 启用Chromecast的应用程序,可让您将收藏的视频从移动设备流式传输到电视。
  • nPlayer - 支持播放列表文件:CUE、M3U、PLS

Android

PlayStation 4 / Xbox One

提供者

IPTV提供商列表。

渠道数据源

包含有关电视频道信息的有用资源列表。

  • 电视直播源搜索引擎 - 国内外电视频道直播源搜索,m3u8、flv、rtsp、rtmp、txt直播源链接地址每日更新
  • LyngSat - 卫星电视频道的数据库,其中包含捕获信号所必需的信息。
  • LyngSat Logo - 电视频道徽标的集合。
  • TV Address - 电视频道信息。

EPG来源

IPTV频道的EPG(电子节目指南)来源。

  • EPG for IPTV - EPG服务提供商,为全球IPTV提供个性化的电子节目指南。
  • epg.streamstv.me 欧亚大陆和北美频道的节目指南。
  • IPTVX|one 主要用于CIS频道的节目指南。
  • i.mjh.nz 来自澳大利亚,新西兰和南非的频道的节目指南。

工具类

与IPTV一起使用的有用工具。

监测工具

插件

视频教程

文章

from https://github.com/imDazui/Tvlist-awesome-m3u-m3u8 

--------------------------------------------------------------------------

IPTV Checker Build Status

Node.js CLI tool for checking links in IPTV playlists.

This tool is based on the ffmpeg library, so you need to install it on your computer first. You can find the right installer for your system here: https://www.ffmpeg.org/download.html

Usage

CLI

npm install -g iptv-checker

Check local playlist file:

iptv-checker /path-to-playlist/example.m3u

Check playlist URL:

iptv-checker https://some-playlist.lol/list.m3u

Pipe playlist from stdin:

cat ~/some-playlist.m3u | iptv-checker

Arguments:

  • -o, --output: change default output directory
  • -t, --timeout: specifies the number of milliseconds before the request will be aborted (default to 60000)
  • -a, --user-agent: set custom HTTP User-Agent
  • -k, --insecure: allow insecure connections when using SSL
  • -p, --parallel: Batch size of channels to check concurrently (default to 1)

Repository

github.com/freearhey/iptv-checker


from  https://www.npmjs.com/package/iptv-checker

No comments:

Post a Comment