mirror of
https://github.com/albfan/miraclecast.git
synced 2025-02-13 09:41:54 +00:00
In this revision, the procedure of session negotiation is not yet completed but only TCP connection can be established between peers. You can try it by run script `res/miracle-wfdctl-demo` to see how it work.
11 lines
270 B
CMake
11 lines
270 B
CMake
[Unit]
|
|
Description=Miraclecast WiFi Display Control
|
|
|
|
[Service]
|
|
BusName=org.freedesktop.miracle.wfd
|
|
Environment=PATH=/sbin:/usr/bin
|
|
Environment=LOG_LEVEL=trace
|
|
ExecStart=@CMAKE_INSTALL_PREFIX@/bin/miracle-wfdctl
|
|
|
|
[Install]
|
|
Allias=dbus-org.freedesktop.miracle.wfd.service
|