Tagged articles

Screen Sharing

10 articles · Page 1 of 1
Black & White Path
Black & White Path
Aug 18, 2026 · Information Security

How the macOS Screen Sharing Flaw Lets Attackers Gain Full Root Control

The Dutch National Cyber Security Centre warned that CVE‑2026‑65400, a pre‑authentication remote code execution bug in macOS Screen Sharing, is being actively exploited to obtain root access and install Monero miners, with AI tools accelerating weaponization and detailed mitigation steps now available.

AICVE-2026-65400Root Exploit
0 likes · 13 min read
How the macOS Screen Sharing Flaw Lets Attackers Gain Full Root Control
xkx's Tech General Store
xkx's Tech General Store
Feb 27, 2026 · Frontend Development

Build a Pure H5 PDF Screen‑Sharing App with PDF.js and WebSocket

This article details a lightweight pure‑HTML5 solution for synchronizing PDF documents across participants using PDF.js for rendering and a FastAPI‑based WebSocket layer for real‑time state broadcasting, covering architecture, workflow, code snippets, and synchronization logic.

HTML5PDF.jsScreen Sharing
0 likes · 9 min read
Build a Pure H5 PDF Screen‑Sharing App with PDF.js and WebSocket
Liangxu Linux
Liangxu Linux
Nov 20, 2025 · Game Development

Four Open-Source Tools: Game Streaming, Screen Sharing, Terminal GUI, TikTok Downloader

This article introduces four notable open-source projects—Sunshine for game streaming, Bananas for cross‑platform screen sharing, term.everything for running GUI applications inside a terminal, and Douyin‑Downloader for batch TikTok video and audio extraction—highlighting their key features, popularity, and where to get them.

Screen SharingTikTok downloadergame streaming
0 likes · 4 min read
Four Open-Source Tools: Game Streaming, Screen Sharing, Terminal GUI, TikTok Downloader
Open Source Tech Hub
Open Source Tech Hub
Mar 6, 2024 · Frontend Development

How to Record and Play Back Screen Sharing with WebRTC and Vue

This tutorial shows how to capture, record, and replay a shared screen using WebRTC's getDisplayMedia and MediaRecorder APIs within a Vue 3 front‑end, providing a live demo link, screenshots, and complete source code for index.html and main.js.

MediaRecorderScreen SharingVideo Recording
0 likes · 4 min read
How to Record and Play Back Screen Sharing with WebRTC and Vue
Volcano Engine Developer Services
Volcano Engine Developer Services
Sep 15, 2022 · Fundamentals

Why Video Conferencing Is the Toughest RTC Challenge and How We Overcome It

This article examines the unique technical hurdles of video‑conference RTC—such as free mic control, flexible layouts, screen sharing, weak networks, diverse devices and poor lighting—and outlines the edge‑rendering, smart encoding, multi‑level simulcast and reliable signaling solutions we’ve built to tackle them.

Edge RenderingRTCReal‑time communication
0 likes · 22 min read
Why Video Conferencing Is the Toughest RTC Challenge and How We Overcome It
Tencent IMWeb Frontend Team
Tencent IMWeb Frontend Team
Feb 1, 2021 · Frontend Development

Mastering WebRTC: From Camera Capture to Screen Sharing in the Browser

This article explains WebRTC fundamentals, covering camera and microphone basics, frame rate and resolution, tracks and streams, the getUserMedia API with constraints and error handling, device enumeration, MediaRecorder for client‑side recording, and screen sharing via getDisplayMedia, all illustrated with practical JavaScript code examples.

JavaScriptMediaRecorderScreen Sharing
0 likes · 13 min read
Mastering WebRTC: From Camera Capture to Screen Sharing in the Browser