const RTSP2web = require('rtsp2web') // 服务端长连接占据的端口号;端口号可以自定义 const port = 9999 new RTSP2web({ port })
下载ffmpeg
https://ffmpeg.org/download.html?aemtn=tg-on
前端播放
下载jsmpeg.min.js
playRef.current = new (window as any).JSMpeg.Player(window.video.url + btoa(url), { canvas: videoRef.current, videoBufferSize: 10 * 1024 * 1024, });
解决方法
playRef.current = new (window as any).JSMpeg.Player(window.video.url + btoa(url), { canvas: videoRef.current, videoBufferSize: 10 * 1024 * 1024, });
videoBufferSize to 10 * 1024 * 1024
发表评论
侧栏公告
寄语
譬如朝露博客是一个分享前端知识的网站,联系方式11523518。
热评文章
标签列表
热门文章
友情链接