react-native-vlc-rtsp
Version:
Library for Real-Time Video Stream RTSP in React Native. with new update: Support on Android and iOS (also bahasa version)
9 lines (7 loc) • 313 B
JavaScript
const VLCPlayerControl = {
VLCPlayer: require('./VLCPlayer').default,
VlCPlayerView: require('./playerView/index').default,
VlCPlayerViewByMethod: require('./playerViewByMethod/index').default,
VlcSimplePlayer: require('./playerViewByMethod/index').default,
};
module.exports = VLCPlayerControl;