's'
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
|
||||
# 无人直播教程
|
||||
# Youtube无人直播教程
|
||||
|
||||
## Youtube直播
|
||||
## Youtube直播1
|
||||
|
||||
首先推荐arm开发板 [香橙派4pro](http://www.orangepi.cn/html/hardWare/computerAndMicrocontrollers/details/Orange-Pi-4-Pro.html) ,4gb版本 260元左右
|
||||

|
||||
|
||||
可以使用技术栈实现无人直播
|
||||
|
||||
@@ -109,16 +110,87 @@ EOF
|
||||
|
||||
```
|
||||
|
||||
---
|
||||
## youtube无人直播2
|
||||
|
||||
硬件可以在淘宝搜索nanopi M5
|
||||
|
||||
因为它可以安装`安卓`系统,也可以安装`armbian` (Linux系统)
|
||||
|
||||

|
||||
|
||||
某音平台实时录播 (开源项目)
|
||||
https://github.com/ihmily/DouyinLiveRecorder
|
||||
|
||||
下载
|
||||
|
||||
```
|
||||
git clone https://github.com/ihmily/DouyinLiveRecorder.git
|
||||
```
|
||||
|
||||
让AI 修改第1521行代码的else逻辑 : 把ts录制改成youtube推流,建议grok
|
||||
|
||||
```
|
||||
else:
|
||||
if split_video_by_time:
|
||||
```
|
||||
|
||||
定制脚本,正在构建,后续分享
|
||||
|
||||
---
|
||||
|
||||
安装docker安卓 -redroid
|
||||
|
||||
> 安装基础依赖
|
||||
|
||||
```
|
||||
apt install linux-modules-extra-`uname -r`
|
||||
modprobe binder_linux devices="binder,hwbinder,vndbinder"
|
||||
modprobe ashmem_linux
|
||||
```
|
||||
|
||||
安卓启动 (X86芯片的电脑也可以)
|
||||
|
||||
```
|
||||
docker run -itd --privileged \
|
||||
--pull always \
|
||||
-v ~/data:/data \
|
||||
-p 5555:5555 \
|
||||
redroid/redroid:11.0.0-latest
|
||||
```
|
||||
|
||||
下载 `via浏览器` apk
|
||||
|
||||
<img src="https://minioweb.hackrobot.cn/hackrobot/qwdqwd_20260106_063826_32613.jpg" title="" alt="qwdqwd_20260106_063826_32613.jpg" width="161">
|
||||
|
||||
油猴脚本: 自动开播/点击弹窗
|
||||
|
||||
https://greasyfork.org/zh-CN/scripts/557378-youtube-studio-auto-dismiss
|
||||
|
||||
<img src="https://minioweb.hackrobot.cn/hackrobot/20260106064223_20260106_064242_681.png" title="" alt="20260106064223_20260106_064242_681.png" width="389">
|
||||
|
||||
---
|
||||
|
||||
## 电脑控制安卓
|
||||
|
||||
windows下载软件 qtscrcpy
|
||||
|
||||
https://github.com/barry-ran/QtScrcpy
|
||||
|
||||
<img src="https://minioweb.hackrobot.cn/hackrobot/20260106063945_20260106_063958_145.png" title="" alt="20260106063945_20260106_063958_145.png" width="380">
|
||||
|
||||
via浏览器打开youtube后台
|
||||
|
||||
一定要是 `桌面模式`
|
||||
|
||||
<img src="file:///C:/Users/admin/AppData/Roaming/marktext/images/2026-01-06-06-41-07-image.png" title="" alt="" width="307">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
---
|
||||
# 以下为历史教程
|
||||
|
||||
|
||||
# 前言
|
||||
# Tiktok直播教程
|
||||
|
||||
## 🚀 数字游民:地理套利与自动化杠杆
|
||||
> 低成本工作室
|
||||
|
||||
Reference in New Issue
Block a user