We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
Platform (please complete the following information): Render Last Version 0.1.3+1
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: