分类 默认分类 下的文章

<?php 
$data = /** whatever you're serializing **/; 
header('Content-Type: application/json; charset=utf-8');
echo json_encode($data);

1,查看支持的设备

ffmpeg -list_devices true -f dshow -i dummy

2,推流到srs服务

ffmpeg -f dshow -i video="USB2.0 HD UVC WebCam":audio="麦克风 (C-Media(R) Audio)" -vcodec libx264 -acodec copy -preset:v ultrafast -tune:v zerolatency -f flv "rtmp://192.168.50.38/live/livestream"

3,VLC播放rtmp://192.168.50.38/live/livestream

4,https://github.com/ossrs/srs

这个东西感觉有点延时。


辽公网安备21010602000703号 备案号:冀ICP备2022001219号