Skip to content

v0.11.0

Compare
Choose a tag to compare
@dimiden dimiden released this 10 Feb 07:59
· 2191 commits to release since this release

[Added]

  • Added a REST API server (beta). You can now call the API to create an application, set up a profile, and so on. (See the API doc)
  • Added a Thumbnail publisher. This creates a thumbnail of the stream.
  • Added a File publisher for DVR functionality.
  • Added a RTMP Push publisher for re-transmission.
  • Added to support H.265. (This is an experimental feature, and you have to run the misc/prerequisites.sh before use H.265.)
  • Added RTCP/RTX/NACK to WebRTC.

[Improved]

  • FEC/RTX has been improved so that it can be controlled from the settings.
  • Enhanced logging for stream termination.
  • Changed the delivery timing of Codec ExtraData
  • The Config module has been enhanced to be compatible with JSON.
  • External libraries have been updated. (FFmpeg: v4.3.1, OpenSSL: v1.1.1i, SRT: v1.4.2, H.265: v3.4)
  • Improved query string to be sent when RequestPullStream() is called by Orchestrator

[Fixed]

  • Fixed a Wirescast RTMP transmission compatibility issue. (#217)
  • Fixed a SignedPolicy bug. (#252)