文件名称:electron-download:电子下载ffmpeg的rtmp流
文件大小:43.84MB
文件格式:ZIP
更新时间:2024-05-31 05:05:25
electron ffmpeg download HTML
电子下载 ffmpeg下载电子 支持 苹果电脑 窗户 linux 测试 使用Nginx rtmp插件 rtmp { server { listen 1935 ; application rtmplive { live on; max_connections 1024; } application hls { live on; hls on; hls_path /usr/local/var/www/hls; hls_fragment 1s; } } } 推流 ffmpeg -re -i [absolute dir] -vcodec copy -f flv rtmp://localhost:1935/abcs/room 截屏
【文件预览】:
electron-download-master
----.gitignore(85B)
----package.json(647B)
----main.js(2KB)
----download.ico(21KB)
----README_zh.md(777B)
----README.md(535B)
----ffmpeg()
--------mac()
--------win()
----image()
--------1.png(88KB)
----index.html(11KB)
----icon.png(32KB)
----.gitattributes(66B)
----yarn.lock(85KB)