-
Notifications
You must be signed in to change notification settings - Fork 417
miracle sinkctl
Alberto Fanjul edited this page May 20, 2017
·
15 revisions
Is a controller connected to miracle-wifid which selects interface to use and manage RSTP communication, program to play audio/video screening and UIBC (input on source from sink) interaction.
miracle-sinkctl [OPTIONS...] ...
Control a dedicated local sink via MiracleCast.
-h --help Show this help
--help-commands Show avaliable commands
--version Show package version
--log-level <lvl> Maximum level for log messages
--log-journal-level <lvl> Maximum level for journal log messages
--gst-debug [cat:]lvl[,...] List of categories an level of debug
--audio <0/1> Enable audio support (default 1)
--scale WxH Scale to resolution
-p --port <port> Port for rtsp (default 1991)
--uibc Enables UIBC
-e --external-player Configure player to use
--res <n,n,n> Supported resolutions masks (CEA, VESA, HH)
default CEA 0000001F
default VESA 00000003
default HH 00000000
--help-res Shows avaliable values for res
-
external-player:
external-player option allows to change the player used by miraclecast. Is a wrapper that receives the params avaliable on miraclecast. You can create yours and play stream as you want. See an example wrapping vlc
https://github.com/albfan/miraclecast/blob/master/res/miracle-vlc#L66