Skip to content

Eyevinn/docker-fast

Repository files navigation

FAST Channel Engine

Open Source Sustainable FAST Channel Engine

Slack

[ DOCS | DEMO ]

The FAST Channel Engine is a sustainable FAST Channel Engine based on VOD2Live technology and the open source Channel Engine library from Eyevinn Technology.

Screenshot multiview

Quick Start

To spin up a Schedule Service and FAST Channel Engine.

curl -SL https://github.com/Eyevinn/docker-fast/releases/download/v0.2.0/docker-compose.yml | docker-compose -f - up

A demo channel called eyevinn is created by default. To get the schedule for a specific date YYYY-MM-DD.

curl -X 'GET' \
  'http://localhost:8080/api/v1/channels/eyevinn/schedule?date=YYYY-MM-DD' \
  -H 'accept: application/json'

And to play the channel direct your HLS video player to the URL http://localhost:8000/channels/eyevinn/master.m3u8

You might need to wait a few minutes first for the channel to be ready.

Contributing

If you're interested in contributing to the project:

  • We welcome all people who want to contribute in a healthy and constructive manner within our community. To help us create a safe and positive community experience for all, we require all participants to adhere to the Code of Conduct.
  • If you are looking to make a code change create a Pull Request with suggested changes.
  • Develop and contribute with scheduling service plugins.
  • Report, triage bugs or suggest enhancements.
  • Help others by answering questions.

License (Apache-2.0)

Copyright 2022 Eyevinn Technology AB

Licensed 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 at

    http://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.

Support

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:

  • Further development of this component
  • Customization and integration of this component into your platform
  • Support and maintenance agreement

Contact sales@eyevinn.se if you are interested.

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. 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!