Blob Conversion Test

Test Controls

Camera Preview

Test Results

No test results yet...

What This Test Does

  • Tests different methods of converting MediaRecorder Blob to base64
  • Compares FileReader.readAsDataURL vs readAsArrayBuffer
  • Shows the exact content and format of each conversion method
  • Identifies why FileReader is returning "opus;base64" instead of proper data

Expected Issue: FileReader.readAsDataURL should return something like"data:video/webm;base64,GkXfo..." but it's returning just "opus;base64"