npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

dgistreamer-debugger

v0.0.16

Published

A tool to use on remotes in which you want to deploy new pipline created using the DgiStreamer Tool.

Downloads

41

Readme

DgiStreamer-Debugger

The complementary tool to enable the main application to stream pipline outputs back to it. This work by rise a server and espose a video feed buy the gStreamer sink dedicated to this in the pipeline.

Installation

First be sure to have installed all the needed system requirements:

  • libgstreamer-plugins-base1.0-dev
  • libgstreamer1.0-dev

Ubuntu and Debian

sudo apt update -y
sudo apt install -y libgstreamer-plugins-base1.0-dev libgstreamer1.0-dev

NOTE: if you are using anaconda or conda the gStreamer version will be taken from the conda env, and not form the system you should update your sytem PATH variable in order to use the original gStreamer binaries, or set up some aliases.

Install the tool

After installing the prerequisites you can simply install the package via npm:

npm install -g dgistreamer-debugger 

However the coode need to run the node-gpy to buld some binaries and thefore may be required to be installed in unsfae mode:

npm install -g --unsafe-perm=true --allow-root dgistreamer-debugger

The -g or global install is needed to make the client pipline editor work whit this tool.

NOTE: on Linux or mac the sudo migth be required

If you want to install the tool without use the unsafe mode you can install it in any folder but rembeber to add a system alias to run it:

alias dgistreamer-debugger="<path to dgisetreamer-debugger>"

Use with the application

See the application page at: https://deepcamera.cyens.org.cy/download-dgistreamer/

Future development

We plan to extend this tool to become able to expose multiple video streaming and send degug data.

© 2021-2022 Deepcamera (CYENS CoE, Ltd)