文件名称:WebRtcPlayer:RTSPtoWebRTC项目的示例播放器
文件大小:2KB
文件格式:ZIP
更新时间:2024-04-27 12:24:54
JavaScript
WebRtc播放器 示例播放器 入门 安装并运行RTSPtoWebRTC服务器 < script src =" webrtcplayer.js " > </ script > < video id =" videoelement " autoplay controls muted style =" width:600px; " > </ video > < script > WebRtcPlayer . setServer ( 'localhost:8083' ) ; let player = new WebRtcPlayer ( 'videoelement' , 'H264_PCMALAW' ) ; </ script > 第一步是指定运行RTSPtoWebRTC的服务器 WebRtcPlayer . setServer ( 'localhost:8083' ) ; 下一步创建Web
【文件预览】:
WebRtcPlayer-main
----README.md(962B)
----webrtcplayer.js(3KB)