Git Product home page Git Product logo

Comments (8)

CasparCGImport avatar CasparCGImport commented on July 17, 2024

Submitted by hellgore

The fix will be available in the next 2.0 release

from server.

CasparCGImport avatar CasparCGImport commented on July 17, 2024

Submitted by hellgore

Ready for test

from server.

TomKaltz avatar TomKaltz commented on July 17, 2024

I have tested with build 4e665bc. It is not possible to add multiple screen consumers via caspar.config. You can add multiple consumers via "ADD [channel]-[consumer index] SCREEN"

A unique consumer index needs to be provided to create additional windows.

from server.

HellGore avatar HellGore commented on July 17, 2024

Try using different <device></device> values. That produces the same behaviour as add [ch] screen [device]

from server.

dotarmin avatar dotarmin commented on July 17, 2024

Fixed!

from server.

fusionstream avatar fusionstream commented on July 17, 2024

Sorry but how is this fixed?

I'm new to Caspar CG so maybe I misunderstood the OP. Is his goal to add multiple screen consumers in order to have duplicate screens per channel?

This still doesn't seem to work via casparcg.config but works via commands. Using different devices does work but is it possible to duplicate it while using the same device?

I'm using this build: casparcg-server-2.3.x-lts-1d230e2a12a232f894291f6c9618cf1bf2b3f533-windows

from server.

hreinnbeck avatar hreinnbeck commented on July 17, 2024

It would help if you'd post your config. Have you checked if your config is valid? https://casparcg.net/validator/

from server.

fusionstream avatar fusionstream commented on July 17, 2024

The validator is new to me but it does pass though there seems to be an error with the validator as it says 2 channels instead of 2 screen consumers.

Here is my config. The goal is to have 2 screens on the same channel on the same device. I think this is what the OP already asked; and which doesn't seem to be fixed?

<?xml version="1.0" encoding="utf-8"?> <configuration> <paths> <media-path>media/</media-path> <log-path>log/</log-path> <data-path>data/</data-path> <template-path>template/</template-path> </paths> <lock-clear-phrase>secret</lock-clear-phrase> <channels> <channel> <video-mode>720p6000</video-mode> <consumers> <screen> <windowed>true</windowed> <borderless>true</borderless> <name>test 2</name> <device>1</device> </screen> <!--screen> <windowed>true</windowed> <name>test 1</name> </screen--> <!--screen /--> <system-audio /> </consumers> </channel> </channels> <controllers> <tcp> <port>5250</port> <protocol>AMCP</protocol> </tcp> </controllers> <amcp> <media-server> <host>localhost</host> <port>8000</port> </media-server> </amcp> </configuration>

from server.

Related Issues (20)

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.