Wowza Community

How do we "Force the Flash Player" to overcome media decode errors??

In the FAQ it mentions:

If the Media decode error happens in the beginning of playback, then Browser doesn’t support a particular encoding. Check the video and audio formats supported by your browser.

Solutions:

Use the encoding format supported by your browser.

Force the Flash Player.

I am getting a Media Decode Error with MP4’s which I previously played with no problem in flash in my own player. How does one “Force Flash” when they do not play in the Wowza Player naturally?

And here is the answer:

“useFlash”:true

as in:

WowzaPlayer.create(‘playerElement’,

{

“license”:"*******************",

“title”:"",

“description”:"",

“sourceURL”:thisVideoEncode,

“autoPlay”:true,

“volume”:“75”,

“useFlash”:true,

“mute”:false,

“loop”:false,

“audioOnly”:false,

“uiShowQuickRewind”:true,

“uiQuickRewindSeconds”:“30”

});