Code Monkey home page Code Monkey logo

agview's Introduction

AGView

AGView is a video player for events. What's the difference to a normal video player like VLC Player you may ask? AGView offers the following features:

  • Separate Projector (Output Windows)
  • Multiple Projectors
  • Projector Padding and Background colors
  • Autohide cursor
  • View your system stats in the statusbar
  • custom aspect ratios
  • Videos / Images (called slides) list
  • Align / Scale slides which don't fit perfectly
  • and nice Transitions between the slides!

With that, you can create a great experience for the viewer which will never see your desktop or any other windows.

Usage

Go to the Releases, download the latest version, install it like any other software and run it!

Screenshot

Development

  1. Clone the reporitory using git clone https://github.com/hrueger/AGView
  2. Install dependencies with npm i
  3. Start your dev session using npm start Have fun!

License

MIT

agview's People

Contributors

alokmahor avatar dependabot[bot] avatar greenkeeper[bot] avatar hrueger avatar imgbot[bot] avatar imgbotapp avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

agview's Issues

When I add a camera resource, how to choose it

// tell OBS which sceneItems are selected 

scene.getObsScene().getItems().forEach(obsSceneItem => {
      obsSceneItem.selected = activeObsIds.includes(obsSceneItem.id);
 });

I saw this code in the streamlabs-obs project, and then the scene-item on the interface was selected, but after I set the selected of my scene-item to true, the same effect could not appear

Where can I see output of echo in electron-builder custom NSIS include script?

I want to perform some action on uninstallation of this electron app.
So I added custom NSIS include script installer.nsh and its content is

!macro customUnInstall
  !echo "test output"
!macroend

By following https://www.electron.build/configuration/nsis I have added this entry also in electron-builder.json like

"nsis": { "include": "installer.nsh" }

On uninstall of this app I am not seeing test output anywhere. Where can I see this output?

Can we make app content visible in browser?

Electron is equivalent to chrome browser. Which is rendering angular application in it. We can say electron is rendering http://localhost:4200/

Currently I am not able to see content of http://localhost:4200/ in chrome browser the way its visible in electron app.
When I open http://localhost:4200/ I see blank black page.

Can we make small changes to this project so I can see content of http://localhost:4200/ in browser also the way I am seeing in electron?

An in-range update of core-js is breaking the build 🚨

The devDependency core-js was updated from 3.4.6 to 3.4.7.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

core-js is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • βœ… security/gitguardian: GitGuardian did not find any leak. (Details).
  • ❌ continuous-integration/travis-ci/push: The Travis CI build could not complete due to an error (Details).
  • ❌ Build on Linux: There are 1 failures, 0 warnings, and 0 notices.
  • ❌ Build on Windows: There are 1 failures, 0 warnings, and 0 notices.
  • ❌ Build on MacOS: There are 1 failures, 0 warnings, and 0 notices.
  • ❌ Lint: There are 1 failures, 0 warnings, and 0 notices.

Release Notes for 3.4.7 - 2019.12.03
  • Fixed an NPM publishing issue
FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

Image source not working

I tried to add iamge_source by taking help from this project but its not working for me. I am seeing black color only in preview.

const logoSource = osn.InputFactory.create("image_source", "image_source_id", { file: "C:\Users\alokm\Downloads\Krishna.jpg" });
const scene = osn.SceneFactory.create('test-scene');
const sceneItem = scene.add(logoSource);
osn.Global.setOutputSource(0, scene);

What I am missing? monitor_capture and window_capture as source are working fine but not image_source.

Error in starting app

When I am trying to run npm start after npm i I am getting error

ERROR in src/app/_services/thumbnail.service.ts:32:37 - error TS2345: Argument of type '(image: any) => void' is not assignable to parameter of type 'Rectangle'.
  Type '(image: any) => void' is missing the following properties from type 'Rectangle': height, width, x, y

32                     win.capturePage((image) => {

electron app is not able to start.

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.