All Projects → dride → Cordova Plugin Rtsp Vlc

dride / Cordova Plugin Rtsp Vlc

Licence: mit
PhoneGap/Cordova VLC RTSP Player Plugin

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Cordova Plugin Rtsp Vlc

esp32cam-ready
Plug and Play firmware for the esp32cam. Flash, provision and connect to rtsp.
Stars: ✭ 67 (+219.05%)
Mutual labels:  rtsp, vlc
react-native-vlc-media-player
React native media player for video streaming and playing. Supports RTSP, RTMP and other protocols supported by VLC player
Stars: ✭ 221 (+952.38%)
Mutual labels:  rtsp, vlc
Ffmpeg
Mirror of https://git.ffmpeg.org/ffmpeg.git
Stars: ✭ 27,382 (+130290.48%)
Mutual labels:  rtsp
Quasar Cordova Fingerprint
🔒👍📱 Quasar + Cordova Fingerprint Plugin
Stars: ✭ 25 (+19.05%)
Mutual labels:  cordova
Imgcache.js
JS library based on the File API to cache images for offline recovery (target: cordova/phonegap & chrome)
Stars: ✭ 814 (+3776.19%)
Mutual labels:  cordova
Calendar Phonegap Plugin
📅 Cordova plugin to Create, Change, Delete and Find Events in the native Calendar
Stars: ✭ 729 (+3371.43%)
Mutual labels:  cordova
Rtsp Simple Server
ready-to-use RTSP / RTMP server and proxy that allows to read, publish and proxy video and audio streams
Stars: ✭ 882 (+4100%)
Mutual labels:  rtsp
Generator M Ionic
Advanced workflows and setup for building rock-solid Ionic apps
Stars: ✭ 677 (+3123.81%)
Mutual labels:  cordova
Cordova Plugin Camera
Apache Cordova Plugin camera
Stars: ✭ 879 (+4085.71%)
Mutual labels:  cordova
Awesome Ionic
An "awesome" list of Ionic resources
Stars: ✭ 799 (+3704.76%)
Mutual labels:  cordova
Polyonic
A managed Electron wrapper for Ionic Apps
Stars: ✭ 24 (+14.29%)
Mutual labels:  cordova
Hiapp
A simple and interesting hybrid app. React Native version: http://t.cn/R5LqqLz Demo:
Stars: ✭ 791 (+3666.67%)
Mutual labels:  cordova
Outline Client
Outline clients, developed by Jigsaw. The Outline clients use the popular Shadowsocks protocol, and lean on the Cordova and Electron frameworks to support Windows, Android / ChromeOS, Linux, iOS and macOS.
Stars: ✭ 6,555 (+31114.29%)
Mutual labels:  cordova
Cordova Plugin Linkedin
Cordova plugin for LinkedIn
Stars: ✭ 17 (-19.05%)
Mutual labels:  cordova
Streamlink
Streamlink is a CLI utility which pipes video streams from various services into a video player
Stars: ✭ 6,883 (+32676.19%)
Mutual labels:  vlc
Jpegrtspcamera
Sample RTSP server streaming MJPEG video from PC camera
Stars: ✭ 25 (+19.05%)
Mutual labels:  rtsp
Cordova Admob Pro
🔥 Cordova Plugin for Google AdMob, DFP, ADX. Easy monetization using mobile Ad, with single line of JavaScript. Compatible with Cordova CLI, Inoic, PhoneGap Build, etc.
Stars: ✭ 690 (+3185.71%)
Mutual labels:  cordova
Deepcamera
Open source face recognition on Raspberry Pi. SharpAI is open source stack for machine learning engineering with private deployment and AutoML for edge computing. DeepCamera is application of SharpAI designed for connecting computer vision model to surveillance camera. Developers can run same code on Raspberry Pi/Android/PC/AWS to boost your AI production development.
Stars: ✭ 757 (+3504.76%)
Mutual labels:  rtsp
Vlc.dotnet
.NET control that hosts the audio/video capabilities of the VLC libraries
Stars: ✭ 826 (+3833.33%)
Mutual labels:  vlc
Hybrid
A framework for building apps with hybrid.
Stars: ✭ 15 (-28.57%)
Mutual labels:  cordova

npm version

PhoneGap/Cordova RTSP player using VLC

Installation

cordova plugin add cordova-plugin-rtsp-vlc

Supported Platforms

  • Android
  • iOS

Usage

window.VideoPlayerVLC.play(
	 url,
	 done => {},
	 error => {}
);

Response

done: string - "onDestroyVlc"

Example:

window.VideoPlayerVLC.play(
	 "rtsp://192.168.42.1/live.mov",
	 done => {},
	 error => {}
);

References:

https://github.com/disono/libVLC-Player by @disono

https://github.com/pengyanb/com.pengyanb.vlcstreamplayer by @pengyanb

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].