N6XRE DokuWiki

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
software [2020/04/09 15:07] – [28. Mirror Android to PC with scrcpy] garyrustsoftware [2020/04/13 23:08] (current) – [4. plyr - A simple HTML5, YouTube and Vimeo player] garyrust
Line 24: Line 24:
 </html> \\ </html> \\
 ===== - plyr - A simple HTML5, YouTube and Vimeo player ===== ===== - plyr - A simple HTML5, YouTube and Vimeo player =====
-[[Sandbox#top|Top]]\\+[[software#top|Top]] \\
 [[https://blog.bitsrc.io/5-open-source-html5-video-players-for-2018-38fa85932afb|5 Open Source HTML5 Video Players for 2019]] \\ [[https://blog.bitsrc.io/5-open-source-html5-video-players-for-2018-38fa85932afb|5 Open Source HTML5 Video Players for 2019]] \\
 https://plyr.io - https://github.com/sampotts/plyr - \\ https://plyr.io - https://github.com/sampotts/plyr - \\
Line 67: Line 67:
 </html> \\ </html> \\
 </code> </code>
 +===== - Jekyll =====
 +[[software#top|Top]]\\
 +https://jekyllrb.com/ \\
 +<html>
 +<iframe width="800" height="800" src="https://jekyllrb.com/" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
 +</html> \\
 +
 ===== - Install PyCharm Community Edition  ===== ===== - Install PyCharm Community Edition  =====
 **[[software#top|Top]]**\\ **[[software#top|Top]]**\\
Line 440: Line 447:
 ¹Double-click on black borders to remove them. ¹Double-click on black borders to remove them.
 ²Right-click turns the screen on if it was off, presses BACK otherwise. ²Right-click turns the screen on if it was off, presses BACK otherwise.
 +=====================================================================================
 +Scrcpy uses adb to communicate with the device, and adb can connect to a device over TCP/IP:
 +
 +Connect the device to the same Wi-Fi as your computer.
 +Get your device IP address (in Settings → About phone → Status).
 +Enable adb over TCP/IP on your device: adb tcpip 5555.
 +Unplug your device.
 +Connect to your device: adb connect 192.168.11.113:5555 (replace DEVICE_IP).
 +Run scrcpy as usual.
 +https://github.com/Genymobile/scrcpy
 </code> \\ </code> \\
 ===== - WireGuard VPN ===== ===== - WireGuard VPN =====
QR Code
QR Code software (generated for current page)