Hi Guys,

I cannot find where in codes to disable html5, and enable flash to all browsers.

It's been problematic to use html5 at the moment, when using html5 it does not display preview like the flash version.

Please help.

Regards,
Albert

Comments

kenianbei’s picture

You can force flash in the media-recorder.js file. Just make sure all getUserMediaCheck && webAudioCheck && mediaRecorderCheck variables are set to false.

The display preview issue is not related to using HTML5 however. It's most likely related to the fact that Firefox saves files in .webm or .ogg format, rather than .wav. If you just set mediaRecorderCheck = false this will fix it, and make Firefox use WebAudio/RecorderJS rather than the MediaRecorder API.

kenianbei’s picture

You can also implement your own backend encoding and make sure all audio/video files are encoded to a uniform format, such as mp4. I plan on implementing this using phpffmpeg module at some point, currently we have a custom solution.

acausing’s picture

Thanks Kenianbei,

Will try it out. give you feedback if i can make it happen with flash only recording.

Regards

acausing’s picture

works to force flash thanks

acausing’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.