Skip to content
This repository has been archived by the owner on Apr 3, 2024. It is now read-only.

Releases: rpitv/glimpse-video

v0.1.1 - Auto Restart

21 Oct 22:20
1463944
Compare
Choose a tag to compare

This update makes video-control automatically restart ffmpeg streams after they stop if a user didn't manually stop it themselves.

v0.1.0 - Initial Release

28 Sep 21:26
3c0b0f1
Compare
Choose a tag to compare

This is the initial release of this project.

  • glimpse-video container contains the ingestion server, capable of taking in RTMP video feeds.
    • Form: rtmp://localhost:1935/me<0-3>/<anything>
  • glimpse-video-control container contains the distribution server.
    • Distribution server connects to a RabbitMQ server specified in RABBITMQ_URL environment variable.
    • Distribution server then can take commands to copy an RTMP feed

Full Changelog: https://github.com/rpitv/glimpse-video/commits/v0.1.0