
Security News
MCP Steering Committee Launches Official MCP Registry in Preview
The MCP Steering Committee has launched the official MCP Registry in preview, a central hub for discovering and publishing MCP servers.
cordova-rtsp
Advanced tools
Cross-platform plugin for Cordova / PhoneGap to to easily play RTSP. Available for Android ONLY.
Cordova RTSP Video Player (Simple)
Latest stable version from npm:
$ cordova plugin add cordova-rtsp
Bleeding edge version from Github:
$ cordova plugin add https://github.com/disono/cordova-rtsp
Call play with video URL (RTSP) as argument. The video player will close after the video is completed playing.
rtspVideo.play('rtsp://your-ip/file.mp4', [successCallback], [failureCallback]);
Stop and close the video player
rtspVideo.stop();
Tested on Cordova-Android@7.0.0
Test Server for Videos try https://www.wowza.com/html/mobile.html
// play video only
rtspVideo.play('rtsp://wowzaec2demo.streamlock.net/vod/mp4:BigBuckBunny_115k.mov', function () {
console.log('Done Playing.');
}, function (e) {
console.error('Error: ' + e);
});
// add text marquee
rtspVideo.playWithMarquee('rtsp://wowzaec2demo.streamlock.net/vod/mp4:BigBuckBunny_115k.mov', "Your moving text(Horizontally).", 1, function () {
console.log('Done Playing.');
}, function (e) {
console.error('Error: ' + e);
});
rtspVideo.pause([success], [failure]);
rtspVideo.resume([success], [failure]);
rtspVideo.stop([success], [failure]);
Cordova RTSP Video Player (Simple) is licensed under the Apache License (ASL) license. For more information, see the LICENSE file in this repository.
FAQs
Cross-platform plugin for Cordova / PhoneGap to to easily play RTSP. Available for Android ONLY.
We found that cordova-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.
Security News
The MCP Steering Committee has launched the official MCP Registry in preview, a central hub for discovering and publishing MCP servers.
Product
Socket’s new Pull Request Stories give security teams clear visibility into dependency risks and outcomes across scanned pull requests.
Research
/Security News
npm author Qix’s account was compromised, with malicious versions of popular packages like chalk-template, color-convert, and strip-ansi published.