Code Monkey home page Code Monkey logo

Comments (6)

Julusian avatar Julusian commented on June 11, 2024 2

This should be fixed with https://github.com/CasparCG/media-scanner/releases/tag/v1.2.0

from server.

Julusian avatar Julusian commented on June 11, 2024

I've given this a quick try on linux, in the console window, and it doesn't look to be in the scale of seconds (testing with AMB). Some testing on windows should be done too

from server.

jpc0 avatar jpc0 commented on June 11, 2024

I can confirm this is also slow for me on Windows. Don't really have much time to dig into it right now. Note though I am also running Windows 11 which may be causing the issue since I get the same slow speed with the current casparcg stable and the latest media scanner. May also be a media-scanner bug and not a casparcg server bug.

from server.

andr9528 avatar andr9528 commented on June 11, 2024

I can add that at TV2 we use Windows 10, and i were the one to first notice this and message Krzysztof about it.
All my other settings appear to be just as mentioned by OP.

from server.

Julusian avatar Julusian commented on June 11, 2024

This appears to have been caused by CasparCG/media-scanner#48

Looking at wireshark, it is first attempting to connect to ::1, then after 2s it retries on 127.0.0.1. This will be because by default caspar is configured to connect to localhost. Changing that out in the caspar.config to 127.0.0.1 avoids this.

I am unable to reproduce the issue that spawned that original PR, so I think the best solution would be to revert that change, and expose a config field to change the bind address. That should make it work by default for almost everyone, and when it doesnt work it can be fixed in configuration.

The other option I can see would be to change the config file in caspar to use 127.0.0.1 explicitly, but that will require all users to update that manually in their config file when updating caspar, meaning this will be discovered again and again.

from server.

andr9528 avatar andr9528 commented on June 11, 2024

Can confirm that with version 1.2.0 of Media Scanner the issue is solved. Thanks alot :)

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.