<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[[ANSWERED] NDI - High CPU Usage]]></title><description><![CDATA[<p>Hi</p>
<p>I am trying to send NDI internally (localhost) from isadora 3.0.8b USB to Vectorworks Vision (previz software)</p>
<p>In my test setup I add a movie player and projector, switch NDI on in stage setup and in Vision I set a surface to recieve the signal from isadora. </p>
<p>The load in isadora instantly goes up to 95%. If I turn off the receiving end it drops back down. Am I doing something wrong or is there something inherent to NDI that I need to understand?</p>
<p>Cheers</p>
<p>[NOTE: <a class="plugin-mentions-user plugin-mentions-a" href="https://community.troikatronix.com/uid/9">@fubbi</a> I've edited your post title to make your question clearer for the rest of the community -- Mark]</p>]]></description><link>https://community.troikatronix.com/topic/6703/answered-ndi-high-cpu-usage</link><generator>RSS for Node</generator><lastBuildDate>Thu, 12 Mar 2026 16:14:32 GMT</lastBuildDate><atom:link href="https://community.troikatronix.com/topic/6703.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 15 Jun 2020 13:08:24 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to [ANSWERED] NDI - High CPU Usage on Tue, 16 Jun 2020 11:40:49 GMT]]></title><description><![CDATA[<p>I second that <a class="plugin-mentions-user plugin-mentions-a" href="https://community.troikatronix.com/uid/43">@jfg</a>. Always interesting to get a peek under the hood. Long live syphon/spout</p><p>I did another test to see if Vision caused the load. Same result with NDI monitor. solid 96% </p><p>To be honest I feel like my trashcan is getting tired. Lots of this behaviour across the board. I hope I just need a fresh sys install and that apple isn't phasing the 6,1 out.</p>
]]></description><link>https://community.troikatronix.com/post/41587</link><guid isPermaLink="true">https://community.troikatronix.com/post/41587</guid><dc:creator><![CDATA[fubbi]]></dc:creator><pubDate>Tue, 16 Jun 2020 11:40:49 GMT</pubDate></item><item><title><![CDATA[Reply to [ANSWERED] NDI - High CPU Usage on Tue, 16 Jun 2020 08:30:35 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-user plugin-mentions-a" href="https://community.troikatronix.com/uid/2">@mark</a></p><p>thanks a lot for the explanation. It is a great help to understand how it works and how we can better work with.</p><p>best, Jean-François</p><p></p>]]></description><link>https://community.troikatronix.com/post/41584</link><guid isPermaLink="true">https://community.troikatronix.com/post/41584</guid><dc:creator><![CDATA[jfg]]></dc:creator><pubDate>Tue, 16 Jun 2020 08:30:35 GMT</pubDate></item><item><title><![CDATA[Reply to [ANSWERED] NDI - High CPU Usage on Tue, 16 Jun 2020 03:31:24 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-user plugin-mentions-a" href="https://community.troikatronix.com/uid/9">@fubbi</a> </p>
<p>I am a bit surprised by 96% usage. Here is what I got rendering 1920x1080 to NDI on the same machine:</p>
<p><img src="/assets/uploads/files/1592277249578-screen-shot-2020-06-16-at-5.13.04-am.png" style="cursor:pointer" /></p><p>(Machine Specs: MacOS Mojave 10.14.6, latest NDI tools, 2.2 GHz Intel Core i7)</p>
<p>Look at the CPU usage for Isadora and the NewTek NDI Video Monitor</p>
<p><img src="https://community.troikatronix.com/assets/uploads/files/1592277296384-screen-shot-2020-06-16-at-5.10.40-am.png" style="cursor:pointer;max-width:100%;height:auto" /></p>
<p>As you can see, the receiver is also using a significant amount of CPU.</p>
<p>But <a class="plugin-mentions-user plugin-mentions-a" href="https://community.troikatronix.com/uid/124">@DusX</a> is right: NDI requires is heavy. When sending NDI, the following things happen under the hood:</p>
<ul><li>Isadora must pull the stage image from the GPU to get it back on the CPU. This is never optimal because GPUs are optimized to receive data for rendering, not to give it back.) Because this process slows down the rendering cycle, you see the LOAD in Isadora go up significantly.</li><li>This image is passed to the NDI system, which performs whatever compression is necessary to send the data over the network. This is also not optimal because the image is ARGB instead of YUV or some more efficient codec. (It has to be that way because the GPU image comes back as ARGB... you can't get it back as YUV, etc.)</li><li>NDI then sends the data over the network, which has its own overhead.</li></ul>
<p>When I sent the signal to a second computer (while maintaining the connection on the local computer), the load in Isadora did not rise significantly. <br /></p>
<p>Again, as <a class="plugin-mentions-user plugin-mentions-a" href="https://community.troikatronix.com/uid/124">@DusX</a> said, Syphon/Spout avoid the pitfalls listed above. They use "texture sharing" which means the GPU image never leaves the GPU. That is why Syphon/Spout show nearly zero overhead and nearly zero latency.</p>
<p>One solution that might improve performance is to go through <a href="https://docs.vidvox.net/freebies_ndi_syphon.html" target="_blank">NDI Syphon</a>. Because this app uses Syphon as an input and because it is in a <u>completely separate application space</u>, it does not slow down Isadora's rendering cycle as much. For sure the LOAD on Isadora is going to be less because it does not have to interrupt its rendering cycle to get the image back from the GPU.</p>
<p>I hope that these details shed some light on the process and why NDI is necessarily heavy.</p>
<p>Best Wishes,<br />Mark</p>]]></description><link>https://community.troikatronix.com/post/41581</link><guid isPermaLink="true">https://community.troikatronix.com/post/41581</guid><dc:creator><![CDATA[mark]]></dc:creator><pubDate>Tue, 16 Jun 2020 03:31:24 GMT</pubDate></item><item><title><![CDATA[Reply to [ANSWERED] NDI - High CPU Usage on Mon, 15 Jun 2020 22:36:47 GMT]]></title><description><![CDATA[<p>Here are my NDI results: h264@5.93 mbit/s —1350x512px<br /></p><p><em>— isadora 3.08b USB — osx catalina — trashcan 6 core — d500 — 32gb — load 96%</em></p><p><em>—  Isadora 3.0.7 Demo — windows 10 — Ryzen 5 2600X — 2070 S — load 25%</em></p><p>In Vision I have the option of high or low bandwidth NDI and I chose low on both systems.</p><p>I find it interesting how NDI ramps up when subscribed to and that it's more or less dormant otherwise (2% incl movie playing). Makes sense I guess.</p><p>Just testing for now and I will probably go isadora out of one box and via video capture into a Vectorworks Vision box in the end.</p>]]></description><link>https://community.troikatronix.com/post/41577</link><guid isPermaLink="true">https://community.troikatronix.com/post/41577</guid><dc:creator><![CDATA[fubbi]]></dc:creator><pubDate>Mon, 15 Jun 2020 22:36:47 GMT</pubDate></item><item><title><![CDATA[Reply to [ANSWERED] NDI - High CPU Usage on Mon, 15 Jun 2020 19:45:31 GMT]]></title><description><![CDATA[<p>NDI is not the same as Syphon/Spout.<br />Syphon and Spout share video directly located on the GPU with other applications. No additional processing required.<br />NDI however, grabs the video from the GPU, applies some compression and transmits it over the network. This requires a substantial amount of CPU time.<br />When using NDI in a project I highly recommend you setup NDI ouput at the beginning of the project so that you can see the total project Load as you build it up.<br />It can be a little surprising if you only active the NDI output once a project is mostly finished.</p>]]></description><link>https://community.troikatronix.com/post/41573</link><guid isPermaLink="true">https://community.troikatronix.com/post/41573</guid><dc:creator><![CDATA[DusX]]></dc:creator><pubDate>Mon, 15 Jun 2020 19:45:31 GMT</pubDate></item><item><title><![CDATA[Reply to [ANSWERED] NDI - High CPU Usage on Mon, 15 Jun 2020 15:49:52 GMT]]></title><description><![CDATA[<p>I'm using NDI all the time, now.</p><p>I've also found the load to be quite high, although not 75 - 95%! Having said that, I am using 2 NDI 720p feeds in the same scene with stability and getting loads of about 70%.</p><p><a class="plugin-mentions-user plugin-mentions-a" href="https://community.troikatronix.com/uid/9">@fubbi</a> , you don't mention your equipment or OS.</p><p><a class="plugin-mentions-user plugin-mentions-a" href="https://community.troikatronix.com/uid/2">@mark</a>, <a class="plugin-mentions-user plugin-mentions-a" href="https://community.troikatronix.com/uid/124">@dusx</a>, any tips for  optimizing NDI (for me, on Windows)?</p><p>Cheers,</p><p>Hugh</p>]]></description><link>https://community.troikatronix.com/post/41562</link><guid isPermaLink="true">https://community.troikatronix.com/post/41562</guid><dc:creator><![CDATA[CitizenJoe]]></dc:creator><pubDate>Mon, 15 Jun 2020 15:49:52 GMT</pubDate></item><item><title><![CDATA[Reply to [ANSWERED] NDI - High CPU Usage on Mon, 15 Jun 2020 14:47:33 GMT]]></title><description><![CDATA[<p>I got a similar result:</p><p>Video ProRes 1920x1080 sent from Isadora to Newtek NDI Video Monitor give me a load of 50%.</p><p>The same file with syphon is by 1,2%</p><p>best, Jean-François </p>]]></description><link>https://community.troikatronix.com/post/41556</link><guid isPermaLink="true">https://community.troikatronix.com/post/41556</guid><dc:creator><![CDATA[jfg]]></dc:creator><pubDate>Mon, 15 Jun 2020 14:47:33 GMT</pubDate></item><item><title><![CDATA[Reply to [ANSWERED] NDI - High CPU Usage on Mon, 15 Jun 2020 13:45:28 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-user plugin-mentions-a" href="https://community.troikatronix.com/uid/2066">@juriaan</a> 1920x1080, setting the resolution to 720p makes puts the load at 75%. </p>]]></description><link>https://community.troikatronix.com/post/41554</link><guid isPermaLink="true">https://community.troikatronix.com/post/41554</guid><dc:creator><![CDATA[fubbi]]></dc:creator><pubDate>Mon, 15 Jun 2020 13:45:28 GMT</pubDate></item><item><title><![CDATA[Reply to [ANSWERED] NDI - High CPU Usage on Mon, 15 Jun 2020 13:22:22 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-user plugin-mentions-a" href="https://community.troikatronix.com/uid/9">@fubbi</a></p><p>What kind of resolution are you sending?</p>]]></description><link>https://community.troikatronix.com/post/41553</link><guid isPermaLink="true">https://community.troikatronix.com/post/41553</guid><dc:creator><![CDATA[Juriaan]]></dc:creator><pubDate>Mon, 15 Jun 2020 13:22:22 GMT</pubDate></item></channel></rss>