Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>I ended up going with Red 5 server and red5recorder. It was tricky to get everything working properly, but here's an overview of what I did:</p> <ol> <li>Check out red5 version 0.9.1 (I couldn't get the latest version working with red5recorder). ant prepare; ant clean dist.</li> <li>Download the latest source for red5recorder.</li> <li>Install Eclipse Ganymede Sr2 (3.4.2) Enterprise Edition (the latest version that works with both the red5 plugin and the flash builder plugin).</li> <li>Install the red5 plugin according to <a href="http://wiki.red5.org/wiki/Red5Plugin">http://wiki.red5.org/wiki/Red5Plugin</a></li> <li>Install the Adobe Flash Builder 4 plugin into eclipse-install-dir/flash-builder and built it against the eclipse in eclipse-install-dir</li> <li><p>Create a New Dynamic Web Project. I named it Red5Server. Select a New Target Runtime -> Infared | Red5 Server. Target the <em>dist</em> directory in the red5 checkout. so for me:</p> <ul> <li>auto deploy dir: /Users/julia/code/red5-0.9.1.svn/dist/webapps/</li> <li>start script: /Users/julia/code/red5-0.9.1.svn/dist/red5-debug.sh</li> <li>stop script: /Users/julia/code/red5-0.9.1.svn/dist/red5-shutdown.sh</li> </ul></li> <li><p>Import Flash Builder Project - red5recorder</p></li> <li>Right click Red5Server | Run as.. | Run on Server. It should start up the server and show Directory listing for localhost:5080/Red5Server</li> <li>In red5recorder's Recorder class, change server to be rtmp://127.0.0.1/Red5Server/</li> <li>Right click on red5recorder.mxml and run it as an application. It should pop up a browser and the recorder should successfully connect to your webcam.</li> </ol> <p>Now, red5recorder is really broken out of the box. It required quite a bit of tweaking to get it to do what it says it will, and once I was more comfortable, I ended up refactoring it altogether to do what I wanted. </p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload