Configuration - albfan/miraclecast GitHub Wiki
Configuration
You can configure miraclecast through option on command line or through ini files.
In a fallback mechanishm, command line has always higher priority than ini files.
Take note that miraclecast daemon and controllers needs to run under super user privileges, so ini files should be created under /root dir
Honored files
~/.miraclecast.config/miraclecastrc
Options and sections
Customizable options and sections:
-
wifid
- log-level
-
sinkctl
- log-level
- log-journal-level
- external-player
- rstp-port
- autocmd
-
wifictl
- log-level
- log-journal-level
Example contents
[wifid]
log-level=trace
[sinkctl]
log-level=trace
autocmd=run 3
external-player=gstplayer
rstp-port=7236
[wifictl]
log-level=trace
Add yours
Contributions related to new customizations are always welcomed.