flutter_vlc_player icon indicating copy to clipboard operation
flutter_vlc_player copied to clipboard

📺 Flutter VLC powered video player.

Results 246 flutter_vlc_player issues
Sort by recently updated
recently updated
newest added

I'm sorry to ask it here but can you fix the discord link below? I want to ask something on discord.

E/VLC ( 8855): [00000079018d4e50/36eb] libvlc window: request 1 not implemented E/VLC ( 8855): [00000077fed0f390/36eb] libvlc vout display: can't get Subtitles Surface E/VLC ( 8855): [00000079018d4e50/36eb] libvlc window: request 1 not...

Hi. Thank for the amazing package. I have small issue with iOS, it take about 5-10 second for the stream appear, is there anything I can do to fix that...

i used the same example but i added options but always there are about 3 second of letancy import 'dart:io'; import 'dart:typed_data'; import 'package:flutter/material.dart'; import 'package:flutter/services.dart'; import 'package:flutter_vlc_player/flutter_vlc_player.dart'; import 'package:path_provider/path_provider.dart';...

I test on Android 5.1 Api level 22. It can not play. Totally black screen.

what option combination to use to have almost null latency ? I tried with the combination below but I still have a lot of latency. options: VlcPlayerOptions( advanced: VlcAdvancedOptions([ VlcVideoOptions.dropLateFrames(true),...

I am using this library to create an IP TV app but package's performance is not very good, it plays the video kind of slow

Just like TikTok, I want to implement a video feed screen with infinite scrolling. The List Item widgets will be `VlcPlayer` and the url data sources will be taken from...

Hey 👋, we are opening a Patreon account to help fund the development of this plugin: https://www.patreon.com/solidsoftwarehq - please join us there if you like our work and so we...