Lins Louis
Lins Louis
https://drive.google.com/file/d/1CC7b1FsVAMxq-7fELmqBLbURkGmpCLMI/view?usp=sharing
Can I convert a 320kbps Mp3 to a lower quality mp3?.
@devfemibadmus , I m sorry , i updated the issue. Actually this issue is related with platformview in flutter. The code i provided is just a simplified version of my...
@dam-ease , I created a demo project to play video with Android VIdeoView and implemented it in flutter with platformview. I added a button 'Change Height' to change size of...
@devfemibadmus There's a significant difference between Flutter's 'video_player' and the one I developed using PlatformView. Unlike 'video_player,' which isn't built with PlatformView, I'm comparing it to a video player that...
Here is the Android side code , **MainActivity** ``` import androidx.annotation.NonNull; import com.example.lins.platformview.platformview_r_n_d.plugin.VideoPlayerPlugin; import io.flutter.embedding.android.FlutterActivity; import io.flutter.embedding.engine.FlutterEngine; import io.flutter.plugins.GeneratedPluginRegistrant; public class MainActivity extends FlutterActivity { @Override public void configureFlutterEngine(@NonNull FlutterEngine...
@dam-ease : No,Here is the log i got when i changed video player size while video is playing ``` [+4474 ms] I/ViewRootImpl@f08c994[MainActivity](11799): ViewPostIme pointer 0 [ +42 ms] I/ViewRootImpl@f08c994[MainActivity](11799): ViewPostIme...
Here is the Logcat Log ,filtered with my packagename when i changed video player size while video is playing. ``` 2024-02-16 13:43:15.977 11799-11799 ViewRootIm...nActivity] com...atformview.platformview_r_n_d I ViewPostIme pointer 0 2024-02-16...
Hello @gmackall and the Flutter team, I am reaching out to provide more context on the issue we are experiencing with PlatformView in Flutter, which I previously reported. My team...