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>>).
--strength <s>::
Set the watermarking strength (see <<strength>>).
Videos can be watermarked on-the-fly using <<hls>>.
== Output as Stream
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,
so the number of channels should really be `2`. This is also the
default.
[[hls]]
== HTTP Live Streaming
=== Introduction for HLS
......@@ -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
watermarked segment to the right user is not included.
[[hls-requirements]]
=== HLS Requirements
HLS support requires some headers/libraries from ffmpeg:
......@@ -493,6 +497,9 @@ If you compile from source, `audiowmark` needs the following libraries:
* libzita-resampler
* libmpg123
If you want to build with HTTP Live Streaming support, see also
<<hls-requirements>>.
== Building fftw
`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