
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
# or yarn
$ npm install
$ npm run build --watch
$ npm run start
Configure in .umirc.js,
export default {
plugins: [
['irplayer'],
],
}
TODO
MIT
const player = new MonibucaRtcPlay(url, [options]);
参数 url 是一个 http 开头的地址 (http://0.0.0.0:8080/webrtc/play?streamPath=live/rtmp);
参数 options 支持下面的配置项:
video 用于播放视频的 HTML Video 元素.import MonibucaRtcPlay from 'kx-player'
const webrtcPlayer = document.getElementById(`remoteVideo`) as HTMLVideoElement;
const VideoPlay = new MonibucaRtcPlay('http://0.0.0.0:8080/webrtc/play?streamPath=live/rtmp', webrtcPlayer)
VideoPlay.play();
authors: 刘康贤
FAQs
kx-player
We found that kx-player demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.