diff --git a/record-and-playback/matterhorn/scripts/process/matterhorn.rb b/record-and-playback/matterhorn/scripts/process/matterhorn.rb index add79eeb9490f2f674f4dc18263fd051755fd636..ba506fc693f601dc5ac09d014df441546d9285b9 100644 --- a/record-and-playback/matterhorn/scripts/process/matterhorn.rb +++ b/record-and-playback/matterhorn/scripts/process/matterhorn.rb @@ -59,7 +59,7 @@ if not FileTest.directory?(target_dir) # Mux audio and deskshare if webcam was not processed if !File.exists?("#{target_dir}/muxed-audio-webcam.flv") - BigBlueButton::AudioProcessor.process("#{temp_dir}/#{meeting_id}", "#{target_dir}/audio.ogg") + BigBlueButton::AudioProcessor.process("#{temp_dir}/#{meeting_id}", "#{target_dir}/audio") BigBlueButton.mux_audio_deskshare( target_dir, "#{target_dir}/audio.ogg", "#{target_dir}/deskshare.flv") end