I am seeking a solution that will enable me to mirror the screen from Android (LineageOS 20) to Android TV (LineageOS 20 for Android TV). Chromecast is only accessible for Google-certified devices; therefore, Chromecast will not function here.

Is there a project in which I can install the receiver app on the Android TV and the client app on the Android phone to accomplish this?

    • mypasswordis1234OP
      link
      fedilink
      82 years ago

      LineageOS Team backported Miracast in LOS 18 but my Android TV accesses the network over an Ethernet cable. Miracast uses Wi-Fi Direct, which requires both devices to be connected wirelessly to the same network.

      • Atemu
        link
        fedilink
        1
        edit-2
        2 years ago

        If all that mattered was being on the same network, it doesn’t matter whether that’s WiFi or Ethernet. Frames got switched between those.

        WiFi Direct uses, as the same implies, a direct P2P network between the two devices without a third network device in between.
        That would indeed not work if the device has no WiFi adapter.
        You may perhaps be able to remedy that using a USB WiFi adapter supported by the mainline Linux kernel version running on your device.

        Have you tried it though? I’m pretty sure Miracast works over the network too.

      • 𝒍𝒆𝒎𝒂𝒏𝒏
        link
        fedilink
        22 years ago

        Ooh - Thanks for the clarification 👌

        I was curious since I’m planning to make the jump to LineageOS on my device, and also plan to develop a Miracast receiver app for my Steam Links

  • @[email protected]
    link
    fedilink
    19
    edit-2
    2 years ago

    I have used ScreenStream and was pretty satisfied with it, it basically creates a web server that streams your screen, so you can connect to it with any browser, it’s pretty neat!

    (You can see the thread where it was first suggested to me here)

  • @[email protected]
    link
    fedilink
    32 years ago

    Well, if you can use a windows/linux pc as host, you can use Sunshine Stream. It uses Moonlight receiver app which is on basically everything that computes. But it’s host software is not on Android (probably)