|
SwitchBetweenFFMPEG
Howto switch between different versions of FFMPEG
Configuration this is available since version 1.9.x Default ConfigurationFFMPEG has a change in its API (possibly since GIT revision 88bfe4518) Since Version 1.9.x of OpenMeetings: By default OpenMeetings expects you to have a new version of FFMPEG on your OpenMeetings server installed and it will use the new API style to communicate with FFMPEG. Switching to old FFMPEG APIIf you want to switch to the old style you can change that using the config key: use.old.style.ffmpeg.map.option Set this value to 1 to have the old params in the API call to FFMPEG. References: |