Skip to content

Eyevinn/channel-engine-bridge

Repository files navigation

FAST Engine Bridge

Bridging Channel Engine vod2live to other distribution platforms.


Badge OSC

Installation / Usage

To pull from a Channel Engine powered FAST channel and push to AWS MediaPackage.

docker run -d \
  -e SOURCE=https://eyevinn.ce.prod.osaas.io/channels/demo/master.m3u8 \
  -e DEST_TYPE=mediapackage \
  -e DEST_URL=https://<username>:<password>@xxxxx.mediapackage.xxxxxx.amazonaws.com/in/v2/146950c8d69d45c7a20f2995803d622e/146950c8d69d45c7a20f2995803d622e/channel \
  eyevinntechnology/fast-engine-bridge

or to push to AWS MediaStore.

docker run -d \
  -e SOURCE=https://eyevinn.ce.prod.osaas.io/channels/demo/master.m3u8 \
  -e DEST_TYPE=mediastore \
  -e DEST_URL=https://xxxxxx.data.mediastore.xxxxxx.amazonaws.com/demo/ \
  eyevinntechnology/fast-engine-bridge

or to push to AWS S3 bucket.

docker run -d \
  -e SOURCE=https://eyevinn.ce.prod.osaas.io/channels/demo/master.m3u8 \
  -e DEST_TYPE=s3 \
  -e DEST_URL=s3://my-bucket/demo/ \
  eyevinntechnology/fast-engine-bridge

To push an MPEG-TS stream using SRT protocol

docker run -d \
  -e SOURCE=https://eyevinn.ce.prod.osaas.io/channels/demo/master.m3u8 \
  -e DEST_TYPE=stream \
  -e DEST_URL="srt://0.0.0.0:9998?mode=listener" \
  -p 9998:9998/udp \
  eyevinntechnology/fast-engine-bridge

To view the MPEG-TS stream you can open VLC on address srt://127.0.0.1:9998

To bridge a channel to an RTMP destination

docker run -d \
  -e SOURCE=https://eyevinn.ce.prod.osaas.io/channels/demo/master.m3u8 \
  -e DEST_TYPE=stream \
  -e DEST_URL="rtmp://172.232.130.157:10503/live/abc123" \
  eyevinntechnology/fast-engine-bridge

Add a logo overlay in MPEG-TS stream

docker run -d \
  -e H264ENCODER=libx264 \
  -e SOURCE=https://eyevinn.ce.prod.osaas.io/channels/demo/master.m3u8 \
  -e OVERLAY=https://example.com/logo.png \
  -e DEST_TYPE=stream \
  -e DEST_URL="rtmp://172.232.130.157:10503/live/abc123" \
  eyevinntechnology/fast-engine-bridge

Contributing

See CONTRIBUTING

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!