Skip to content

Latest commit

 

History

History
51 lines (36 loc) · 1.89 KB

README-en.md

File metadata and controls

51 lines (36 loc) · 1.89 KB

Web MediaDevices Player

A web application for playing system [video/audio] input devices using the Media Capture and Streams API technology.

Main purposes:

  • View HDMI to USB capture card
  • Play webcam videos, desktop screen recording
  • Capture screenshots and record in webm format
  • v1.1.5 New features
    • CH9329 KVM keyboard and mouse control, ref: webusbkvm
    • Supports relative mouse, absolute mouse, hotkeys, and ASCII text sending.
    • Video screen QR code scanning

screenshot screenshot screenshot

Tips:

  • The first time you use it, it will request camera and microphone permissions. You can reject microphone permissions if not needed. After requesting, it will wait a few seconds to load the devices.
  • This page must run in https or localhost environments. Other environments (such as: filesystem) do not have access to devices.
  • There may be issues with dragging the progress bar of the recorded webm video. Manually transcoding it to mp4 can solve the problem.

Development

Contributions are welcome

# Install dependencies
yarn install

# Development mode
yarn dev

# Build the Web version
yarn build

# Build Tauri App
yarn build:tauri

Star History

Star History Chart