-
Notifications
You must be signed in to change notification settings - Fork 417
Configuration
Alberto Fanjul edited this page Jun 9, 2022
·
2 revisions
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
~/.miraclecast
.config/miraclecastrc
Customizable options and sections:
-
wifid
- log-level
-
sinkctl
- log-level
- log-journal-level
- external-player
- rstp-port
- autocmd
-
wifictl
- log-level
- log-journal-level
[wifid]
log-level=trace
[sinkctl]
log-level=trace
autocmd=run 3
external-player=gstplayer
rstp-port=7236
[wifictl]
log-level=trace
Contributions related to new customizations are always welcomed.