Rocksolid Light

Welcome to novaBBS (click a section below)

mail  files  register  newsreader  groups  login

Message-ID:  

6 May, 2024: The networking issue during the past two days has been identified and appears to be fixed. Will keep monitoring.


computers / comp.sys.mac.system / Tutorial: How to wirelessly mirror Android YouTube sans ads onto Windows/Linux/macOS with scrcpy/sndcpy/newpipe running on Android

SubjectAuthor
o Tutorial: How to wirelessly mirror Android YouTube sans ads onto Windows/Linux/mAndy Burnelli

1
Tutorial: How to wirelessly mirror Android YouTube sans ads onto Windows/Linux/macOS with scrcpy/sndcpy/newpipe running on Android

<tmrgqt$mr7t$1@news.mixmin.net>

  copy mid

https://www.novabbs.com/computers/article-flat.php?id=15138&group=comp.sys.mac.system#15138

  copy link   Newsgroups: comp.mobile.android alt.comp.microsoft.windows misc.phone.mobile.iphone comp.sys.mac.system alt.os.linux alt.comp.os.windows-10 alt.comp.os.windows-11 alt.internet.wireless comp.mobile.ipad
Followup: comp.mobile.android,alt.comp.os.windows-10,alt.comp.microsoft.windows
Path: i2pn2.org!i2pn.org!weretis.net!feeder8.news.weretis.net!news.mixmin.net!.POSTED!sewer!alphared!news.uzoreto.com!aioe.org!uC+u+wrvCiJRhswcuU7oWw.user.46.165.242.75.POSTED!not-for-mail
From: spa...@nospam.com (Andy Burnelli)
Newsgroups: comp.mobile.android,alt.comp.microsoft.windows,misc.phone.mobile.iphone,comp.sys.mac.system,alt.os.linux,alt.comp.os.windows-10,alt.comp.os.windows-11,alt.internet.wireless,comp.mobile.ipad
Subject: Tutorial: How to wirelessly mirror Android YouTube sans ads onto Windows/Linux/macOS with scrcpy/sndcpy/newpipe running on Android
Followup-To: comp.mobile.android,alt.comp.os.windows-10,alt.comp.microsoft.windows
Date: Thu, 8 Dec 2022 02:06:31 +0000
Organization: Mixmin
Message-ID: <tmrgqt$mr7t$1@news.mixmin.net>
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Date: Thu, 8 Dec 2022 02:06:21 -0000 (UTC)
Injection-Info: news.mixmin.net; posting-host="d69badb3e6e93515d6f6b0152dd223744cfd45c3";
logging-data="748797"; mail-complaints-to="abuse@mixmin.net"
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101 Thunderbird/91.6.1
Content-Language: en-GB
 by: Andy Burnelli - Thu, 8 Dec 2022 02:06 UTC

Tutorial:

How to wirelessly mirror Android YouTube sans ads onto Windows/Linux/macOS
with scrcpy/sndcpy/newpipe running on Android (tested on Android/Windows).

All FOSS tools described work independently and together as desired.
a. scrcpy mirror display (video) from Android onto any desktop PC
b. sndcpy cast (forward) audio from Android onto any desktop PC
c. newpipe (optional) a better youtube client that never shows ads
d. webdav (optional) mount Android over Wi-Fi onto Windows as a drive

This is a general purpose tutorial which should work on _any_ platform.
A. You will be able to mirror any Android application to your desktop
B. You will be able to interact fully with that app on your desktop
(using the shared desktop PC mouse, keyboard, monitor & clipboard)
C. You will be able to forward (cast) the sound from Android to the PC
(the controls are independent so that you can reduce echo if needed)
D. All this will be done 100% over Wi-Fi (there are no cables involved)
E. All tools are FOSS tools so there will _never_ be any costs involved
F. And you will _never_ see ads ever (even in YouTube) with my tutorials.

Here are some representative screenshots I made to show how it worked.
<https://i.postimg.cc/G2KhqJ38/sndcpy01.jpg> Mirror both video & audio
<https://i.postimg.cc/jdXm2ggJ/sndcpy02.jpg> Even mirror ad-free YouTube
<https://i.postimg.cc/90PPxkRP/sndcpy03.jpg> Resolution is same as devices
<https://i.postimg.cc/qgfYKWf8/sndcpy04.jpg> Resizing to full monitor size
<https://i.postimg.cc/JhjpnRgh/webdav14.jpg> Mirroring using IP address

Not in this tutorial is how to seamlessly mount the entire Android file
system onto the desktop as a drive letter (which is in other tutorials).
<https://i.postimg.cc/wM4Z45pN/webdav10.jpg> Free Android WebDAV servers
<https://i.postimg.cc/BQyRxCN9/webdav11.jpg> Mount sdcards read & write
<https://i.postimg.cc/yYWwgGmy/webdav12.jpg> As Windows drive letters
<https://i.postimg.cc/QtbR1GY0/webdav13.jpg> Over Wi-Fi on your home LAN
<https://i.postimg.cc/gcKXV6F7/webdav16.jpg> A third free WebDAV server

As always, this tutorial is written and documented out of the kindness of
my heart as free general purpose cross platform functionality is always
what I strive for, and particularly, in this example, where I strive for
the privacy and utility of a completely ad free FOSS YouTube client cast.

It's general purpose because everyone can do this right now, on any PC.

Note: The _example_ I documented is just one use model, but it's an
important use model since YouTube FOSS clients do not exist on the PC.

That means all Android apps should work the same - however - and this is
important - there is no other app out there that I know of which performs
this FOSS YouTube functionality on the desktop (and no, a web browser is
not even close to the same functionality by any means no matter how
desperate the iKooks claim that a web browser can do everything. It can't.)

As always, since the whole intent is to kind heartedly teach others and to
then learn back from what they know that I don't yet know, if you know more
than I do about this topic, please do add on-topic technical value.

Please ask honest questions if you have issues getting it to work on your
system (as long as that system is not iOS, which is crippled in many ways).

Here are the minimum tools required to cast the screen & audio to the PC.

Install scrcpy & sndcpy on Windows/Linux as per the instructions at Github.
sndcpy (comes with adb): <https://github.com/Genymobile/scrcpy>
scrcpy (comes with adb): <https://github.com/rom1v/sndcpy>

Here is a tutorial for using scrcpy/sndcpy so my instructions below
will simply be cursory copy & paste commands that have worked for me.
<https://github.com/rom1v/sndcpy/issues/74>
*Tutorial to use scrcpy and sndcpy at same time*

There is also a tutorial for mirroring sound/audio onto macOS:
*Share your Android screen and audio on macOS*
<https://dev.to/equiman/share-your-android-screen-and-audio-on-macos-1p64>

Here's what I did to mirror NewPipe audio/video youtube to Windows.
(Again, YouTube is just one of many possible examples; YouTube sans ads was
chosen because that functionality does NOT exist on any desktop platform!)

Install scrcpy.apk on Android & put the app icon in a convenient location.
C:\> copy scrcpy.apk Z:\scrcpy.apk
Note in that copy case Android was mounted over Wi-Fi onto the desktop
as a drive letter using free WebDAV servers which has been explained
in other tutorials so it's assumed you know how to copy APKs to Android.

Install any FOSS Android YouTube client to watch YouTube sans
advertisements.
<https://newpipe.net/>

Now you are ready to mirror Newpipe audio & video over to your desktop PC.

You can use USB cable & then switch to Wi-Fi using this rather old method:
a. Turn on Android USB debugging
b. Connect Android to the desktop temporarily over USB
c. C:\> adb devices
List of devices attached
adb-SERIAL._adb-tls-connect._tcp. device
C:\> adb tcpip 5555
d. Manually disconnect the USB cable connection
e. adb connect 192.168.1.4:5555

But as of about Android 10, you can directly connect adb over a Wi-Fi
network.
a. Turn on Android USB debugging & Wireless debugging
b. Connect Android to the Wi-Fi network access point
C:\> ping 192.168.1.4
c. C:\> adb devices
List of devices attached
adb-SERIAL._adb-tls-connect._tcp. device
C:\> adb -s adb-SERIAL._adb-tls-connect._tcp.
e. adb connect 192.168.1.4:43210 (this port is shown on Android)

Once you're connected to adb, mirror the screen,mouse,keyboard & clipboard.
C:\> scrcpy -s adb-SERIAL._adb-tls-connect._tcp.

Once you've mirrored the Android onto the desktop, share the audio.
C:\> scrcpy adb-SERIAL._adb-tls-connect._tcp.

Here are some screenshots showing the sharing of YouTube audio/video
with Android in your pocket or in another room in the house,
without ever seeing an ad using any available FOSS YouTube client.
<https://i.postimg.cc/G2KhqJ38/sndcpy01.jpg> Mirror both video & audio
<https://i.postimg.cc/jdXm2ggJ/sndcpy02.jpg> Even mirror ad-free YouTube
<https://i.postimg.cc/90PPxkRP/sndcpy03.jpg> Resolution is same as devices
<https://i.postimg.cc/qgfYKWf8/sndcpy04.jpg> Resizing to full monitor size

Note: If the Android phone is in the same room (usually it's in my pocket),
you may want to turn the volume down on the phone to prevent echoes.

Note: The instructions say you need VLC but I didn't use it but I do
have VLC on both Android & Windows but I don't see where it applies.

Note: Obviously your IP address will differ as will your serial number.

As always, let me know if you enjoy these tutorials, and please add value.
Followup set to the Windows & Android newsgroups (and their archives) only.
--
Posted out of the goodness of my heart to disseminate useful information
which, in this case, is to show others how to mirror Android audio & video.

1
server_pubkey.txt

rocksolid light 0.9.81
clearnet tor