Linux下用 FFMPEG 采集 usb摄像头视频 和 摄像头内置麦克风音频 到RTMP服务

ffmpeg -f video4linux2 -qscale 10 -r 12 -s 640x480 -i /dev/video0 -f alsa -i hw:1 -ab 16 -ar 22050 -ac 1 -f mp3 -f flv rtmp://127.0.0.1/rtmpsvr/rtmp1

linux-dash
A beautiful web dashboard for Linux


avconv -f video4linux2 -i /dev/video0 -q 1 -f alsa -i plughw:1,0 -ab 16000 -ar 22050 -ac 1 -q 1 -f flv rtmp://127.0.0.1:1935/rtmp/live -threads 2

推荐内容
GitHub 加速计划 / li / linux-dash
8
1
下载
A beautiful web dashboard for Linux
最近提交(Master分支:7 个月前 )
186a802e added ecosystem file for PM2 4 年前
5def40a3 Add host customization support for the NodeJS version 4 年前
Logo

旨在为数千万中国开发者提供一个无缝且高效的云端环境,以支持学习、使用和贡献开源项目。

更多推荐