feng zhentao

Results 1 issues of feng zhentao

![2](https://github.com/shady-xia/flvExtend/assets/47374657/3ce79971-1dba-4a8e-a965-28b51b00e8ac) 推流使用ffmpeg推送了八路rtmp视频流,转httpflv流使用了nginxhttpflv flv-js-extend 配置如下 ```plaintext const videoElements = ref([]); const startPlayback = async () => { await Promise.all(videoUrls.value.map(async (url, index) => { const videoElement = videoElements.value[index]; const flv = new...