JuniorFlorentino
JuniorFlorentino
@brainy099 thank you, it worked
@dober2 I did the following paleively: ``` Stack( children: [ CircularProgressIndicator( strokeWidth: 1), VlcPlayer( controller: vlcController!, aspectRatio: 16 / 9, ), ]) ```
@TheHypnoo CircularProgressIndicator placeholder disappears before RTSP streaming loads. Stack( children: [ CircularProgressIndicator( strokeWidth: 1), VlcPlayer( controller: vlcController!, aspectRatio: 16 / 9, ), ])
just add it to your main ``` `` void main() async { WidgetsFlutterBinding.ensureInitialized(); @override HttpClient createHttpClient(SecurityContext? context) { return super.createHttpClient(context) ..badCertificateCallback = (X509Certificate cert, String host, int port) => true;...
What version of your vlcPlayer? on newer versions, you need to set "autoPlay: false" to "autoPlay: true"