Files
mediadevices/README.md
T
2020-03-30 13:49:02 -04:00

3.4 KiB

mediadevices

Go implementation of the MediaDevices API.

Interfaces

Interface Linux Mac Windows
Camera ✔️ ✖️ ✔️
Microphone ✔️ ✖️ ✔️
Screen ✔️ ✖️ ✖️

Camera

OS Library/Interface
Linux Video4Linux
Mac N/A
Windows DirectShow
Pixel Format Linux Mac Windows
YUY2 ✔️ ✖️ ✔️
UYVY ✔️ ✖️ ✖️
I420 ✔️ ✖️ ✖️
NV21 ✔️ ✖️ ✖️
MJPEG ✔️ ✖️ ✖️

Microphone

OS Library/Interface
Linux PulseAudio
Mac N/A
Windows waveIn

Screen casting

OS Library/Interface
Linux X11
Mac N/A
Windows N/A

Codecs

Audio Codec Library/Interface
OPUS libopus
Video Codec Library/Interface
H.264 OpenH264
VP8 libvpx
VP9 libvpx

Usage

Wiki

Contributing

Project Status

Stargazers over time

References