一对一直播app源码开发的前端实现
Web的实现(Web PC、Web App)
// 这里使用了flv.js
React Native
首先是安装
npm install react-native-live-stream
react-native link react-native-live-stream
这里使用了LivePlayer组件
import LivePlayer from 'react-native-live-stream'
// ...
{this.player = ref}}style={ss.video}paused={false}muted={false}bufferTime={300}maxBufferTime={1000}resizeMode={"contain"}onLoading={()=>{}}onLoad={()=>{}}onEnd={()=>{}}
/>
说明
在一对一直播app源码开发中,不建议初学者自己开发相关SDK,很多第三方SDK可以使用。