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

awt-pj-ss22-video-streaming-mixer-library-1

v1.0.8

Published

by Fraunhofer-Institut für Offene Kommunikationssysteme FOKUS.

Downloads

27

Readme

Advanced Web Technologies Project summersemester 2022 - Group 1

Video Streaming Mixer Library

by Fraunhofer-Institut für Offene Kommunikationssysteme FOKUS.

Video Streaming Mixer Library: In order to create e.g. playlists consisting of multiple existing different video streams it is needed to make sure that the different video stream sources are all compatible in regards to video resolution and bitrate and can be combined into a single video stream.

Installation

This library was developed in Node JS. To use the methods developed, an external Node JS app has to be created to use the video mixer library as a dependency.

Create your own Node JS application: https://code.visualstudio.com/docs/nodejs/nodejs-tutorial, then run the following command to install the video mixer library:

npm i awt-pj-ss22-video-streaming-mixer-library-1

within your main.js file, import the algorithmA and algorithmB methods:

const {algorithmA, algorithmB} = require('awt-pj-ss22-video-streaming-mixer-library-1')

call algorithmA([urls]) or algorithmB([urls]) methods where [urls] is an array of strings made from different streams urls

then, run the methods in the command line:

node main.js

In order to see the final output video, have a localhost server running in your Node application directory, as follows:

cd [node app directory]
python3 -m http.server

Then, on Safari browser or a Google Chrome Extension that supports HLS files, type localhost:8000/master.m3u8 to see the results.

Figures

the figures are created via Draw.io

Contributors

License & copyright

© Yuni Amaloa Quintero Villalobos, Poonam Kumari Roy and Mohamed Mesto License under the [MIT License] (LICENSE).