Skip to content

Commit

Permalink
Merge pull request #11739 from kepstin/rec-bugfix
Browse files Browse the repository at this point in the history
Don't print audio info for corrupt audio files
  • Loading branch information
antobinary committed Mar 24, 2021
2 parents 47c0d69 + 331c63a commit 7964f24
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ def self.render(edl, output_basename)
if !info[:audio] || !info[:duration]
BigBlueButton.logger.warn " This audio file is corrupt! It will be removed from the output."
corrupt_audios << audiofile
next
end

BigBlueButton.logger.debug " format: #{info[:format][:format_name]}, codec: #{info[:audio][:codec_name]}"
Expand Down

0 comments on commit 7964f24

Please sign in to comment.