alist-org / alist

🗂️A file list/WebDAV program that supports multiple storages, powered by Gin and Solidjs. / 一个支持多存储的文件列表/WebDAV程序,使用 Gin 和 Solidjs。
https://alist.nn.ci
GNU Affero General Public License v3.0
39.3k stars 5.1k forks source link

文件直播推流功能 #6639

Open wowdd1 opened 1 week ago

wowdd1 commented 1 week ago

Please make sure of the following things

Description of the feature / 需求描述

在文件的右键菜单增加直播推流功能, 将文件推流到直播平台

Suggested solution / 实现思路

后台设置中保存RTMP推流地址 文件或文件夹右键菜单增加直播推流功能, 后台调用FFMPEG的推流功能将文件http url推流至直播平台, 文件夹有多个文件, 就弄个循环, 等待文件推流完成, 再推下一个

nohup ffmpeg -stream_loop -1 -re -i "url" -c copy -f flv rtmp://a.rtmp.youtube.com/live2/cxu3-g03y-14-z2-4rf8 > /dev/null 2>&1 &

Additional context / 附件

No response

github-actions[bot] commented 1 week ago

See

  1. 50% #5666