Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Render with mp4 Audio File Error on ANdroid #26

Open
maxchris100 opened this issue Dec 21, 2023 · 0 comments
Open

Render with mp4 Audio File Error on ANdroid #26

maxchris100 opened this issue Dec 21, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@maxchris100
Copy link

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

@maxchris100 maxchris100 added the bug Something isn't working label Dec 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant