https://github.com/razorrun/react-native-vlc-media-player-test
Sample React native project created from https://github.com/razorRun/react-native-vlc-media-player. Playing a RTSP file
https://github.com/razorrun/react-native-vlc-media-player-test
media-player react-native rtmp rtsp video-player vlc vlc-player
Last synced: 21 days ago
JSON representation
Sample React native project created from https://github.com/razorRun/react-native-vlc-media-player. Playing a RTSP file
- Host: GitHub
- URL: https://github.com/razorrun/react-native-vlc-media-player-test
- Owner: razorRun
- Created: 2020-04-09T00:29:56.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T03:00:21.000Z (over 2 years ago)
- Last Synced: 2025-04-25T03:19:12.349Z (29 days ago)
- Topics: media-player, react-native, rtmp, rtsp, video-player, vlc, vlc-player
- Language: Java
- Size: 3.71 MB
- Stars: 31
- Watchers: 2
- Forks: 21
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Sample React Native project created using.
Exmple of a RTSP video link[react-native-vlc-media-player](https://github.com/razorRun/react-native-vlc-media-player)
## Steps to run
1. Clone the repo
2. npm i## IOS
3. cd ios
4. pod install
5. cd ..
6. react-native run-ios## Android
7. react-native run-android