Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eyevinn/scte35-inserter
Tool to insert SCTE35 messages at a configurable interval
https://github.com/eyevinn/scte35-inserter
tools
Last synced: 4 days ago
JSON representation
Tool to insert SCTE35 messages at a configurable interval
- Host: GitHub
- URL: https://github.com/eyevinn/scte35-inserter
- Owner: Eyevinn
- License: apache-2.0
- Created: 2022-04-29T06:55:07.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-05-11T07:59:47.000Z (over 2 years ago)
- Last Synced: 2024-08-07T23:56:02.195Z (3 months ago)
- Topics: tools
- Language: C++
- Size: 22.5 KB
- Stars: 9
- Watchers: 5
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MPEG-TS SCTE-35 inserter
A tool for inserting SCTE-35 splice in/out commands into an MPEG-TS stream for test purposes. Input is a unicast or multicast MPEG-TS stream. Output is a new MPEG-TS stream or a .ts file.
## Getting started
Requires gstreamer 1.20. Packaged and run as a docker container to simplify usage.
### Build container (uses multi-stage builds):
```
docker build -t scte35-inserter:dev .
```### Usage
```
docker run --rm scte35-inserter:dev -i -o [MPEG-TS output address:port] -n -d [--immediate] [--autoreturn] --file [output file name (instead of UDP output)]
```### Building without docker
Builds on Linux and OSX, requires gstreamer 1.20, gstreamer-plugins-bad 1.20 and cmake.
## License (Apache-2.0)
```
Copyright 2022 Eyevinn Technology ABLicensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License athttp://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
```## 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]!