eyevinntechnology/fast-engine
Open Source Sustainable FAST Channel Engine
1.7K
Open Source Sustainable FAST Channel Engine
The FAST Channel Engine is a sustainable FAST Channel Engine based on VOD2Live technology and the open source Channel Engine library from Eyevinn Technology.
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.
If you're interested in contributing to the project:
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.
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:
Contact sales@eyevinn.se if you are interested.
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!
docker pull eyevinntechnology/fast-engine