Follow these steps to enable the Wowza IDE to work with Transcoder in Wowza Streaming Engine™ media server software.
Update the project configuration
- In the Eclipse IDE workspace, in the toolbar, click down arrow for the Debug menu and choose Debug Configurations.
- Click the Arguments tab.
- In the VM arguments box, add a line and copy this to the bottom:
-Dcom.wowza.wms.native.base="win"
- Click Apply.
- Click the JRE tab.
The runtime JRE should be your 64-bit Java JDK install. If it is, you're done. Otherwise, complete the following steps.
- Select Alternate JRE and then click Installed JREs.
- Under Installed JREs, click Add.
- Select Standard VM, then click Next.
- Click Directory, then navigate to your JDK install. For example, on Windows it may look like this:
c:\Program Files (x86)\Java\JDK1.6.0_25
- Select the check box next to the new JDK in the list of installed JREs, then click OK, then click Apply.
- Restart Wowza Streaming Engine.