1.0.13 • Published 9 months ago

@indutny/mac-screen-share v1.0.13

Weekly downloads
-
License
MIT
Repository
-
Last release
9 months ago

@indutny/mac-screen-share

npm

Bindings for macOS ScreenCaptureKit.

Installation

npm install @indutny/mac-screen-share

Usage

import { Stream } from '@indutny/mac-screen-share';

const stream = new Stream({
  width: 1024,
  height: 768,
  frameRate: 10,

  onStart() {},
  onStop(error) {},
  onFrame(frame, width, height, timestamp) {
    // Frame is in Nv12 encoding
    // timestamp is in seconds (not a unix epoch time)
  },
});

// Later
stream.stop();

LICENSE

This software is licensed under the MIT License.

1.0.13

9 months ago

1.0.12

10 months ago

1.1.0

10 months ago

1.0.11

10 months ago

1.0.10

10 months ago

1.0.9

10 months ago

1.0.8

10 months ago

1.0.7

10 months ago

1.0.6

10 months ago

1.0.5

10 months ago

1.0.4

10 months ago

1.0.3

10 months ago

1.0.2

10 months ago

1.0.1

10 months ago

1.0.0

10 months ago