摘要:
export default class MediaStreamMixer { constructor() { } /** * * @param opts */ mix(opts) { let {audioTrack, videoTrack, stream} = opts || {}; const 阅读全文
摘要:
需要在客户端播放 rtsp 流, 用了一些第三方的方案(ffmpeg + websocket + jsmpeg)效果不是很好, 根据实际需求便改为 ffmpeg + mjpeg, 效果不错. <template> <div style="display: inline-block; width: 1 阅读全文