render icon indicating copy to clipboard operation
render copied to clipboard

Render with mp4 Audio File Error on ANdroid

Open maxchris100 opened this issue 1 year ago • 0 comments

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

https://github.com/polarby/render/assets/107123372/d6d8d6d8-cffa-48d8-ac8b-566bb88e4d8c

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

maxchris100 avatar Dec 21 '23 18:12 maxchris100