Git Product home page Git Product logo

woniuzfb / iptv Goto Github PK

View Code? Open in Web Editor NEW
892.0 892.0 292.0 28.27 MB

LianHuanHua / Rclone / Calibre Web / Alist / FFmpeg / Nginx / Openresty / V2ray / Xray / Armbian / Proxmox VE / ....... All In One Script

License: GNU General Public License v3.0

Shell 95.37% JavaScript 4.26% C 0.33% Dockerfile 0.04%
alist armbian calibre crossplane ffmpeg hls iptv lianhuanhua nginx openresty openwrt proxmox pve rclone v2ray xray xtream-codes

iptv's Introduction

All In One Script

V2ray

wget https://woniuzfb.github.io/iptv/v2.sh && bash v2.sh

v2 打开 v2ray 管理面板


Xray

wget https://woniuzfb.github.io/iptv/x.sh && bash x.sh

x 打开 xray 管理面板


Nginx

wget https://woniuzfb.github.io/iptv/nx.sh && bash nx.sh

nx 打开 Nginx 管理面板

  • 使用官方 crossplane 解析配置
  • 支持修改最多五级指令
  • SNI/SSL/APLN 分流
  • nodejs
  • mongodb
  • postfix
  • mmproxy
  • dnscrypt proxy
  • iperf3

Openresty

wget https://woniuzfb.github.io/iptv/or.sh && bash or.sh

or 打开 OpenResty 管理面板


Armbian

wget https://woniuzfb.github.io/iptv/arm.sh && bash arm.sh

arm 打开 Armbian 管理面板

  • docker
  • dnscrypt proxy
  • openwrt (旁路由)
  • openwrt-v2ray
  • xray/v2ray core 切换
  • 一键配置透明代理(直连国内, 代理国外), 配置文件保存/切换
  • NAT类型检测

Proxmox VE

wget https://woniuzfb.github.io/iptv/pve.sh && bash pve.sh

pve 打开 Proxmox VE 管理面板

  • nbfc
  • dnscrypt proxy
  • openwrt-v2ray
  • xray/v2ray core 切换
  • 一键配置透明代理(直连国内, 代理国外), 配置文件保存/切换

IBM Cloud Foundry

wget https://woniuzfb.github.io/iptv/ibm.sh && bash ibm.sh

ibm 打开 ibm CF 管理面板

ibm v2 打开 ibm v2ray APP 管理面板

ibm x 打开 ibm xray APP 管理面板


Cloudflare partner,workers

wget https://woniuzfb.github.io/iptv/cf.sh && bash cf.sh

cf 打开 cloudflare partner,workers 管理面板

cf w 打开 cloudflare workers 管理面板

  • 多 CFP 管理
  • 开启 workers 监控
    • 可以在超过请求数( 默认 100000 )时自动上传 worker 到其他账号并移动域名 CNAME 记录
    • 准备工作
      • 脚本添加用户
      • [ 可省略 ] 需要 Token (API 令牌): workers 和 zone 编辑权限 或 使用 Global API Key (官网添加或查看)
      • 脚本添加源站 CNAME 记录(一个 CNAME 对应一个 worker), 所有域名必须在同一 cloudflare 账号
      • 如果是新账号需要登录官网完成验证邮箱并点击 workers 设置站点域名
    • 可以设置中转 IBM CF
  • 账号可能会被 cloudflare 列入黑名单, 无法使用 api

FFmpeg

wget https://woniuzfb.github.io/iptv/iptv.sh && bash iptv.sh

tv 打开 iptv 管理面板

  • 计划任务(定时开启/关闭)
  • 监控
  • 防护
  • 防盗链
  • 节目表
  • VIP

自动解析直播源

cx 打开 xtream codes 账号/频道 管理面板

tv 4g 打开 4gtv 频道管理面板

tv d 添加演示频道

  • tvb
  • fengshows
  • lotus macau
  • youtube
  • twitch
  • hbo asia

快捷键

tv -h

tv c <en|zh_CN|...> 更改语言

tv color 自定义文字和背景颜色

参数详解

使用方法: tv -i [直播源] [-s 分片时长(秒)] [-o 输出目录名称] [-c m3u8包含的分片数目] [-b 码率] [-r 分辨率] [-p m3u8文件名称] [-C] [-R] [-l] [-P http代理]

-i  直播源(支持 mpegts / hls / flv / youtube ...)
    可以是视频路径
    可以输入不同链接地址(监控按顺序尝试使用),用空格分隔
-s  分片时长(秒)(默认:6)
-o  输出目录名称(默认:随机名称)

-l  非无限时长直播, 无法设置切割分片数且无法监控(默认:不设置)
-P  FFmpeg 的 http 代理, 直播源是 http 链接时可用(默认:不设置)

-p  m3u8名称(前缀)(默认:随机)
-c  m3u8里包含的分片数目(默认:5)
-S  分片所在子目录名称(默认:不使用子目录)
-t  分片名称(前缀)(默认:跟m3u8名称相同)
-a  音频编码(默认:aac) (不需要转码时输入 copy)
-v  视频编码(默认:libx264) (不需要转码时输入 copy)
-f  画面或声音延迟(格式如: v_3 画面延迟3秒,a_2 声音延迟2秒 画面声音不同步时使用)
-d  dvb teletext 字幕解码成的格式,可选: text,ass (默认: 不设置)
-q  CRF 固定质量因子, 多个 CRF 用逗号分隔(默认: 不设置)
    如果同时设置了输出视频码率, 则优先使用 CRF 值控制视频质量
    取值每 +/- 6 会大概导致码率的减半或加倍
    x264 和 x265 取值范围为 [0,51]
    x264 的默认值是 23, 视觉无损值 18
    x265 的默认值是 28, 视觉无损值 24
    VP9 取值范围为 [0,63], 建议取值范围为 [15,35]
-b  输出视频的码率(k)(多个用逗号分隔 比如: 800,1000,1500)(默认: 900)
    如果已经设置 CRF 固定质量因子, 用于 VBV 的 -maxrate 和 -bufsize (capped CRF)
    如果没有设置 CRF 固定质量因子, 用于指定输出视频码率(ABR 或 CBR)
    可以输入 omit 省略此选项
-r  输出视频的分辨率(多个用逗号分隔 比如: 960x540,1280x720)(默认: 1280x720)
-C  限制性编码(设置码率的情况下有效)(默认: 否)
    如果已经设置 CRF 固定质量因子, 使用限制性编码 VBV (capped CRF)
    如果没有设置 CRF 固定质量因子, 使用限制性编码 VBV (ABR)
-R  固定码率 CBR (设置 -C 情况下有效)(默认: 否)
-e  加密分片(默认:不加密)
-K  Key名称(默认:随机)
-z  频道名称(默认:跟m3u8名称相同)

也可以不输出 HLS,比如 flv 推流
-k  设置推流类型,比如 -k flv
-H  推流 h265(默认: 不设置)
-T  设置推流地址,比如 rtmp://127.0.0.1/flv/xxx
-L  输入拉流(播放)地址(可省略),比如 http://domain.com/flv?app=flv&stream=xxx

-m  FFmpeg 额外的输入参数
    (默认:-copy_unknown -reconnect 1 -reconnect_at_eof 1 -reconnect_streamed 1 -reconnect_delay_max 2000 -rw_timeout 10000000 -y -nostats -nostdin -hide_banner -loglevel fatal)
    如果输入的直播源是 hls 链接,需去除 -reconnect_at_eof 1
    如果输入的直播源是 rtmp 或本地链接,需去除 -reconnect 1 -reconnect_at_eof 1 -reconnect_streamed 1 -reconnect_delay_max 2000
    如果要查看详细日志 fatal 改成 error / warning / ...
-n  FFmpeg 额外的输出参数, 可以输入 omit 省略此选项 (除非有特殊需求, 不需要转码时请省略此选项)
    (默认:-g 60 -sc_threshold 0 -sn -preset superfast -pix_fmt yuv420p -profile:v main)

举例

  • 使用 CRF 固定质量因子控制视频质量:

    tv -i http://xxx/xxx.ts -s 6 -o hbo1 -p hbo1 -q 15 -b 1500 -r 1280x720 -z 'hbo直播1'

  • 使用码率控制视频质量[ 默认 ]:

    tv -i http://xxx/xxx.ts -s 6 -o hbo2 -p hbo2 -b 900 -r 1280x720 -z 'hbo直播2'

  • 不需要转码的设置: -a copy -v copy -n omit

  • 不输出 HLS, 推流 flv :

    tv -i http://xxx/xxx.ts -a aac -v libx264 -b 3000 -k flv -T rtmp://127.0.0.1/flv/xxx

  • 或者输入 tv 打开 HLS 面板, tv f 打开 FLV 面板,使用方法 Enter

Alist

./debug ali

Rclone

./debug rc
  • remote
  • mount
  • serve
  • sync

Calibre

./debug cw
  • calibre-web
  • kcc

LianHuanHua

./debug lhh
  • 1w+ 某某分享 (知乎 + 头条)
  • 某某全站 (号称7成连环画?)

Docker

./debug dr
  • traefik
  • authelia

Dev

v2.0.0 broken atm

./debug [tv|cf|v2|x|...] [options]

./make [install]

iptv's People

Contributors

woniuzfb avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

iptv's Issues

Bein pocket

#EXTINF:-1, links-iptv.com beIN SPORTS 1-4K
http://163.172.18.54:8000/live/mMM33bE62ND6hY/ULfo7BodcIpYe3/6.ts
#EXTINF:-1, links-iptv.com beIN SPORTS 2-4K
http://163.172.18.54:8000/live/mMM33bE62ND6hY/ULfo7BodcIpYe3/8.ts
#EXTINF:-1, links-iptv.com beIN SPORTS 3-4K
http://163.172.18.54:8000/live/mMM33bE62ND6hY/ULfo7BodcIpYe3/10.ts
#EXTINF:-1, links-iptv.com beIN SPORTS 4-4K
http://163.172.18.54:8000/live/mMM33bE62ND6hY/ULfo7BodcIpYe3/12.ts
#EXTINF:-1, links-iptv.com beIN SPORTS 5-4K
http://163.172.18.54:8000/live/mMM33bE62ND6hY/ULfo7BodcIpYe3/27.ts
#EXTINF:-1, links-iptv.com beIN SPORTS 6-4K
http://163.172.18.54:8000/live/mMM33bE62ND6hY/ULfo7BodcIpYe3/28.ts
#EXTINF:-1, links-iptv.com beIN SPORTS 7-4K
http://163.172.18.54:8000/live/mMM33bE62ND6hY/ULfo7BodcIpYe3/29.ts
#EXTINF:-1, links-iptv.com beIN SPORTS 8-4K
http://163.172.18.54:8000/live/mMM33bE62ND6hY/ULfo7BodcIpYe3/30.ts
#EXTINF:-1, links-iptv.com beIN SPORTS 9-4K
http://163.172.18.54:8000/live/mMM33bE62ND6hY/ULfo7BodcIpYe3/31.ts
#EXTINF:-1, links-iptv.com beIN SPORTS 10-4K
http://163.172.18.54:8000/live/mMM33bE62ND6hY/ULfo7BodcIpYe3/32.ts
#EXTINF:-1, links-iptv.com beIN SPORTS FR-1 4K
http://163.172.18.54:8000/live/mMM33bE62ND6hY/ULfo7BodcIpYe3/33.ts
#EXTINF:-1, links-iptv.com beIN SPORTS FR-2 4K
http://163.172.18.54:8000/live/mMM33bE62ND6hY/ULfo7BodcIpYe3/34.ts
#EXTINF:-1, links-iptv.com beIN SPORTS FR-3 4K
http://163.172.18.54:8000/live/mMM33bE62ND6hY/ULfo7BodcIpYe3/35.ts
#EXTINF:-1, links-iptv.com BEIN Sport 1
http://163.172.18.54:8000/live/mMM33bE62ND6hY/ULfo7BodcIpYe3/1.ts
#EXTINF:-1, links-iptv.com BEIN Sport 2
http://163.172.18.54:8000/live/mMM33bE62ND6hY/ULfo7BodcIpYe3/2.ts
#EXTINF:-1, links-iptv.com BEIN Sport 3
http://163.172.18.54:8000/live/mMM33bE62ND6hY/ULfo7BodcIpYe3/3.ts
#EXTINF:-1, links-iptv.com BEIN Sport 4
http://163.172.18.54:8000/live/mMM33bE62ND6hY/ULfo7BodcIpYe3/4.ts
#EXTINF:-1, links-iptv.com BEIN Sport_5
http://163.172.18.54:8000/live/mMM33bE62ND6hY/ULfo7BodcIpYe3/13.ts
#EXTINF:-1, links-iptv.com BEIN Sport_6
http://163.172.18.54:8000/live/mMM33bE62ND6hY/ULfo7BodcIpYe3/14.ts
#EXTINF:-1, links-iptv.com BEIN Sport_7
http://163.172.18.54:8000/live/mMM33bE62ND6hY/ULfo7BodcIpYe3/15.ts
#EXTINF:-1, links-iptv.com BEIN Sport_8
http://163.172.18.54:8000/live/mMM33bE62ND6hY/ULfo7BodcIpYe3/16.ts
#EXTINF:-1, links-iptv.com BEIN Sport_9
http://163.172.18.54:8000/live/mMM33bE62ND6hY/ULfo7BodcIpYe3/17.ts
#EXTINF:-1, links-iptv.com BEIN Sport_10
http://163.172.18.54:8000/live/mMM33bE62ND6hY/ULfo7BodcIpYe3/18.ts
#EXTINF:-1, links-iptv.com BEIN Sport_11
http://163.172.18.54:8000/live/mMM33bE62ND6hY/ULfo7BodcIpYe3/19.ts
#EXTINF:-1, links-iptv.com BEIN Sport_12
http://163.172.18.54:8000/live/mMM33bE62ND6hY/ULfo7BodcIpYe3/20.ts
#EXTINF:-1, links-iptv.com BEIN Sport_13
http://163.172.18.54:8000/live/mMM33bE62ND6hY/ULfo7BodcIpYe3/21.ts
#EXTINF:-1, links-iptv.com BEIN Sport_14
http://163.172.18.54:8000/live/mMM33bE62ND6hY/ULfo7BodcIpYe3/22.ts
#EXTINF:-1, links-iptv.com BEIN Sport_15
http://163.172.18.54:8000/live/mMM33bE62ND6hY/ULfo7BodcIpYe3/23.ts
#EXTINF:-1, links-iptv.com BEIN Sport_16
http://163.172.18.54:8000/live/mMM33bE62ND6hY/ULfo7BodcIpYe3/24.ts
#EXTINF:-1, links-iptv.com BEIN Sport_17
http://163.172.18.54:8000/live/mMM33bE62ND6hY/ULfo7BodcIpYe3/25.ts

#EXTINF:-1,***** WORLD SPORTS *****
http://p2.cunrt.com:8080/live/11052017/11052017/7686.ts
#EXTINF:-1,BEIN SPORT 1 FR
http://p2.cunrt.com:8080/live/11052017/11052017/7685.ts
#EXTINF:-1,BEIN SPORT 2 FR
http://p2.cunrt.com:8080/live/11052017/11052017/7684.ts
#EXTINF:-1,BEIN SPORT 3 FR
http://p2.cunrt.com:8080/live/11052017/11052017/7683.ts
#EXTINF:-1,AR|BEIN 1 HD
http://p2.cunrt.com:8080/live/11052017/11052017/7680.ts
#EXTINF:-1,AR|BEIN 2 HD
http://p2.cunrt.com:8080/live/11052017/11052017/7679.ts
#EXTINF:-1,AR|BEIN 3 HD
http://p2.cunrt.com:8080/live/11052017/11052017/7678.ts
#EXTINF:-1,AR|BEIN 4 HD
http://p2.cunrt.com:8080/live/11052017/11052017/7677.ts
#EXTINF:-1,AR|BEIN 5 HD
http://p2.cunrt.com:8080/live/11052017/11052017/7676.ts
#EXTINF:-1,AR|BEIN 6 HD
http://p2.cunrt.com:8080/live/11052017/11052017/7675.ts
#EXTINF:-1,AR|BEIN 7 HD
http://p2.cunrt.com:8080/live/11052017/11052017/7674.ts
#EXTINF:-1,AR|BEIN 8 HD
http://p2.cunrt.com:8080/live/11052017/11052017/7673.ts
#EXTINF:-1,AR|BEIN 9 HD
http://p2.cunrt.com:8080/live/11052017/11052017/7672.ts
#EXTINF:-1,AR|BEIN 10 HD
http://p2.cunrt.com:8080/live/11052017/11052017/7671.ts
#EXTINF:-1,DE | Sky Sport Bundesliga 1
http://p2.cunrt.com:8080/live/11052017/11052017/7670.ts
#EXTINF:-1,DE | SKY BUNDESLIGA 2 HD !!! weekend only !!!
http://p2.cunrt.com:8080/live/11052017/11052017/7669.ts
#EXTINF:-1,DE | SKY BUNDESLIGA 3 HD !!! weekend only !!!
http://p2.cunrt.com:8080/live/11052017/11052017/7668.ts
#EXTINF:-1,DE | SKY BUNDESLIGA 4 HD !!! weekend only !!!
http://p2.cunrt.com:8080/live/11052017/11052017/7667.ts
#EXTINF:-1,DE | SKY BUNDESLIGA 5 HD !!! weekend only !!!
http://p2.cunrt.com:8080/live/11052017/11052017/7666.ts
#EXTINF:-1,ARENA SPORT 1 HR
http://p2.cunrt.com:8080/live/11052017/11052017/7665.ts
#EXTINF:-1,ARENA SPORT 2 HR
http://p2.cunrt.com:8080/live/11052017/11052017/7664.ts
#EXTINF:-1,ARENA SPORT 3 HR
http://p2.cunrt.com:8080/live/11052017/11052017/7663.ts
#EXTINF:-1,ARENA SPORT 4 HR
http://p2.cunrt.com:8080/live/11052017/11052017/7662.ts
#EXTINF:-1,FR Eurosport 1
http://p2.cunrt.com:8080/live/11052017/11052017/7682.ts
#EXTINF:-1,FR Eurosport 2
http://p2.cunrt.com:8080/live/11052017/11052017/7681.ts

#EXTINF:-1,SPORTS
http://195.154.151.43:7501/live/srxu0Nhn28sZWML/Hex1tHAjay0LlWt/388.ts
#EXTINF:-1,Sky Sport News
http://195.154.151.43:7501/live/srxu0Nhn28sZWML/Hex1tHAjay0LlWt/269.ts
#EXTINF:-1,sky sport mix
http://195.154.151.43:7501/live/srxu0Nhn28sZWML/Hex1tHAjay0LlWt/347.ts
#EXTINF:-1,sky sport golf
http://195.154.151.43:7501/live/srxu0Nhn28sZWML/Hex1tHAjay0LlWt/346.ts
#EXTINF:-1,sky sport football
http://195.154.151.43:7501/live/srxu0Nhn28sZWML/Hex1tHAjay0LlWt/345.ts
#EXTINF:-1,SKY SPORT CRICKET
http://195.154.151.43:7501/live/srxu0Nhn28sZWML/Hex1tHAjay0LlWt/343.ts
#EXTINF:-1,Sky sport action
http://195.154.151.43:7501/live/srxu0Nhn28sZWML/Hex1tHAjay0LlWt/344.ts
#EXTINF:-1,Sky Sports The Open HD
http://195.154.151.43:7501/live/srxu0Nhn28sZWML/Hex1tHAjay0LlWt/327.ts
#EXTINF:-1,Sky Sports Premier League HD
http://195.154.151.43:7501/live/srxu0Nhn28sZWML/Hex1tHAjay0LlWt/328.ts
#EXTINF:-1,sky sport f1
http://195.154.151.43:7501/live/srxu0Nhn28sZWML/Hex1tHAjay0LlWt/329.ts
#EXTINF:-1,Sky Sport MAIN EVENT
http://195.154.151.43:7501/live/srxu0Nhn28sZWML/Hex1tHAjay0LlWt/326.ts
#EXTINF:-1,TEST JEEM
http://195.154.151.43:7501/live/srxu0Nhn28sZWML/Hex1tHAjay0LlWt/385.ts
#EXTINF:-1,Boxnation
http://195.154.151.43:7501/live/srxu0Nhn28sZWML/Hex1tHAjay0LlWt/264.ts
#EXTINF:-1,ESPN
http://195.154.151.43:7501/live/srxu0Nhn28sZWML/Hex1tHAjay0LlWt/380.ts
#EXTINF:-1,Setanta Sport
http://195.154.151.43:7501/live/srxu0Nhn28sZWML/Hex1tHAjay0LlWt/249.ts
#EXTINF:-1,EIR SPORTS 1
http://195.154.151.43:7501/live/srxu0Nhn28sZWML/Hex1tHAjay0LlWt/378.ts
#EXTINF:-1,EIR SPORTS 2
http://195.154.151.43:7501/live/srxu0Nhn28sZWML/Hex1tHAjay0LlWt/379.ts
#EXTINF:-1,Setanta Sports Ireland HD
http://195.154.151.43:7501/live/srxu0Nhn28sZWML/Hex1tHAjay0LlWt/270.ts
#EXTINF:-1,BT Sport 1
http://195.154.151.43:7501/live/srxu0Nhn28sZWML/Hex1tHAjay0LlWt/318.ts
#EXTINF:-1,BT Sport 2
http://195.154.151.43:7501/live/srxu0Nhn28sZWML/Hex1tHAjay0LlWt/317.ts
#EXTINF:-1,BT Sport 3HD
http://195.154.151.43:7501/live/srxu0Nhn28sZWML/Hex1tHAjay0LlWt/316.ts
#EXTINF:-1,BT Sport Xtra 1
http://195.154.151.43:7501/live/srxu0Nhn28sZWML/Hex1tHAjay0LlWt/323.ts
#EXTINF:-1,BT Sport Xtra 2
http://195.154.151.43:7501/live/srxu0Nhn28sZWML/Hex1tHAjay0LlWt/322.ts
#EXTINF:-1,BT Sport Xtra 3
http://195.154.151.43:7501/live/srxu0Nhn28sZWML/Hex1tHAjay0LlWt/321.ts
#EXTINF:-1,BT Sport Xtra 4
http://195.154.151.43:7501/live/srxu0Nhn28sZWML/Hex1tHAjay0LlWt/320.ts
#EXTINF:-1,BT Sport Xtra 5
http://195.154.151.43:7501/live/srxu0Nhn28sZWML/Hex1tHAjay0LlWt/319.ts
#EXTINF:-1,BT Sport Europe
http://195.154.151.43:7501/live/srxu0Nhn28sZWML/Hex1tHAjay0LlWt/263.ts
#EXTINF:-1,Premier Sport
http://195.154.151.43:7501/live/srxu0Nhn28sZWML/Hex1tHAjay0LlWt/267.ts
#EXTINF:-1,Racing
http://195.154.151.43:7501/live/srxu0Nhn28sZWML/Hex1tHAjay0LlWt/302.ts
#EXTINF:-1,MUTV
http://195.154.151.43:7501/live/srxu0Nhn28sZWML/Hex1tHAjay0LlWt/260.ts
#EXTINF:-1,British Eurosport 1
http://195.154.151.43:7501/live/srxu0Nhn28sZWML/Hex1tHAjay0LlWt/315.ts
#EXTINF:-1,British Eurosport 2
http://195.154.151.43:7501/live/srxu0Nhn28sZWML/Hex1tHAjay0LlWt/314.ts
#EXTINF:-1,At The Races UK
http://195.154.151.43:7501/live/srxu0Nhn28sZWML/Hex1tHAjay0LlWt/256.ts
#EXTINF:-1,Chelsea FC
http://195.154.151.43:7501/live/srxu0Nhn28sZWML/Hex1tHAjay0LlWt/266.ts
#EXTINF:-1,telepuissance
http://195.154.151.43:7501/live/srxu0Nhn28sZWML/Hex1tHAjay0LlWt/342.ts
#EXTINF:-1,tnh
http://195.154.151.43:7501/live/srxu0Nhn28sZWML/Hex1tHAjay0LlWt/341.ts
#EXTINF:-1,telemetropole
http://195.154.151.43:7501/live/srxu0Nhn28sZWML/Hex1tHAjay0LlWt/340.ts

能按需开启吗

能按需开启吗,现在是7*24小时在线。实际上很多时候都没有客户端连接。

单条命令无法添加直播

官方提供的以下示例,运行后,会在/usr/local/iptv/live里增加相应文件夹,但ffmpeg没有启动,输入tv后没有查到该频道。

使用crf值控制视频质量:
tv -i http://xxx/xxx.ts -s 6 -o hbo1 -p hbo1 -q 15 -b 1500-1280x720 -z 'hbo直播1'

使用比特率控制视频质量[ 默认 ]:
tv -i http://xxx/xxx.ts -s 6 -o hbo2 -p hbo2 -b 900-1280x720 -z 'hbo直播2'

输入tv后,再按5,然后不停下一步,就可以增加直播。

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.