• How to use Wowza IDE with Wowza Transcoder AddOn

    Follow these steps to use the Wowza IDE (stand-alone or using the Eclipse plug-in) with Wowza Transcoder AddOn.

    1. Open the Debug Configurations dialog (click the down-arrow next to bug icon used to launch debugger)
    2. Click the Arguments tab
    3. In the VM Arguments box, add a new line and copy this to the bottom:
      Code:
      -Dcom.wowza.wms.native.base="win"
    4. Click Apply
    5. Click the JRE tab
    6. You want this to point to your 64bit Java JDK install. If it is already, skip the following steps. Otherwise, select Alternatve JRE radio button, then Installed JREs button.
    7. In the dialog that opens, click Add
    8. Select Standard VM, then Next
    9. Click Directory, then navigate to your JDK install. This will vary. For example, on Windows, it may look something like:
      Code:
      c:\Program Files (x86)\Java\JDK1.6.0_25
    10. Select the checkbox next to the new JDK in the list of installed JREs, then click OK, then click Apply.
    11. Restart Wowza Server.