Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eyevinn/lambda-vodtovod
Lambda function to stitch multiple VODs into a single VOD
https://github.com/eyevinn/lambda-vodtovod
service
Last synced: 5 days ago
JSON representation
Lambda function to stitch multiple VODs into a single VOD
- Host: GitHub
- URL: https://github.com/eyevinn/lambda-vodtovod
- Owner: Eyevinn
- Created: 2022-01-08T13:59:53.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-08T08:33:44.000Z (almost 3 years ago)
- Last Synced: 2024-08-07T23:51:32.614Z (3 months ago)
- Topics: service
- Language: TypeScript
- Size: 199 KB
- Stars: 1
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# lambda-vod2vod
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![Slack](http://slack.streamingtech.se/badge.svg)](http://slack.streamingtech.se)
Lambda function to stitch multiple VODs into a single VOD.
The playlist of VODs is created from an MRSS playlist
## Setup
```
npm install
npm run build
```## Run Lambda locally
```
node dev.server.js
```Try it out by providing an URL encoded URL to an MRSS, for example: `https://testcontent.eyevinn.technology/mrss/example.mrss`
Open a browser with the following URL to a local dev server: `http://localhost:8000/v2v/master.m3u8?mrss=https%3A%2F%2Ftestcontent.eyevinn.technology%2Fmrss%2Fexample.mrss`
# About Eyevinn Technology
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.
At Eyevinn, every software developer consultant has a dedicated budget reserved for open source development and contribution to the open source community. This give us room for innovation, team building and personal competence development. And also gives us as a company a way to contribute back to the open source community.
Want to know more about Eyevinn and how it is to work here. Contact us at [email protected]!