
Product
Announcing Socket Fix 2.0
Socket Fix 2.0 brings targeted CVE remediation, smarter upgrade planning, and broader ecosystem support to help developers get to zero alerts.
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
The npm package react-native-live-stream receives a total of 13 weekly downloads. As such, react-native-live-stream popularity was classified as not popular.
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.
Product
Socket Fix 2.0 brings targeted CVE remediation, smarter upgrade planning, and broader ecosystem support to help developers get to zero alerts.
Security News
Socket CEO Feross Aboukhadijeh joins Risky Business Weekly to unpack recent npm phishing attacks, their limited impact, and the risks if attackers get smarter.
Product
Socket’s new Tier 1 Reachability filters out up to 80% of irrelevant CVEs, so security teams can focus on the vulnerabilities that matter.