Skip to content

Latest commit

 

History

History
56 lines (42 loc) · 2.25 KB

CHANGELOG.md

File metadata and controls

56 lines (42 loc) · 2.25 KB

Changelog

All notable changes to this project will be documented in this file.

Added

  • Support for Mixcloud and DLive.

Fixed

  • Corrected a spelling error in the file path that the Docker image looks for the JSON configuration.
  • Adjusted the timing of the UpCloud deployment script to better handle timing variation in the cloud service.
  • Fixed a bug in the UpCloud deployment script that manifested when the configuration filepath has spaces in it.

Added

Changed

  • Improved error handling in the RTMP configuration generation script.
  • Improved error handling in the Lindode deploy script.

Fixed

  • Correct bug in RTMP configuration generation when the audio bit rate is set.
  • Reinstated support for Microsoft Stream
  • Addressed coding style issues with the python script rtmp-conf-generator.py

Changed

  • This is a major change that breaks any deployment based on prior version.
  • Migrated away from using environment variables to confihure rebroadcasting destinations and instead now used a JSON file.
  • Cleanly enables rebroadcasting to multiple stream keys on the same platform.
  • Migrated

Added

Fixed

  • Corrected how transcoding is implemented: larger buffer, better audio

Changed

  • Migrated Docker base to jrottenberg/ffmpeg:4.2-alpine in order to get a more robust ffmpeg compilation.
  • Migrated RTMP module to use a more recent and currently maintained branch.

Added

  • Ability to transcode the stream being sent to Facebook.

0.1.2

  • First verison!