1
0
Fork 0
mirror of https://github.com/albfan/miraclecast.git synced 2025-02-12 16:01:55 +00:00
Commit graph

324 commits

Author SHA1 Message Date
Erik Andresen
c803c88572 CMakeLists: Remove duplicate systemd requirement
closes #3
2023-01-08 18:26:23 +01:00
Xiao Qiang Liang
3018aac1f2 Fix cmake build for latest gcc
libraries link order is relevant on latest gcc
2023-01-04 13:52:31 +01:00
Tanish Azad
a36e9bd19f fixed error message 2022-11-28 18:34:41 +01:00
Alberto Fanjul
439dac09c5 Ignore special chars on color prompt 2022-11-20 12:48:40 +01:00
Alberto Fanjul
31f7fbba33 Set custom ctl names 2022-11-20 11:47:35 +01:00
Alberto Fanjul
abc9b2f92c set wfd elements on source selected 2022-11-14 07:14:05 +01:00
Alberto Fanjul
314aa5aed5 Use default rstp port 2022-11-14 07:12:25 +01:00
Alberto Fanjul
66c86f2971 fix memory error settting wfd_video_formats 2022-11-14 07:12:00 +01:00
Alberto Fanjul
788d37d7d2 CLI commands autocompletion 2022-11-13 11:37:22 +01:00
Alberto Fanjul
20816ad138 Add command friendly-name to sink controller 2022-11-08 08:52:53 +01:00
Alberto Fanjul
c215f05d5d Exit CLI if daemon is not available 2022-11-08 08:52:53 +01:00
Alberto Fanjul
f9a61faaa2 Do not prefix command output with time 2022-11-08 08:52:53 +01:00
Alberto Fanjul
8cd144271a log messages with time in human readable way 2022-10-30 01:28:43 +02:00
Alberto Fanjul
7135a99e71 Call script helpers from any path 2022-10-29 22:43:26 +02:00
Alberto Fanjul
42c5bda976 fix cmake CI 2022-10-29 13:32:27 +02:00
Alberto Fanjul
f740af2655 Clean cmake files 2022-10-29 13:32:27 +02:00
Alberto Fanjul
175495c729 fix cmake dependencies for 2022-10-29 13:32:27 +02:00
Alberto Fanjul
72f61549d9 log messages with time in human readable way 2022-10-29 13:32:27 +02:00
Alberto Fanjul
380504b0f8 helpers to start/stop wifi on several distros 2022-10-16 23:02:57 +02:00
Alberto Fanjul
b46679d5a4 Use posix functions 2022-10-16 22:44:20 +02:00
Alberto Fanjul
6f84dc8b7d Add ENABLE_SYSTEMD config to meson and autotools 2022-10-16 13:17:41 +02:00
Andreas K. Hüttel
85723432f9 Option to use elogind instead of whole systemd
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
2022-10-16 13:17:41 +02:00
Semara Incorporated
7f263b06b4 Change kdus to kdbus
Change kdus to kdbus in Arch linux aur installation instruction
2022-10-16 11:38:04 +02:00
Fernando van Loenhout
a1590ecc17 Support more than 2 devices when testing the capabilities
At the moment, this typo is preventing the test script from working when you have more than 2 devices plugged in. Fixes #449
2022-09-19 10:59:02 +02:00
Alberto Fanjul
43505ab3dd Allow to override/extend the request parameters 2022-05-28 10:46:44 +02:00
Alberto Fanjul
e816de93d3 Allow auto commands with any number of parameters 2022-05-28 10:43:12 +02:00
Alberto Fanjul
c42624885b simplify pass request options 2022-05-26 20:55:51 +02:00
Edward Betts
3ab7d5913f Correct spelling mistakes 2022-04-12 09:22:13 +02:00
Alberto Fanjul
0b72e0b435 cmake: fix build for Ninja generator 2022-03-09 17:45:30 +01:00
Коренберг ☢️ Марк
125f4a847f Fix .spec file 2022-01-11 23:49:22 +01:00
Michael Partridge
264a222d24 Add wpa_supplicant to requirements 2021-11-20 11:24:37 +01:00
Michael Partridge
4b229dc282 Move optional packages towards the end 2021-11-20 11:24:37 +01:00
mcp292
5ac3e0593f Add missing period 2021-11-18 22:18:39 +01:00
mcp292
e25d8d5a0b Fix broken relative link to #4 in README 2021-11-18 11:32:26 +01:00
Alberto Fanjul
df12df656c Configurable ip binary path
Different OS have ip binary on different locations

It can be configured at:
  - compile time `IP_BINARY`
  - execution time `--ip-binary`
2021-10-27 12:10:54 +02:00
Alberto Fanjul
65a7a0aad1 Assig dupped string 2021-10-27 12:10:54 +02:00
Alberto Fanjul
3f5270ee7a Avoid automatic make commands on autotools 2021-10-27 12:09:33 +02:00
Alberto Fanjul
506f1e7b28 whitespace 2021-10-27 12:09:33 +02:00
Alberto Fanjul
7739a9cee0 Fix completion path on meson buildsystem 2021-10-27 10:08:12 +02:00
dzink
a66b998883 Update README to indicate that source is not yet implemented.
Prevent issue duplication and manage user expectations by indicating up front that source is not yet implemented (see issue #4).
2021-09-06 11:38:48 +02:00
Alberto Fanjul
0481252438 Specify path for miracle utils script 2021-07-09 15:57:40 +02:00
Alberto Fanjul
a13c1b7c33 Do not fail stopping existing links 2021-01-03 19:45:49 +01:00
Alberto Fanjul
62c5b8daa8 Do not fail if peers are found before links
After discover peers, a miracle-sinkctl restart can lead to peers
without links. Just ignore that
2021-01-03 19:45:05 +01:00
Alberto Fanjul
8d6530ebc9 protect from NULL binary path 2021-01-03 14:07:44 +01:00
Alberto Fanjul
3b3531de5c Allow to set friendly name even if unmanaged 2021-01-03 14:04:38 +01:00
Alberto Fanjul
92a8b0b2c6 Detect miracle-wifid already running 2021-01-01 19:43:03 +01:00
Alberto Fanjul
058c9cc309 Update travis build status 2020-11-13 16:50:57 +01:00
Alberto Fanjul
c864ff6246 Use new semaphore 2.0 CI 2020-11-13 16:47:16 +01:00
Alberto Fanjul
4f37045eea Use travis as CI 2020-11-13 16:47:16 +01:00
Andrey Alekseenko
be54804768 Remove access to freed memory
If rtsp_unlink_waiting(m) is called and actually destroys m, it's not
safe to pass it to rtsp_unlink_outgoing later.

We make rtsp_unlink_waiting and rtsp_unlink_outgoing return true if they
destroy the message, and in this case we make sure not to try freeing it
again.
2020-09-20 06:38:05 +02:00