I am building a video player app in flutter with better video player. All things are working fine with better player except that i cant get the video player progress(t...
I'm developing a video app, using video_player package. I want to repeat the videos n times. I'm doing this by adding listener and when video reaches the end, if the c...
How can I get video duration without <pre><code>https://pub.dev/packages/video_player </code></pre> package or base this player. Is there any other way? ...
Here is my issue, i am trying to achieve video background player instead og my image background i tried with gif but render is just in 256 colours. thanks very much I...
Is there a way to obtain Youtube's real location urls using any available package? I'm trying to use VideoPlayer in flutter to play youtube videos within my app...
Im trying to understand what caching videos means and how exactly it works. The problem that I had was a high bandwidth in my flutter /firebase application . I...
Does anyone know how to do Flutter Video Caching in List for 4 to 6 seconds? (For next 5 videos) like Instagram reels. Is there any way to do it? I had t...
<h2>Problem I need help with</h2> Assist with optimizing latency in its Short-Video Feed and solving intermittent performance bugs. A central feature of my...
I'm using the Video Player package in Flutter. My problem: When the videoPlayerController is initialized with no/invalid data on iOS, the app silently crashes w...
I use video_player package to show video, but it's not working when I set to play video on the network. <pre><code> String url = 'https://www.tiktok.com/...
I am developing a video player app using flutter. In this app, there will be a section for video streaming(HLS). I am using video_player package of Flutter for it, but...
I want to get the current position of the video being played in real-time. I was thinking of using a listener, but if I do: <pre class="lang-dart prettyprint-overr...
I am working on a project where I want to display the live video from an external camera to the Flutter application. I'm using websockets to try and achieve this....
I've been struggling with severe janks with the official flutter <em>video_player</em> package in combination with the PageView widget. <h3>My Goal</h3...
Helo everybody, i need your help. I have a problem. I want to achieve only fullscreen player in landscape mode.<br><br> And leave video player page on back button or l...