Skip to content

Commit

Permalink
Add output of dms -h (anacrolix#90)
Browse files Browse the repository at this point in the history
  • Loading branch information
Efreak authored Feb 7, 2022
1 parent 9f51632 commit 2fd6ff4
Showing 1 changed file with 43 additions and 0 deletions.
43 changes: 43 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,46 @@ Known Compatible Players and Renderers
* Chromecast
* VLC
* LG Smart TVs, with varying success.


Usage of dms:
=====================

.. list-table:: Usage
:widths: auto
:header-rows: 1

* - parameter
- description
* - ``-allowedIps string``
- allowed ip of clients, separated by comma
* - ``-config string``
- json configuration file
* - ``-deviceIcon string``
- device icon
* - ``-fFprobeCachePath string``
- path to FFprobe cache file (default "/home/efreak/.dms-ffprobe-cache")
* - ``-forceTranscodeTo string``
- force transcoding to certain format, supported: 'chromecast', 'vp8'
* - ``-friendlyName string``
- server friendly name
* - ``-http string``
- http server port (default ":1338")
* - ``-ifname string``
- specific SSDP network interface
* - ``-ignoreHidden``
- ignore hidden files and directories
* - ``-ignoreUnreadable``
- ignore unreadable files and directories
* - ``-logHeaders``
- log HTTP headers
* - ``-noProbe``
- disable media probing with ffprobe
* - ``-noTranscode``
- disable transcoding
* - ``-notifyInterval duration``
- interval between SSPD announces (default 30s)
* - ``-path string``
- browse root path
* - ``-stallEventSubscribe``
- workaround for some bad event subscribers

0 comments on commit 2fd6ff4

Please sign in to comment.