Skip to content

Render with mp4 Audio File Error on ANdroid #26

Description

@maxchris100

Describe the bug
Render with mp4 Audio File Error on ANdroid

To Reproduce
Steps to reproduce the behavior:
format: Mp4Format(scale: RenderScale.lowRes, audio: [
RenderAudio.url(
Uri.parse(
"https://flutter.github.io/assets-for-api-docs/assets/videos/bee.mp4"),
),
/*
RenderAudio.url(
Uri.parse(
"https://www.soundhelix.com/examples/mp3/SoundHelix-Song-1.mp3"),
startTime: 40,
endTime: 45.4365,
),
*/
]),
VideoPlayerController videoC = VideoPlayerController.file( File(controlNotifier.mediaPath));
await videoC.initialize();
Error Video Path Cache Cannot Load Source Video

Expected behavior
Video can load

Screenshots

WhatsApp.Video.2023-12-22.at.01.49.16.mp4

Platform (please complete the following information):
Render Last Version 0.1.3+1

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions