Code Monkey home page Code Monkey logo

atem-streamlia's Introduction

ATEM Switcher

Making the ATEM Switcher accessible and conventional.

This application lives along side the ATEM Software Control software (Windows only) and provides access to the most needed controls through a browser. Brief demonstration.

Features

  • Input Switching
  • Tally Light
  • Run Macros
  • Run between Key Frames
  • Upstream and Downstream Keys
  • Livestream Preview

Building

This project relies on a COM reference to the BMD interop DLL installed as part of the ATEM Software Control. Build the software using the .NET Framework version of MSBuild, which contains the ResolveComReference build task.

Alternatively, generate a .NET assembly from the BMDSwitcherAPI.idl using...

  1. midl.exe .\BMDSwitcherAPI.idl
  2. TlbImp.exe .\BMDSwitcherAPI.tlb
  3. Reference the output assembly DLL in the project

Use the build.ps1 script to build from the command line.

Get Going

  1. Download and install the ATEM Switchers software
  2. Download the latest release and extract the archive or build from source using the build.ps1 PowerShell script
  3. Run the SwitcherServer.exe console application
  4. Open https://localhost (or the address directed by the startup log messages) in a browser
    • The browser may show a security warning saying "Your connection is not private". This is because of the self-signed SSL certificate.
  5. Connect the application to the ATEM
    1. The application will first attempt to connect to the ATEM via USB
    2. To connect the ATEM over a network use the Setup option to enter the IP address of the ATEM
  6. (optional)
    1. Create a firewall rule to allow remote connections
      • In PowerShell... New-NetFirewallRule -DisplayName "ATEM streamlia" -Direction Inbound -LocalPort 443 -Protocol TCP -Action Allow
    2. Use a browser on a network connected to device to access the address https://[ipaddress|machine name]
      • Check the Setup tab for a URL

Responsive

Inspirations

Looking for an alternative to operate your ATEM? Try these projects...

Contributing

  1. Fork it ( https://github.com/tomblchr/atem-streamlia )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Implement your feature
  4. Commit your changes (git commit -am 'Add some feature')
  5. Push to the branch (git push origin my-new-feature)
  6. Create new Pull Request

To Do

  • Audio monitoring
  • Keyboard shortcuts
  • Streaming and recording controls

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.