alist icon indicating copy to clipboard operation
alist copied to clipboard

文件直播推流功能

Open wowdd1 opened this issue 1 year ago • 1 comments

Please make sure of the following things

  • [X] I have read the documentation.
  • [X] I'm sure there are no duplicate issues or discussions.
  • [X] I'm sure this feature is not implemented.
  • [X] I'm sure it's a reasonable and popular requirement.

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

wowdd1 avatar Jun 21 '24 07:06 wowdd1

See

  1. 50% #5666

github-actions[bot] avatar Jun 21 '24 07:06 github-actions[bot]

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

stale[bot] avatar Aug 04 '24 08:08 stale[bot]

Hello @, this issue was closed due to inactive more than 52 days. You can reopen or recreate it if you think it should continue. Thank you for your contributions again.

github-actions[bot] avatar Aug 15 '24 00:08 github-actions[bot]