Skip to content

local audio files don't work as expected #371

Description

@adamwong246

I have run through the example without any problems. The audio sample https://revideo-example-assets.s3.amazonaws.com/chill-beat.mp3 is present in the editor and the exported file. But when I swap out that audio file for my own, the exported mp4 no longer has any audio. The audio is present in the editor, but not the exported file. The network tab shows a failed POST to "http://localhost:9000/audio-processing/generate-audio" which returned "Internal Server Error" in Hex.

// exported file has no audio
<Audio
      src="src/revideo/audio/problem.mp3"
      time={1}
      play={true}
    />

// works AOK
    // <Audio
    //   src={'https://revideo-example-assets.s3.amazonaws.com/chill-beat.mp3'}
    //   play={true}
    //   time={17.0}
    // />

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions