gstreamer-camera: initial publish

This commit is contained in:
Koushik Dutta
2021-12-30 19:24:17 -08:00
parent dbe7d7c8f5
commit 949a67eb61
3 changed files with 5 additions and 17 deletions

View File

@@ -1,15 +1,3 @@
# RTSP Cameras and Streams Plugin
# GStreamer Camer and Streams Plugin
## npm commands
* npm run scrypted-webpack
* npm run scrypted-deploy <ipaddress>
* npm run scrypted-debug <ipaddress>
## scrypted distribution via npm
1. Ensure package.json is set up properly for publishing on npm.
2. npm publish
## Visual Studio Code configuration
* If using a remote server, edit [.vscode/settings.json](blob/master/.vscode/settings.json) to specify the IP Address of the Scrypted server.
* Launch Scrypted Debugger from the launch menu.
Exposes GStreamer streams as camera devices within Scrypted. The final output of the stream must be mpegts compatible.

View File

@@ -1,12 +1,12 @@
{
"name": "@scrypted/rtsp",
"version": "0.0.3",
"version": "0.0.2",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@scrypted/rtsp",
"version": "0.0.3",
"version": "0.0.2",
"license": "Apache",
"dependencies": {
"@koush/axios-digest-auth": "^0.8.5",

View File

@@ -1,6 +1,6 @@
{
"name": "@scrypted/gstreamer-camera",
"version": "0.0.3",
"version": "0.0.2",
"description": "GStreamer Camera Plugin for Scrypted",
"author": "Scrypted",
"license": "Apache",