Skip to content

Commit 6cfdb2b

Browse files
Copilotanacrolix
andcommitted
Update documentation to reflect ffmpeg thumbnail generation
Co-authored-by: anacrolix <[email protected]>
1 parent 17f6b98 commit 6cfdb2b

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ WORKDIR /dmsdir
1616
VOLUME /dmsdir
1717
RUN chown -R user:user /dmsdir
1818
RUN apk add --no-cache \
19-
ffmpeg ffmpegthumbnailer mailcap
19+
ffmpeg mailcap
2020
COPY --from=build /build/bin/dms /dms
2121
USER user:user
2222

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ will also provide thumbnails where possible.
1818
dms also supports serving dynamic streams (e.g. a live rtsp stream) generated
1919
on the fly with the help of an external application (e.g. ffmpeg).
2020

21-
dms uses ``ffprobe``/``avprobe`` to get media data such as bitrate and duration, ``ffmpeg``/``avconv`` for video transoding, and ``ffmpegthumbnailer`` for generating thumbnails when browsing. These commands must be in the ``PATH`` given to ``dms`` or the features requiring them will be disabled.
21+
dms uses ``ffprobe``/``avprobe`` to get media data such as bitrate and duration, and ``ffmpeg``/``avconv`` for video transcoding and thumbnail generation. These commands must be in the ``PATH`` given to ``dms`` or the features requiring them will be disabled.
2222

2323
.. image:: https://i.imgur.com/qbHilI7.png
2424

@@ -31,7 +31,7 @@ Assuming ``$GOPATH`` and Go have been configured already::
3131

3232
$ go install github.com/anacrolix/dms@latest
3333

34-
Ensure ``ffmpeg``/``avconv`` and/or ``ffmpegthumbnailer`` are in the ``PATH`` if the features depending on them are desired.
34+
Ensure ``ffmpeg``/``avconv`` are in the ``PATH`` if the features depending on them are desired.
3535

3636
To run::
3737

TODO

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,3 @@
33
* Move ./dlna/dms somewhere more appropriate. It's moreof a DMS than a DLNADMS now.
44
* Fix seeking for transcodes. Should be broken.
55
* DMS handler path /icon should be /thumbnail, and /deviceIcon->/icon, or something like that.
6-
* Work around lack of ffmpegthumbnailer on Windows.

0 commit comments

Comments
 (0)