A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/albfan/miraclecast/tree/systemd-219 below:

GitHub - albfan/miraclecast at systemd-219

MiracleCast - Wifi-Display/Miracast Implementation

The MiracleCast project provides software to connect external monitors to your system via Wi-Fi. It is compatible to the Wifi-Display specification also known as Miracast. MiracleCast implements the Display-Source as well as Display-Sink side.

The Display-Source side allows you to connect external displays to your system and stream local content to the device. A lot of effort is put into making this as easy as connecting external displays via HDMI.

On the other hand, the Display-Sink side allows you to create wifi-capable external displays yourself. You can use it on your embedded devices or even on full desktops to allow other systems to use your device as external display.

The MiracleCast projects requires the following software to be installed:

To compile MiracleCast, you can choose from autotools or cmake:

Autotools:

$ ./autogen.sh
$ mkdir build
$ cd build
$ ../configure --prefix=/usr/local #avoid --prefix for a standard install

Cmake:

$ mkdir build
$ cd build
$ cmake ..

Compile

Test

$ make check #only with autotools by now

Install

Automatic interface selection with udev

If you want to select the interface to start miraclecast with, add a udev rule with the script res/write-udev-rule.sh and configure miraclecast with

$ ../configure --enable-rely-udev

You can also choose the interface with --interface option for miracle-wifid.

This specific linux flavour is so hard to get miraclecast dependencies that an alternative repo was created to install systemd with dbus

https://github.com/albfan/systemd-ubuntu-with-dbus

See specific instructions on that repo

Use existing AUR package. Remember to enable kdus to systemd-git dependency

$ export _systemd_git_kdbus=--enable-kdbus

You can achieve installation using yaourt

Steps to use it as sink:

  1. shutdown wpa_supplicant

    $ sudo kill -9 $(ps -ef | grep wpa_supplican[t] | awk '{print $2}')
    # now you can use `res/kill-wpa.sh`
    
    >Remember to save your config to use with `res/normal-wifi.sh`
    >it will be easily located with `ps -ef | grep wpa_supplicant` on `-c` option.
    
  2. launch wifi daemon

  3. launch sink control (your network card will be detected. here 3)

    $ sudo miracle-sinkctl
    [ADD]  Link: 3
    
  4. run WiFi Display on link:

  5. Pair your machine with other miracast device (mirroring)

  6. See your screen device on this machine

Steps to use it as peer:

  1. Repeat steps 1 and 2 from "use as sink"

  2. launch wifi control

  3. Enable visibility for other devices

  4. Locate them using scanning

  5. Apart from list, or show info with peer <mac> there's nothing useful here by now.

Source res/miraclecast-completion for autocompletion

This software is licensed under the terms of the GNU-LGPL license. Please see ./COPYING for further information.

This software is originally maintained by: David Herrmann dh.herrmann@gmail.com

This fork is maintained by: Alberto Fanjul albertofanjul@gmail.com

If you have any questions, do not hesitate to contact one of the maintainers.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.3