An open API service indexing awesome lists of open source software.

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

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