Hreinn Beck

Results 26 comments of Hreinn Beck

FEC is n+2 and n+4. So if you are using port 5000 it will be on 5002 and 5004. You can verify with tcpdump.

I wouldn't expect this in the official client. There are various open source and commercial clients available that do it. Check out https://github.com/CasparCG/help/wiki/List-of-clients-for-controlling-CasparCG You can also search on the https://casparcgforum.org/

http://casparcg.com/builds/CasparCG%20Client/next/CasparCG%20Client%203dad82ffaf7b097b40d91095c87ca0f4e7c367ee.dmg

The only thing missing from that build are the two latest commits here (the ones never than 3dad82f): https://github.com/CasparCG/client/commits/next Update build script for Qt5.4 … Update libqatemcontrol …

Here's one way, save this as knockout.html: ``` html, body { background: #000; width: 100vw; height: 100vh; padding: 0; margin: 0; } div { width: 100vw; height: 100vh; display: flex;...

Just to clarify: CG 1-1 ADD 1 TEMPLATE [data] will execute update() and play() CG 1-1 ADD 1 TEMPLATE 0 [data] will only execute update() You either have something displaying...

When you've gotten to 100%, does a `CLEAR 1-1` free the VRAM or not?

OK could you see if `GL GC` clears it?

Alright, I think that suggest this is a problem with CEF not freeing the memory.

Can you check turning on the checkerboard background in studio monitor and seeing how it multiplies with white? I don't remember how studio monitor handles alpha. Or perhaps test in...