solid-software / flutter_vlc_player

📺 Flutter VLC powered video player.
506 stars 247 forks source link

For HTTPS videos I'm getting libvlc tls client error #171

Open patthipati opened 3 years ago

patthipati commented 3 years ago

Capture

mitchross commented 3 years ago

Do you have autoplay on or off?

patthipati commented 3 years ago

autoplay is on.

mitchross commented 3 years ago

do you have sample url?

patthipati commented 3 years ago

I have but this URL will work in the closed network only, so even if I share you it won't work.

patthipati commented 3 years ago

for HTTPS we are using a self-signed certificate.

jefersonboesing commented 3 years ago

Is there any updates on this? I'm trying to cast a video to the AirServer app running in a Xbox One and I'm getting a similar error:

E/VLC (20188): [6cdba130/4fb7] libvlc tls client: Certificate verification failure: The certificate is NOT trusted. The certificate issuer is unknown. The name in the certificate does not match the expected.

LastxTemplar commented 8 months ago

@jefersonboesing did you manage to find a solution to this?