Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NDI +CASPARCG informations #40

Open
pedrag8 opened this issue May 20, 2020 · 2 comments
Open

NDI +CASPARCG informations #40

pedrag8 opened this issue May 20, 2020 · 2 comments

Comments

@pedrag8
Copy link

pedrag8 commented May 20, 2020

HI evrybody
I am trying to configure the CasparCG to output and/or play an NDI feed, I am looking for what is writing in github about, and in internet generally, two things I am missing:

  • the NewTek Network Video Send.exe is still available ? the link in github send me to protected area for the download.
  • i should use as code in the config file of CasparCG server :
    <consumers> <newtek-ivga> <channel-layout>stereo [mono|stereo|dts|dolbye|dolbydigital|smpte|passthru]</channel-layout> <provide-sync>true [true|false]</provide-sync> </newtek-ivga> </consumers>
    or :
    <consumers> <newtek-ivga /> </consumers>
    last: they can be both configured the screen and the ndi output on CasparCG server?

thanks so much for your work !

@herzogmedia
Copy link

If you're feeling risky, you can try the new Version 2.3 which is still in beta but has a new NDI-Consumer, which just needs to have the NDI-Tools installed to work.
https://github.com/CasparCG/server/releases/tag/v2.3.0-lts-beta.1

NDI-Output could be enabled with

<ndi>
                <name>[custom name]</name> <-- Defines the name of the NDI output -->
                <allow-fields>false [true|false]</allow-fields> <-- If NDI output should be interlaced or progessive -->
</ndi>

@pedrag8
Copy link
Author

pedrag8 commented Jun 11, 2020

Thanks so much
I will try this code!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants