react-native-pxplayer
v0.1.8
Published
A <PxPlayer /> element for react-native,a rtsp player
Downloads
81
Maintainers
Readme
react-native-rtspplayer
A <RtspPlayer>
component for react-native
using ffmpeg,convert yuv to rgb for uiimage
Add it to your project
Run npm install react-native-rtspplayer --save
iOS
- Install rnpm and run
rnpm link react-native-rtspplayer
Usage
<RtspPlayer
ref='player'
paused={this.state.paused}
style={[styles.vlcplayer,this.state.customStyle]}
source={{uri:this.props.uri,useTcp:true,width:playerDefaultWidth,height:210}}
/>
Static Methods
snapshot(path)
this.refs['rtspplayer'].snapshot(path); //保存截图
Examples
npm install
rnpm link
- 同时需要安装
ART
参考https://github.com/oblador/react-native-vector-icons
可以根据自己的情况使用下面的例子,自己DIY播放器
<SimpleVideo />
一个简单的播放器
TODOS
- [ ] Add support for Android
- [x] Add support for snapshot
加入ReactNative讨论组
###QQ群:316434159
###
MIT Licensed