Page 1 of 1

https streaming - algorithm 8 not available

Posted: 17 Aug 2012 21:35
by mcgyver
Hi,

While trying to stream mp3 via https, I get the following error:
DBG: md_enable: algorithm 8 not available
[00e0b088] gnutls generic error: TLS handshake error: Internal error in memory allocation

I'm using the following command :
vlc "myfile.mp3" -I dummy --loop --sout "#transcode{vcodec=none,acodec=mp3,ab=64,channels=1,samplerate=44100}:std{access=https,dst=:8080/myfile.mp3}" --sout-keep --file-caching=200 --http-key="private.key" --http-cert="cert.crt"

VLC 2.0.3 - Windows XP SP2
Thank you !

Re: https streaming - algorithm 8 not available

Posted: 18 Aug 2012 18:43
by mcgyver
I tried with CA-Cert, and self-signed certificates: same result.
Tried on another computer (Windows XP SP3): same result.

It it possible to stream in https using VLC ?

Re: https streaming - algorithm 8 not available

Posted: 18 Aug 2012 19:15
by Jean-Baptiste Kempf
This might be not tested enough, indeed.
Please file a bugreport.

Re: https streaming - algorithm 8 not available

Posted: 19 Aug 2012 14:03
by RĂ©mi Denis-Courmont
It looks like a broken libgcrypt build to me, namely one without support for SHA-256.

Re: https streaming - algorithm 8 not available

Posted: 19 Aug 2012 23:12
by Jean-Baptiste Kempf
Can you try to play with the gnutls priority option? In preferences, all, advanced, gnutls
Because I think sha256 is missing

Re: https streaming - algorithm 8 not available

Posted: 20 Aug 2012 00:42
by mcgyver
Same result with all other gnutls priority options in the player, except with 128-bits where I get another message: "gnutls generic error: TLS handshake error: Could not negotiate a supported cipher suite"

Re: https streaming - algorithm 8 not available

Posted: 20 Aug 2012 07:29
by Jean-Baptiste Kempf
OK. I think we will fix for 2.0.4

Re: https streaming - algorithm 8 not available

Posted: 20 Aug 2012 21:20
by mcgyver
Ok, thank you.
Waiting for 2.0.4!

Re: https streaming - algorithm 8 not available

Posted: 24 Sep 2012 21:24
by mcgyver
Hi Jean-Baptiste,

Just looking for some news about vlc 2.0.4, or a fix for https mp3 streaming.

Thank you!

Re: https streaming - algorithm 8 not available

Posted: 25 Sep 2012 00:53
by Jean-Baptiste Kempf

Re: https streaming - algorithm 8 not available

Posted: 30 Sep 2012 20:46
by mcgyver
Tried with this version, but unfortunately same problem...

DBG: md_enable: algorithm 8 not available
[00e09da8] gnutls generic error: TLS handshake error: Internal error in memory allocation.

Re: https streaming - algorithm 8 not available

Posted: 05 Oct 2012 20:02
by mcgyver
Do you prefer me to file a bugreport?
Thank you.

Re: https streaming - algorithm 8 not available

Posted: 05 Oct 2012 21:21
by Jean-Baptiste Kempf
maybe...

Re: https streaming - algorithm 8 not available

Posted: 06 Oct 2012 22:00
by mcgyver
Bug report opened here: http://trac.videolan.org/vlc/ticket/7559
Thank you.

Re: https streaming - algorithm 8 not available

Posted: 11 Oct 2012 12:14
by some_birdie
GnuTLS with libgcrypt is not supported anymore in VLC 2.1
So...? Will vlc use any other library? Or..?