I am developing a Flutter app using flutter_vlc_player (or another relevant package), and the app is failing to connect to HTTPS URLs that use self-signed SSL certificates. Specifically, I receive the following error message when trying to load video streams:
onReceivedError: {error: {type: -1202, description: The certificate for this server is invalid. You might be connecting to a server that is pretending to be “pull.maitrzza.xyz” which could put your confidential information at risk.}}
Steps to Reproduce:
Create a Flutter app using the flutter_vlc_player .
Attempt to load a video stream from an HTTPS URL that uses a self-signed SSL certificate.
Observe that the SSL connection is rejected and the video does not load.
i have solution that return video from youtybe without know that video come from youtybe and all quality work and other function contact me on whatsapp:+971557474526
I am developing a Flutter app using flutter_vlc_player (or another relevant package), and the app is failing to connect to HTTPS URLs that use self-signed SSL certificates. Specifically, I receive the following error message when trying to load video streams:
onReceivedError: {error: {type: -1202, description: The certificate for this server is invalid. You might be connecting to a server that is pretending to be “pull.maitrzza.xyz” which could put your confidential information at risk.}}
Steps to Reproduce: Create a Flutter app using the flutter_vlc_player . Attempt to load a video stream from an HTTPS URL that uses a self-signed SSL certificate. Observe that the SSL connection is rejected and the video does not load.