Research
Security News
Malicious npm Package Targets Solana Developers and Hijacks Funds
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
react-native-live-stream
Advanced tools
a react-native module for live stream play and publish, support ios and android platform
a react-native module for live stream play and publish
v1.0.1
v1.0.0
npm install react-native-live-stream --save
react-native link react-native-live-stream
yarn add react-native-live-stream
react-native link react-native-live-stream
no addition operation, you can use it now
In Xcode, project Build Settings
find Framework search path
,
add $(PROJECT_DIR)/../node_modules/react-native-live-stream/ios/libs
to it.
drag node_modules/react-native-live-stream/ios/libs/NodeMediaClient.framework
to Xcode frameworks
folder,select create folder references
then OK.
Protocol: RTMP/RTMPT/RTMPE/RTSP/HLS/HTTP(S)-FLV Video codec: H.264, H.265,FLV, VP6, MPEG4 Audio codec: AAC, MP3, SPEEX, NELLYMOSER, ADPCM_SWF, G.711
import {LivePlayer} from "react-native-live-stream";
<LivePlayer source={{uri:"rtmp://live.hkstv.hk.lxdns.com/live/hks"}}}
ref={(ref) => {
this.player = ref
}}
style={styles.video}
paused={false}
muted={false}
bufferTime={300}
maxBufferTime={1000}
resizeMode={"contain"}
onLoading={()=>{}}
onLoad={()=>{}}
onEnd={()=>{}}
/>
FAQs
a react-native module for live stream play and publish, support ios and android platform
We found that react-native-live-stream 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.
Research
Security News
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.