<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Home</title><link>https://sourceforge.net/p/mfnode/wiki/Home/</link><description>Recent changes to Home</description><atom:link href="https://sourceforge.net/p/mfnode/wiki/Home/feed" rel="self"/><language>en</language><lastBuildDate>Tue, 18 Oct 2016 16:39:11 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/mfnode/wiki/Home/feed" rel="self" type="application/rss+xml"/><item><title>Discussion for Home page</title><link>https://sourceforge.net/p/mfnode/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Here is a batch file that will register all output dlls. Cut and Paste contents to a file in the MFNode Root folder, save as "RegDLLS.bat".  From an Admin Command Prompt run "RegDLLS Debug 32".&lt;/p&gt;
&lt;p&gt;You should see a bunch of Register Server Succeeded messages.&lt;/p&gt;
&lt;p&gt;@echo off&lt;br/&gt;
echo.&lt;br/&gt;
if "%1" == "" goto NOARGS&lt;br/&gt;
if "%2" == "" goto NOARGS&lt;/p&gt;
&lt;p&gt;if "%2" == "64" goto do64&lt;br/&gt;
SET CMDLINE=%WINDIR%\SYSWOW64\regsvr32.exe&lt;br/&gt;
goto Start&lt;br/&gt;
:DO64&lt;br/&gt;
SET CMDLINE=%WINDIR%\System32\regsvr32.exe&lt;/p&gt;
&lt;p&gt;:START&lt;br/&gt;
for %%f in (%1*.dll) do %CMDLINE% %%f&lt;br/&gt;
goto FINIS&lt;/p&gt;
&lt;p&gt;:NOARGS&lt;br/&gt;
echo RegDLLs registers MFNode DLLS&lt;br/&gt;
echo.&lt;br/&gt;
echo Syntax: RegDLLs {Debug^|Release} {32^|64}&lt;br/&gt;
echo on&lt;br/&gt;
:FINIS&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Steve Schilz</dc:creator><pubDate>Tue, 18 Oct 2016 16:39:11 -0000</pubDate><guid>https://sourceforge.net938707343f5471230a888aa859fc6400bbbd29db</guid></item><item><title>Discussion for Home page</title><link>https://sourceforge.net/p/mfnode/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Tested Operating Systems&lt;/p&gt;
&lt;p&gt;Windows 7 (Author)&lt;br /&gt;
Windows 8.1 - Partial Support&lt;/p&gt;
&lt;h1 id="building"&gt;Building&lt;/h1&gt;
&lt;p&gt;Notes from build using Windows 8.1, Using Visual Studio 2010&lt;/p&gt;
&lt;p&gt;FIRST REFER TO THE MFNODE README.TXT&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Cloned MFNode&lt;br /&gt;
&lt;em&gt;. Install Windows SDK v7.1&lt;br /&gt;
&lt;/em&gt;. Install DirectX SDK June 2010&lt;br /&gt;
&lt;em&gt;. Install CUDA SDK (Version?)&lt;br /&gt;
&lt;/em&gt;. Install Kinect SDK?&lt;br /&gt;
&lt;em&gt;. Open the solution in Visual Studio 2010 and build (I had to change Platform Toolset from "Microsoft Windows SDK 7.1" to "V100" for VS2010)&lt;br /&gt;
&lt;/em&gt;. Open an admin command prompt and register all the DLLs found in the output directory (eg MFNode\Debug or MFNode\Release)&lt;br /&gt;
*. Set MFNodePlayer as the startup project and run.&lt;/li&gt;
&lt;/ol&gt;
&lt;h1 id="running"&gt;RUNNING&lt;/h1&gt;
&lt;p&gt;FIRST REFER TO THE MFNODE README.TXT&lt;/p&gt;
&lt;h2 id="wave-mixer"&gt;Wave Mixer&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;Start MFNodePlayer&lt;br /&gt;
&lt;em&gt;. Load Two .wave files into the edit boxes under heading "Wave Session". Files must have same number of channels, bits/sample and bit rate&lt;br /&gt;
&lt;/em&gt;. I could not get this to work further&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 id="renderer"&gt;Renderer&lt;/h2&gt;
&lt;p&gt;?&lt;/p&gt;
&lt;h2 id="http-streaming"&gt;HTTP Streaming&lt;/h2&gt;
&lt;p&gt;?&lt;/p&gt;
&lt;h2 id="flv-session"&gt;FLV Session&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;Load a .flv video into the edit box under Flv Session&lt;br /&gt;
&lt;em&gt;. Choose File, Open FLV file&lt;br /&gt;
&lt;/em&gt;. Control Play, Pause Stop work. File, Close session to end.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;Two of 3 .FLV files I tested worked.&lt;/p&gt;
&lt;h2 id="sequencer"&gt;Sequencer&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;Start MFNode Player&lt;br /&gt;
&lt;em&gt;. Paste address of files into Sequencer edit boxes (I used .wav files, the Open button did in the sequencer section did not work for me)&lt;br /&gt;
&lt;/em&gt;. Choose File, Open Sequencer. The two audio files &lt;br /&gt;
*. Choose Control, Play to repeat.  File, Close Session to end.&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 id="capture"&gt;Capture&lt;/h2&gt;
&lt;p&gt;??&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Steve Schilz</dc:creator><pubDate>Tue, 06 May 2014 01:03:14 -0000</pubDate><guid>https://sourceforge.net55d12a8f06fdbd48a17dd9228c3ba7ad65b92d3b</guid></item><item><title>WikiPage Home modified by david</title><link>https://sourceforge.net/p/mfnode/wiki/Home/</link><description>Welcome to your wiki!

This is the default page, edit it as you see fit. To add a page simply reference it within brackets, e.g.: [SamplePage].

The wiki uses [Markdown](/p/mfnode/wiki/markdown_syntax/) syntax.
</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">david</dc:creator><pubDate>Wed, 07 Dec 2011 22:26:52 -0000</pubDate><guid>https://sourceforge.net5a3be802d41d2c101647b4afebf677acd85dc688</guid></item></channel></rss>