No https audio streams can be played

Microsoft Windows specific usage questions
Forum rules
Please post only Windows specific questions in this forum category. If you don't know where to post, please read the different forums' rules. Thanks.
User avatar
EliiO
New Cone
New Cone
Posts: 4
Joined: 03 Oct 2021 04:35
VLC version: 3.0.16 x64
Operating System: Windows 10 Pro x64
Location: Khimki
Contact:

No https audio streams can be played

Postby EliiO » 03 Oct 2021 05:47

Hi,
no https audio streams (radio) can be played in VLC (3.0.16 x64 on Win 10). When I open some https link the player freezes on loading it (running yellow bar in the time slider). The interface can be manipulated though, e.g. I can open Preferences. But no other file or stream can be played after that. Also if I quit VLC the copy remains in memory (eating somewhat more CPU), and can only be closed forcibly through Task Manager.
At the same time I have no problem playing http audio streams in VLC. Also all the https streams can be played in Winamp or Chrome.

Here are some sample stations:
BBC Radio 6 Music
Newtown Radio
DKFM
Radio Silence 6

Lotesdelere
Cone Master
Cone Master
Posts: 9846
Joined: 08 Sep 2006 04:39
Location: Europe

Re: No https audio streams can be played

Postby Lotesdelere » 03 Oct 2021 12:16

I have no problem playing all of these streams with VLC 3.0.16 on Windows 8.1.
I've noticed that the last one automatically switches from https to http though, but the first three ones are using https.

The issue might have something to do with this:
https://letsencrypt.org/docs/dst-root-c ... mber-2021/
https://www.identrust.com/support/downloads
https://scotthelme.co.uk/lets-encrypt-o ... xpiration/
https://github.com/win-acme/win-acme/issues/1843

User avatar
EliiO
New Cone
New Cone
Posts: 4
Joined: 03 Oct 2021 04:35
VLC version: 3.0.16 x64
Operating System: Windows 10 Pro x64
Location: Khimki
Contact:

Re: No https audio streams can be played

Postby EliiO » 03 Oct 2021 13:12

Also I have Kaspersky KIS 2021 installed, but disabling it didn't change the thing.

The issue might have something to do with this:

Thanks.
Much info there :D
Unfortunately, my knowledge of certification tends to zero, so I have no idea how or what to change to repair the above behavior in VLC.
Also I wonder why this situation only affected VLC on my system, but Winamp and Chrome still successfully play https streams?
Last edited by EliiO on 04 Oct 2021 07:17, edited 1 time in total.

R2D2
Blank Cone
Blank Cone
Posts: 16
Joined: 03 Jan 2019 15:37
VLC version: 3.0.7.1
Operating System: Windows 7

Re: No https audio streams can be played

Postby R2D2 » 03 Oct 2021 17:13

I have no idea how or what to change to repair the above behavior in VLC.
I have a similar issue. This workaround does help me to play radio streams with vlc again
change “https” to “http”
I have no problem playing all of these streams with VLC 3.0.16 on Windows 8.1.
You may try it with another sample station:
Exclusive.Radio - Pink Floyd
Last edited by R2D2 on 04 Oct 2021 14:39, edited 1 time in total.

User avatar
EliiO
New Cone
New Cone
Posts: 4
Joined: 03 Oct 2021 04:35
VLC version: 3.0.16 x64
Operating System: Windows 10 Pro x64
Location: Khimki
Contact:

Re: No https audio streams can be played

Postby EliiO » 04 Oct 2021 07:15

change “https” to “http”

Thank you, changing https to http does work on 3 stations mentioned in my first post (DKFM doesn't, I've checked it in Chrome: http cannot be connected in this case, possibly because of using a port).

Lotesdelere
Cone Master
Cone Master
Posts: 9846
Joined: 08 Sep 2006 04:39
Location: Europe

Re: No https audio streams can be played

Postby Lotesdelere » 04 Oct 2021 11:26

You may try it with another sample station:
Exclisive.Radio - Pink Floyd

This one is also playing fine in https for me:

Code: Select all

vlc.exe TCP 77.68.2.99 https ESTABLISHED

BTW this is not the real Pink Floyd! :P

R2D2
Blank Cone
Blank Cone
Posts: 16
Joined: 03 Jan 2019 15:37
VLC version: 3.0.7.1
Operating System: Windows 7

Re: No https audio streams can be played

Postby R2D2 » 04 Oct 2021 13:39

You may try it with another sample station:
Exclusive.Radio - Pink Floyd

This one is also playing fine in https for me:

Code: Select all

vlc.exe TCP 77.68.2.99 https ESTABLISHED
I have tested these streams without success with vlc 3.0.7.1 on Win 7 and vlc 3.0.12 on Win 10 :cry:

However, changing https to http is working with most radio streams :D
(exept from DKFM).
BTW this is not the real Pink Floyd! :P
What isn't real with it :?

unidan
Developer
Developer
Posts: 1493
Joined: 25 Mar 2018 01:00

Re: No https audio streams can be played

Postby unidan » 04 Oct 2021 14:52

Hi, https playback for icecast is not implemented. See the following ticket for tracking: https://code.videolan.org/videolan/vlc/-/issues/21057

User avatar
ePirat
Developer
Developer
Posts: 162
Joined: 10 Oct 2017 00:07
Operating System: macOS
Contact:

Re: No https audio streams can be played

Postby ePirat » 04 Oct 2021 15:05

Actually playback should work, just metadata will not show.

Can you provide logs trying to play the stream?
To help you, we need messages, to completely understand what your problems is.

From windows command line or linux or macos terminal, launch vlc with options -vv and --logfile=file

  • Windows example: vlc.exe -vv --logfile=c:\vlclog.txt
  • Linux example: vlc -vv --logfile=vlclog.txt, or vlc -vv 2>&1 > logfile.txt
Then paste the full resulting log here between [​code]and[​/code] (or use Pastebin.com if it's too long)

Also don't forget to name your Operating System and provide the VLC media player version.

R2D2
Blank Cone
Blank Cone
Posts: 16
Joined: 03 Jan 2019 15:37
VLC version: 3.0.7.1
Operating System: Windows 7

Re: No https audio streams can be played

Postby R2D2 » 04 Oct 2021 15:20

In the case of the following radio stream

Exclusive.Radio - Pink Floyd
https://streaming.exclusive.radio/er/pi ... cast.audio

it may be an expired certificate

Code: Select all

gnutls error: Certificate verification failure: The certificate is NOT trusted. The certificate chain uses expired certificate. main error: TLS session handshake error
(part of my logfile)

as I mentioned in this thread.

User avatar
EliiO
New Cone
New Cone
Posts: 4
Joined: 03 Oct 2021 04:35
VLC version: 3.0.16 x64
Operating System: Windows 10 Pro x64
Location: Khimki
Contact:

Re: No https audio streams can be played

Postby EliiO » 04 Oct 2021 17:50

Holy! Actually it does connect through https, you just have to wait some time. After ~3 minutes of waiting VLC starts playing the station (all of my samples).
CPU also goes to normal after the player connects.

Can you provide logs trying to play the stream?

Here's the log file. My VLC is 3.0.16 x64 on Win 10 x64 21H1 19043.1237.

Lotesdelere
Cone Master
Cone Master
Posts: 9846
Joined: 08 Sep 2006 04:39
Location: Europe

Re: No https audio streams can be played

Postby Lotesdelere » 04 Oct 2021 18:23

In the case of the following radio stream

Exclusive.Radio - Pink Floyd
https://streaming.exclusive.radio/er/pi ... cast.audio

it may be an expired certificate

The certificate appears to be valid:

Image

R2D2
Blank Cone
Blank Cone
Posts: 16
Joined: 03 Jan 2019 15:37
VLC version: 3.0.7.1
Operating System: Windows 7

Re: No https audio streams can be played

Postby R2D2 » 05 Oct 2021 09:46

In the case of the following radio stream

Exclusive.Radio - Pink Floyd
https://streaming.exclusive.radio/er/pi ... cast.audio

it may be an expired certificate

The certificate appears to be valid [...]
This is a part of my logfile:

Code: Select all

main debug: `https://streaming.exclusive.radio/er/pinkfloyd/icecast.audio' gives access `https' demux `any' path `streaming.exclusive.radio/er/pinkfloyd/icecast.audio' main debug: creating demux: access='https' demux='any' location='streaming.exclusive.radio/er/pinkfloyd/icecast.audio' file='\\streaming.exclusive.radio\er\pinkfloyd\icecast.audio' main debug: looking for access_demux module matching "https": 15 candidates main debug: no access_demux modules matched main debug: creating access: https://streaming.exclusive.radio/er/pinkfloyd/icecast.audio main debug: (path: \\streaming.exclusive.radio\er\pinkfloyd\icecast.audio) main debug: looking for access module matching "https": 26 candidates main debug: looking for tls client module matching "any": 1 candidates gnutls debug: using GnuTLS version 3.5.19 main debug: looking for meta fetcher module matching "any": 1 candidates lua debug: Trying Lua scripts in C:\Users\Windows 7\AppData\Roaming\vlc\lua\meta\fetcher lua debug: Trying Lua scripts in C:\Program Files\VideoLAN\VLC\lua\meta\fetcher main debug: no meta fetcher modules matched qt debug: IM: Setting an input gnutls debug: loaded 81 trusted CAs from system main debug: using tls client module "gnutls" main debug: resolving streaming.exclusive.radio ... gnutls debug: TLS handshake: Resource temporarily unavailable, try again. gnutls debug: TLS handshake: Resource temporarily unavailable, try again. gnutls debug: TLS handshake: Resource temporarily unavailable, try again. gnutls debug: TLS handshake: Resource temporarily unavailable, try again. gnutls debug: TLS handshake: Success. gnutls debug: - safe renegotiation (RFC5746) enabled gnutls debug: - false start (RFC7918) enabled gnutls error: Certificate verification failure: The certificate is NOT trusted. The certificate chain uses expired certificate. main error: TLS session handshake error main error: connection error: No error access error: HTTP connection failure main debug: no access modules matched main debug: dead input
HTH
R2D2

Lotesdelere
Cone Master
Cone Master
Posts: 9846
Joined: 08 Sep 2006 04:39
Location: Europe

Re: No https audio streams can be played

Postby Lotesdelere » 05 Oct 2021 10:17

Code: Select all

gnutls debug: using GnuTLS version 3.5.19

Are you sure you are using VLC v3.0.16 ?
Because I am and my version of GnuTLS is:

Code: Select all

gnutls debug: using GnuTLS version 3.6.15

Looks like yours is too old, you need to force an update of VLC.

R2D2
Blank Cone
Blank Cone
Posts: 16
Joined: 03 Jan 2019 15:37
VLC version: 3.0.7.1
Operating System: Windows 7

Re: No https audio streams can be played

Postby R2D2 » 05 Oct 2021 11:07


Are you sure you are using VLC v3.0.16 ?
Because I am and my version of GnuTLS is:

Code: Select all

gnutls debug: using GnuTLS version 3.6.15
Looks like yours is too old, you need to force an update of VLC.
I made an update to vlc v3.0.16 now using GnuTLS version 3.6.15 but with the same result :cry:

"The certificate is not trusted."

Btw, the Icecast.luac of v.3.0.16 is deprecated.
I'm using a fixed version of icecast.luac which gives much better results.
I found the improved icecast.lua here on this forum.

R2D2

R2D2
Blank Cone
Blank Cone
Posts: 16
Joined: 03 Jan 2019 15:37
VLC version: 3.0.7.1
Operating System: Windows 7

Re: No https audio streams can be played

Postby R2D2 » 13 Oct 2021 12:26

Code: Select all

gnutls debug: using GnuTLS version 3.5.19

Are you sure you are using VLC v3.0.16 ?
Because I am and my version of GnuTLS is:

Code: Select all

gnutls debug: using GnuTLS version 3.6.15

Looks like yours is too old, you need to force an update of VLC.
Possibly it is an issue with GnuTLS Version 3.5.19; https is still not working.

But when I try it now with VLC v3.0.16 on Windows 10,
Pink Floyd's Radio Station is playing just fine :D


Return to “VLC media player for Windows Troubleshooting”

Who is online

Users browsing this forum: No registered users and 22 guests