Security News
New Python Packaging Proposal Aims to Solve Phantom Dependency Problem with SBOMs
PEP 770 proposes adding SBOM support to Python packages to improve transparency and catch hidden non-Python dependencies that security tools often miss.
eyevinn-channel-engine
Advanced tools
Eyevinn Channel Engine is a core component library for creating FAST channels based on VOD2Live technology. Combine this vod2live technology component with your business and scheduling logic to build your very own and unique FAST channel engine.
Please see the Documentation for introductory tutorials and how to get started building your own FAST channel engine.
A live demo and example is available here: https://vod2live.eyevinn.technology
Supported Node.js Versions
Version | Supported |
---|---|
14.x | Yes |
16.x | Yes |
18.x | Yes |
HLS Format | Muxed | Demuxed | Mix w. Live | Subtitles | DRM |
---|---|---|---|---|---|
HLS + TS | Yes | Yes | Yes* | Yes | No |
HLS + CMAF | No | Yes | TBD | Yes | TBD |
* not supported with demuxed sources
High availability support is from v3 general available in the Channel Engine and it uses Redis as the shared storage. This allows you to run a replicaset behind a round-robin load balancer. Supported Redis Engine versions:
Version | Supported |
---|---|
5.x | Yes |
6.x | Yes |
7.x | No |
Follow this tutorial to get started building your own FAST channel engine.
You can also use prebuilt Eyevinn FAST Engine Docker Container based on this library. To try it out you can start an instance with 50 demo channels by running this command:
docker run -d -p 8000:8000 -p 8001:8001 \
-e DEMO_NUM_CHANNELS=50 \
eyevinntechnology/fast-engine
Open the URL http://localhost:8001/ in your browser for a multiview of all 50 channels, and to playback one of the 50 channels point your HLS video player to the URL: http://localhost:8000/channels//master.m3u8 where is a number between 1 and 50.
Support for HLS-CMAF and handling audio and video segments of different durations was added to v4 and this means that it is not possible to mix muxed TS with demuxed CMAF.
A breaking change was introduced in v3.4.0 when Typescript types were introduced. The library no longer exports a default. This means that you need to change const ChannelEngine = require('eyevinn-channel-engine')
to const { ChannelEngine } = require('eyevinn-channel-engine')
;
Read CONTRIBUTING first and then follow the instructions below to get started with the devolpment environment.
Install the dependencies:
npm install
Build the app:
npm run build
To start the reference implementation in examples/default.ts
run:
npm start
For full debug mode you set the environment variable DEBUG
.
DEBUG=* npm start
or if you want be more specific for example:
DEBUG=engine-* npm start
In addition there other reference implemetations that can be used:
examples/demux.ts
: example with demuxed audioexamples/livemix.ts
: example with live mimxingexamples/multicodec.ts
: example with multicodecexamples/drm.ts
: example with DRMexamples/autocreate.ts
: example to auto create channel on demandexamples/truncate.ts
: example when trimming start and end of a VODIt is not uncommon that you need to test an local branch of the hls-vodtolive library and in order to do that you can use npm link
.
npm link
npm link @eyevinn/hls-vodtolive
To restore and use the npm published version run the following in the channel engine source code directory:
npm uninstall --no-save @eyevinn/hls-vodtolive
npm install
Join our community on Slack where you can post any questions regarding any of our open source projects. Eyevinn's consulting business can also offer you:
Eyevinn Technology is an independent consultant firm specialized in video and streaming. Independent in a way that we are not commercially tied to any platform or technology vendor. As our way to innovate and push the industry forward we develop proof-of-concepts and tools. The things we learn and the code we write we share with the industry in blogs and by open sourcing the code we have written.
Want to know more about Eyevinn and how it is to work here. Contact us at work@eyevinn.se!
FAQs
OTT TV Channel Engine
The npm package eyevinn-channel-engine receives a total of 39 weekly downloads. As such, eyevinn-channel-engine popularity was classified as not popular.
We found that eyevinn-channel-engine demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers 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
PEP 770 proposes adding SBOM support to Python packages to improve transparency and catch hidden non-Python dependencies that security tools often miss.
Security News
Socket CEO Feross Aboukhadijeh discusses open source security challenges, including zero-day attacks and supply chain risks, on the Cyber Security Council podcast.
Security News
Research
Socket researchers uncover how threat actors weaponize Out-of-Band Application Security Testing (OAST) techniques across the npm, PyPI, and RubyGems ecosystems to exfiltrate sensitive data.