Commit 85d23d5a authored by Stefan Westerfeld's avatar Stefan Westerfeld

README updates (HLS)

Signed-off-by: Stefan Westerfeld's avatarStefan Westerfeld <stefan@space.twc.de>
parent 1db5ecf3
...@@ -235,6 +235,8 @@ Use watermarking key from file <filename> (see <<key>>). ...@@ -235,6 +235,8 @@ Use watermarking key from file <filename> (see <<key>>).
--strength <s>:: --strength <s>::
Set the watermarking strength (see <<strength>>). Set the watermarking strength (see <<strength>>).
Videos can be watermarked on-the-fly using <<hls>>.
== Output as Stream == Output as Stream
Usually, an input file is read, watermarked and an output file is written. Usually, an input file is read, watermarked and an output file is written.
...@@ -342,6 +344,7 @@ same. The watermarker has been designed and tested for stereo files, ...@@ -342,6 +344,7 @@ same. The watermarker has been designed and tested for stereo files,
so the number of channels should really be `2`. This is also the so the number of channels should really be `2`. This is also the
default. default.
[[hls]]
== HTTP Live Streaming == HTTP Live Streaming
=== Introduction for HLS === Introduction for HLS
...@@ -368,6 +371,7 @@ Everything necessary to watermark HLS audio segments is available within ...@@ -368,6 +371,7 @@ Everything necessary to watermark HLS audio segments is available within
`audiowmark`. The server side support which is necessary to send the right `audiowmark`. The server side support which is necessary to send the right
watermarked segment to the right user is not included. watermarked segment to the right user is not included.
[[hls-requirements]]
=== HLS Requirements === HLS Requirements
HLS support requires some headers/libraries from ffmpeg: HLS support requires some headers/libraries from ffmpeg:
...@@ -493,6 +497,9 @@ If you compile from source, `audiowmark` needs the following libraries: ...@@ -493,6 +497,9 @@ If you compile from source, `audiowmark` needs the following libraries:
* libzita-resampler * libzita-resampler
* libmpg123 * libmpg123
If you want to build with HTTP Live Streaming support, see also
<<hls-requirements>>.
== Building fftw == Building fftw
`audiowmark` needs the single prevision variant of fftw3. `audiowmark` needs the single prevision variant of fftw3.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment