1
0
Fork 0
mirror of https://github.com/albfan/miraclecast.git synced 2025-02-12 17:41:56 +00:00
Commit graph

68 commits

Author SHA1 Message Date
Alberto Fanjul
7135a99e71 Call script helpers from any path 2022-10-29 22:43:26 +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
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
Edward Betts
3ab7d5913f Correct spelling mistakes 2022-04-12 09:22:13 +02:00
Коренберг ☢️ Марк
125f4a847f Fix .spec file 2022-01-11 23:49:22 +01:00
Alberto Fanjul
7739a9cee0 Fix completion path on meson buildsystem 2021-10-27 10:08:12 +02:00
Alberto Fanjul
0481252438 Specify path for miracle utils script 2021-07-09 15:57:40 +02:00
Alberto Fanjul
4f37045eea Use travis as CI 2020-11-13 16:47:16 +01:00
Graham White
46089b18f0 Add spec file for building rpm files 2018-12-25 08:32:31 +01:00
Alberto Fanjul
ec7e11c8bf bash completion with lazy load 2018-09-21 13:41:16 +02:00
albfan
033690b7fb Fix omxplayer execution 2017-04-15 23:00:51 +02:00
albfan
68802bb592 Customizable sysconfdir on cmake 2017-04-15 22:35:43 +02:00
Derek Dai
6b5907ad45 Add meson build system
Use it as:

    $ meson build
    $ cd build
    $ ninja build
    $ ninja test
    $ sudo ninja install
2017-04-14 11:32:27 +02:00
albfan
1bc0648f4b Workaround for Wayland GDK backend 2017-04-02 22:25:48 +02:00
albfan
3dfa75d90b Find interface index for wireless interfaces
helper function to find number to pass to run command of miracle-sinkctl
2017-03-27 00:10:30 +02:00
albfan
a2735d9b4d find pci bus slot for wireless adapter
helper function to find number to pass to run command of miracle-sinkctl
2017-03-26 23:32:03 +02:00
albfan
52cd3f0f28 cleanup for gstplayer 2017-03-26 13:12:33 +02:00
albfan
a9da0067e3 Improve autocompletion
Standardize help commands
Add autocompletion for short arguments
Install autocompletion
2017-03-26 09:31:32 +02:00
albfan
2aeec41290 Provide wrapper for vlc
external player wrapper for vlc
2017-03-25 12:53:13 +01:00
albfan
3628f789b4 Add external player config
Allow to run custom player. It will be run within a wrapper that
respect -p/--port, option at least

fixes #87
2017-03-25 12:48:04 +01:00
albfan
cedfeeebe1 Debug GStreamer execution
Allow to config gstreamer log level
2016-10-23 10:20:12 +02:00
albfan
28252707a2 Install dbus policy
closes #107
2016-08-22 03:08:40 +02:00
Alberto Fanjul
011d7e7fba Merge pull request #110 from foamboarder/master
CMake: use PROGRAMS during install
2016-08-18 18:31:47 +02:00
Tony Y
59ea55c28c CMake: use PROGRAMS during install
During install, PROGRAMS (instead of FILES) will set
execute permissions for all targets.
2016-08-18 09:19:47 -07:00
Alberto Fanjul
c412cdb846 Merge pull request #108 from foamboarder/master
CMake: correctly set file permissions
2016-08-18 12:13:53 +02:00
Alberto Fanjul
866f90f92a Merge pull request #105 from derekdai/master
Add debian support to kill-wpa.sh and find wpa_supplicant throught PATH
2016-08-18 12:09:31 +02:00
Tony Y
b6400aa14a CMake: correctly set file permissions
When building using CMake, the display would not appear
because the files did not have execute permissions.
2016-08-16 17:09:39 -07:00
Tony Y
c7b49c9fbd Add uibc-viewer to CMake install list 2016-08-16 14:05:24 -07:00
Derek Dai
7fc8d0884c add debian support to miracle-utils.sh and normal-wifi.sh 2016-08-15 11:15:12 +08:00
Derek Dai
44625ff4fc specify GdkX11 version before import it 2016-08-10 16:42:35 +08:00
albfan
412ce067b6 Use resolution provided to resize viewer 2016-07-23 19:15:38 +02:00
albfan
3f2266e254 Kill uibc viewer subprocess
closes #93
2016-07-16 15:29:13 +02:00
albfan
349db0f04a help functions for arch linux 2016-07-02 16:15:09 +02:00
albfan
1e69dd6dae UIBC support
Basic support for UIBC (single mouse events and key events)

 - Option --uibc on miracle-sinkctl to enable it
 - Option --log-journal-level to see player execution on journalctl
 - Controller for uibc miracle-uibcctl
 - Player based on PyGtk to receive and communicate mouse and keyevents

closes #57
2016-07-02 15:47:15 +02:00
albfan
1cbfa5b42a Fix hardware tester when no devices available 2016-02-20 11:06:45 +01:00
albfan
72fee8ea0e Debug hardware tester 2016-01-24 20:56:06 +01:00
albfan
30b8c2d223 Basic autocompletion
closes #39
2015-08-30 15:39:09 +02:00
albfan
73adee82bf Select interface to use
Start miraclecast against interface of choose.

- By tagged udev device
- By `--interface` or `-i` option

resolves #36, resolves #43, resolves #46
2015-08-30 11:20:41 +02:00
albfan
6cc5876ba6 rename tester to denote is prerrequisite 2015-08-23 12:28:21 +02:00
albfan
0bf42867ad log wpa messages 2015-08-22 16:48:51 +02:00
albfan
3ff9281920 Add basic autocompletion
relates #39
2015-07-31 06:52:47 +02:00
albfan
e83ded02de miraclecast starts wpa_supplicant
relates #35
2015-07-29 21:09:40 +02:00
albfan
80aefc1611 config udev tag
relates to #36
2015-07-29 20:27:51 +02:00
albfan
1b698ca476 add config to wpa.conf 2015-07-29 20:18:01 +02:00
albfan
24c7c37572 wrong counting wifi devices
relates to #27
2015-07-04 12:16:18 +02:00
albfan
df61778229 Ease script debugging
relates to #27
2015-07-04 06:11:57 +02:00
albfan
f5fb475343 fix script wrappers
Avoid kill-wpa.sh to exit script when sourced and there is no wpa_supplicant connection
Avoid false positives on wpa_supplicant detection
2015-07-03 18:56:21 +02:00
Jonathan Gibert
069c61d927 add or correct shebang on res scripts 2015-05-15 17:08:01 +02:00