Skip to content

JellyO1/ndi_windows_plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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,
            ),
          ),
        )
      ),
    );
  }

NDI® is a registered trademark of Vizrt NDI AB

About

A native windows NDI® player.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published