Skip to content

Commit

Permalink
Prepare 1.4.1 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
toots committed Jan 18, 2020
1 parent 6ec4e08 commit 8041a60
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
1.4.1 (unreleased)
1.4.1 (18-02-2020)
=====

Fixed:
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
1.4.0
1.4.1

# Minimum OCaml version:
4.08.0
2 changes: 1 addition & 1 deletion doc/content/build.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Liquidsoap 1.4.0
# Liquidsoap 1.4.1

## Forewords

Expand Down
2 changes: 1 addition & 1 deletion doc/content/encoding_formats.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ care about the WAV length header then you should use this parameter.

FFmpeg
------
The `%ffmpeg` encoder is the latest addition to our collection, starting with version `1.4.0`. It is only for audio encoding for now. You need to have [ocaml-ffmpeg](https://github.com/savonet/ocaml-ffmpeg) installed and up-to date to enable the encoder during liquidsoap's build.
The `%ffmpeg` encoder is the latest addition to our collection, starting with version `1.4.1`. It is only for audio encoding for now. You need to have [ocaml-ffmpeg](https://github.com/savonet/ocaml-ffmpeg) installed and up-to date to enable the encoder during liquidsoap's build.

The encoder should support all the options for `ffmpeg`'s [muxers](https://ffmpeg.org/ffmpeg-formats.html#Muxers) and [encoders](https://www.ffmpeg.org/ffmpeg-codecs.html), including private configuration options. Configuration value are passed as key/values, with values being of types: `string`, `int`, or `float`. If a configuration is not recognized (or: unused), it will raise an error during the instantiation of the encoder. Here are some configuration examples:

Expand Down
2 changes: 1 addition & 1 deletion doc/content/hls_output.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
HLS Output
==========

Starting with liquidsoap `1.4.0`, it is possible to send your streams as [HLS output](https://en.wikipedia.org/wiki/HTTP_Live_Streaming).
Starting with liquidsoap `1.4.1`, it is possible to send your streams as [HLS output](https://en.wikipedia.org/wiki/HTTP_Live_Streaming).

The main operator is `output.file.hls`. Here's an example using it, courtesy of [srt2hls](https://github.com/mbugeia/srt2hls):

Expand Down
2 changes: 1 addition & 1 deletion doc/content/install.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Installing Savonet/Liquidsoap
=============================

**Note** These instructions are from the documentation from liquidsoap `1.4.0`.
**Note** These instructions are from the documentation from liquidsoap `1.4.1`.
Make sure to consult the instructions from the version you wish to install,
most likely the latest stable release.

Expand Down
2 changes: 1 addition & 1 deletion liquidsoap.opam
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
opam-version: "2.0"
name: "liquidsoap"
version: "1.4.0"
version: "1.4.1"
maintainer: "[email protected]"
homepage: "https://github.com/savonet/liquidsoap"
authors: "The Savonet Team <[email protected]>"
Expand Down

0 comments on commit 8041a60

Please sign in to comment.