<?xml version='1.0' encoding='UTF-8'?>
<?xml-stylesheet href="/rss/stylesheet/" type="text/xsl"?>
<rss xmlns:content='http://purl.org/rss/1.0/modules/content/' xmlns:taxo='http://purl.org/rss/1.0/modules/taxonomy/' xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns#' xmlns:itunes='http://www.itunes.com/dtds/podcast-1.0.dtd' xmlns:googleplay="http://www.google.com/schemas/play-podcasts/1.0" xmlns:dc='http://purl.org/dc/elements/1.1/' xmlns:atom='http://www.w3.org/2005/Atom' xmlns:podbridge='http://www.podbridge.com/podbridge-ad.dtd' version='2.0'>
<channel>
  <title>奇诺分享 | blog.ccino.cc - 重在分享</title>
  <language>zh-cn</language>
  <generator>microfeed.org</generator>
  <itunes:type>episodic</itunes:type>
  <itunes:explicit>false</itunes:explicit>
  <atom:link rel="self" href="https://blog-ccino-cc.pages.dev/rss/" type="application/rss+xml"/>
  <link>https://blog.ccino.cc</link>
  <itunes:author>奇诺分享</itunes:author>
  <itunes:image href="https://cdn-blog-ccino-cc.ccino.cc/blog-ccino-cc/production/images/channel-6ebae07c242a357bee27d74ca3e4b3ce.png"/>
  <image>
    <title>奇诺分享 | blog.ccino.cc - 重在分享</title>
    <url>https://cdn-blog-ccino-cc.ccino.cc/blog-ccino-cc/production/images/channel-6ebae07c242a357bee27d74ca3e4b3ce.png</url>
    <link>https://blog.ccino.cc</link>
  </image>
  <copyright>©2024</copyright>
  <item>
    <title>肥羊的IPTV等直播源代理Docker部署教程</title>
    <guid>p2Od2jl0y7Y</guid>
    <pubDate>Sun, 06 Oct 2024 11:49:27 GMT</pubDate>
    <itunes:explicit>false</itunes:explicit>
    <description>
      <![CDATA[<h2>一、推荐使用 Docker 一键运行，并配置 watchtower 监听 Docker 镜像更新，直接一劳永逸：</h2><h3>1，使用 Docker 一键配置 allinone</h3><pre class="ql-syntax" spellcheck="false">docker run -d --restart unless-stopped --net=host --privileged=true -p 35455:35455 --name allinone youshandefeiyang/allinone
</pre><p><br></p><h3>2，一键配置 watchtower 每天凌晨两点自动监听 allinone 镜像更新，同步 GitHub 仓库：</h3><pre class="ql-syntax" spellcheck="false">docker run -d --name watchtower --restart unless-stopped -v /var/run/docker.sock:/var/run/docker.sock containrrr/watchtower allinone -c --schedule "0 0 2 * * *"
</pre><p><br></p><h2>二、直接运行：</h2><p><br></p><p>首先去 action 中下载对应平台二进制执行文件，然后解压并直接执行</p><pre class="ql-syntax" spellcheck="false">chmod 777 allinone &amp;&amp; ./allinone
</pre><p><br></p><p><br></p><p>建议搭配进程守护工具进行使用，windows 直接双击运行！</p><h2>三、详细使用方法</h2><h2><strong>Ysptp 和 Itv 聚合 M 3 U 获取：</strong></h2><p><br></p><p><strong>声明：如果你是在公网服务器部署，不愿意开启聚合 TV 直播服务，在运行裸程序或者 Docker 时，加上参数 -tv=false 即可不开启直播服务，具体可</strong><a href="https://t.me/feiyangofficalchannel/922" rel="noopener noreferrer" target="_blank"><strong>点击参考命令范例</strong></a></p><pre class="ql-syntax" spellcheck="false">http://你的IP:35455/tv.m3u
</pre><p><br></p><h2><strong>BiliBili、虎牙、斗鱼、YY 实时 M 3 U 获取：</strong></h2><h3>BiliBili 生活：</h3><pre class="ql-syntax" spellcheck="false">http://你的IP:35455/bililive.m3u
</pre><p><br></p><h3>虎牙一起看：</h3><pre class="ql-syntax" spellcheck="false">http://你的IP:35455/huyayqk.m3u
</pre><p><br></p><h3>斗鱼一起看：</h3><pre class="ql-syntax" spellcheck="false">http://你的IP:35455/douyuyqk.m3u
</pre><p><br></p><h3>YY 轮播：</h3><pre class="ql-syntax" spellcheck="false">http://你的IP:35455/yylunbo.m3u
</pre><p><br></p><h3>如果使需要自定义 M 3 U 文件中的前缀域名，可以传入 url 参数（需要注意的是，当域名中含有特殊字符时，需要对链接进行 urlencode 处理）：</h3><pre class="ql-syntax" spellcheck="false">http://你的IP:35455/xxxyqk.m3u?url=http://192.168.10.1:35455
</pre><p><br></p><h2><strong>抖音：</strong></h2><h3>默认最高画质，浏览器打开并复制&nbsp;(live.douyin.com/)xxxxxx，只需要复制后面的 xxxxx 即可（可选 flv 和 hls 两种种流媒体传输方式，默认 flv）：</h3><pre class="ql-syntax" spellcheck="false">http://你的IP:35455/douyin/xxxxx(?stream=hls)
</pre><p><br></p><h2><strong>斗鱼：</strong></h2><h3>1，可选 m 3 u 8 和 flv 以及 xs 三种流媒体传输方式【&nbsp;(www.douyu.com/)xxxxxx 或 (www.douyu.com/xx/xx?rid=)xxxxxx，默认 flv】：</h3><pre class="ql-syntax" spellcheck="false">http://你的IP:35455/douyu/xxxxx(?stream=flv)
</pre><p><br></p><h2><strong>BiliBili&nbsp;(live.bilibili.com/)xxxxxx：</strong></h2><h3>1，平台 platform 参数选择（默认 web，如果有问题，可以切换 h 5 平台）：</h3><pre class="ql-syntax" spellcheck="false">"flv"   =&gt; "FLV"
"hls"    =&gt; "M3U8"
</pre><p><br></p><h3>2，线路 line 参数选择（默认线路二，如果卡顿 / 看不了，请切换线路一或者三，一般直播间只会提供两条线路，所以建议线路一 / 二之间切换）：</h3><pre class="ql-syntax" spellcheck="false">"first"  =&gt; "线路一"
"second" =&gt; "线路二"
"third"  =&gt; "线路三"
</pre><p><br></p><h3>3，画质 quality 参数选择（默认原画，可以看什么画质去直播间看看，能选什么画质就能加什么参数，参数错误一定不能播放）：</h3><pre class="ql-syntax" spellcheck="false">"4" =&gt; "原画质"
"3" =&gt; "低画质"
</pre><p><br></p><h3>4，最后的代理链接示例：</h3><pre class="ql-syntax" spellcheck="false">http://你的IP:35455/bilibili/xxxxxx(?platform=hls&amp;line=first&amp;quality=4)
</pre><p><br></p><h2><strong>虎牙&nbsp;(huya.com/)xxxxxx：</strong></h2><h3>1，查看可用 CDN：</h3><pre class="ql-syntax" spellcheck="false">http://你的IP:35455/huya/xxxxx?type=display
</pre><p><br></p><h3>2，切换媒体类型（默认 flv，可选 flv、hls）：</h3><pre class="ql-syntax" spellcheck="false">http://你的IP:35455/huya/xxxxx?media=hls
</pre><p><br></p><h3>3，切换 CDN（默认 hwcdn，可选 hycdn、alicdn、txcdn、hwcdn、hscdn、wscdn，具体可先访问 1 获取）：</h3><pre class="ql-syntax" spellcheck="false">http://你的IP:35455/huya/xxxxx?cdn=alicdn
</pre><p><br></p><h3>4，最后的代理链接示例：</h3><pre class="ql-syntax" spellcheck="false">http://你的IP:35455/huya/xxxxx(?media=xxx&amp;cdn=xxx)
</pre><p><br></p><h2><strong>YouTube:</strong></h2><pre class="ql-syntax" spellcheck="false">https://www.youtube.com/watch?v=cK4LemjoFd0
Rid: cK4LemjoFd0
http://你的IP:35455/youtube/cK4LemjoFd0(?quality=1080/720...)
</pre><p><br></p><h2><strong>YY（默认最高画质，参数为 4）:</strong></h2><pre class="ql-syntax" spellcheck="false">https://www.yy.com/xxxx
http://你的IP:35455/yy/xxxx(?quality=1/2/3/4...)
</pre><p><br></p><h2>更多平台后续会酌情添加</h2>]]>
    </description>
    <link>https://blog.ccino.cc/i/feiyang-iptv-and-other-live-source-proxy-docker-deployment-tutorial/</link>
    <itunes:episodeType>full</itunes:episodeType>
    <enclosure url="https://blog.ccino.org/p/feiyang-iptv-and-other-live-source-proxy-docker-deployment-tutorial/" type="text/html"/>
  </item>
</channel>
</rss>