ndi_windows_player 0.1.0 copy "ndi_windows_player: ^0.1.0" to clipboard
ndi_windows_player: ^0.1.0 copied to clipboard

PlatformWindows

A native windows implementation of NDI stream decoding leveraging the flutter::TextureRegistrar.

ndi_windows_player #

A native windows implementation of NDI stream decoding leveraging the flutter::TextureRegistrar.

Usage #

import 'package:ndi_windows_player/ndi_windows_player.dart';

...

 @override
  Widget build(BuildContext context) {
    return MaterialApp(
      home: Scaffold(
        appBar: AppBar(
          title: const Text('NDIPlayer example'),
        ),
        body: const Center(
          child: AspectRatio(
            aspectRatio: 16 / 9,
            child: NdiPlayer(
              name: "MACHINENAME (NDINAME)",
              bandwidth: Bandwidth.high,
            ),
          ),
        )
      ),
    );
  }
1
likes
150
pub points
27%
popularity

Publisher

unverified uploader

A native windows implementation of NDI stream decoding leveraging the flutter::TextureRegistrar.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on ndi_windows_player