Giter Club home page Giter Club logo

Comments (5)

TuomoKu avatar TuomoKu commented on June 19, 2024 1

Yes, there is an issue with 1.0.8 with a "non-local" CasparCG playout. (Some dev environment related code was accidentally published).

This is fixed in 1.0.9, which will be released today.

from spx-gc.

jamessandison avatar jamessandison commented on June 19, 2024 1

Thanks @TuomoKu!! I will hopefully have a bit more of a look at the source code and if I can, I'll try and contribute! Love the work you are doing on this!

from spx-gc.

TuomoKu avatar TuomoKu commented on June 19, 2024

Fixed in 1.0.9.

from spx-gc.

jamessandison avatar jamessandison commented on June 19, 2024

@TuomoKu I'm still having the same issue in 1.0.9 - I can resolve the issue by copying the template into the SPX-GC which is fine, but it looks like something is triggered differently - I will try and do a bit more digging into the problem too

from spx-gc.

TuomoKu avatar TuomoKu commented on June 19, 2024

I should have given a more detailed answer, sorry for that.

Sympthom
If CasparCG reports play is not defined and update is not defined it can mean that there is no template found from the given template path and therefor no javascript functions play and update can be found. (Which is "true", but the actual problem is there is no template to begin with, so the errormessage given by CCG may be misleading...)

Nasty bug in 1.0.8
Accidentally 1.0.8 sent CasparCG a template load command with url "localhost:" which is obviously wrong when CasparCG and SPX-GC are running on different hosts.

Fix in 1.0.9 and a new configuration option
In 1.0.9 there is now a general.templatesource parameter in config.json. The default value spxgc-ip-address uses the IP address of SPX-GC by default for loading templates in CasparCG. But since the IP address automatically detected may be the internal IP (on VM instances, for example) there is now an option to overwrite it with any http-address of the SPX-GC server. The third option is to use a value casparcg-template-path which changes the template load command to obay the template-path value of the target CasparCG server (and file-protocol).

This info is also added to the README.md.

Hope this helps.

from spx-gc.

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.