
Research
Security News
Lazarus Strikes npm Again with New Wave of Malicious Packages
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
react-native-vlc-player-rtsp
Advanced tools
A `<VLCPlayer>` component for react-native project clone from `react-native-yz-vlcplayer`
A <VLCPlayer>
component for react-native
project clone from react-native-yz-vlcplayer
PODs are updated to works with 0.61 and up.(Tested in 0.61.5)
Run
yarn add https://github.com/razorRun/react-native-vlc-player.git
yarn add react-native-vector-icons
yarn add react-native-slider
Run react-native link react-native-vlc-player
Use framework
pod init
pod 'MobileVLCKit-unstable', '3.0.0a44'
to pod filepod install
Enable Bitcode in root project select Build Settings ---> find Bitcode and select Enable Bitcode
(1) import { VLCPlayer, VlCPlayerView } from 'react-native-vlc-player';
(2)
<VLCPlayer
ref={ref => (this.vlcPlayer = ref)}
style={[styles.video]}
videoAspectRatio="16:9"
paused={this.state.paused}
source={{ uri: this.props.uri}}
onProgress={this.onProgress.bind(this)}
onEnd={this.onEnded.bind(this)}
onBuffering={this.onBuffering.bind(this)}
onError={this._onError}
onStopped={this.onStopped.bind(this)}
onPlaying={this.onPlaying.bind(this)}
onPaused={this.onPaused.bind(this)}
/>
(3) or use
<VlCPlayerView
autoplay={false}
url={this.state.url}
Orientation={Orientation}
//BackHandle={BackHandle}
ggUrl=""
showGG={true}
showTitle={true}
title=""
showBack={true}
onLeftPress={()=>{}}
startFullScreen={() => {
this.setState({
isFull: true,
});
}}
closeFullScreen={() => {
this.setState({
isFull: false,
});
}}
/>
FAQs
A `<VLCPlayer>` component for react-native project clone from `react-native-yz-vlcplayer`
The npm package react-native-vlc-player-rtsp receives a total of 4 weekly downloads. As such, react-native-vlc-player-rtsp popularity was classified as not popular.
We found that react-native-vlc-player-rtsp 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
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
Security News
Socket CEO Feross Aboukhadijeh discusses the open web, open source security, and how Socket tackles software supply chain attacks on The Pair Program podcast.
Security News
Opengrep continues building momentum with the alpha release of its Playground tool, demonstrating the project's rapid evolution just two months after its initial launch.