https streaming - algorithm 8 not available

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.
mcgyver
New Cone
New Cone
Posts: 8
Joined: 17 Aug 2012 21:23

https streaming - algorithm 8 not available

Postby mcgyver » 17 Aug 2012 21:35

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 !

mcgyver
New Cone
New Cone
Posts: 8
Joined: 17 Aug 2012 21:23

Re: https streaming - algorithm 8 not available

Postby mcgyver » 18 Aug 2012 18:43

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 ?

Jean-Baptiste Kempf
Site Administrator
Site Administrator
Posts: 37523
Joined: 22 Jul 2005 15:29
VLC version: 4.0.0-git
Operating System: Linux, Windows, Mac
Location: Cone, France
Contact:

Re: https streaming - algorithm 8 not available

Postby Jean-Baptiste Kempf » 18 Aug 2012 19:15

This might be not tested enough, indeed.
Please file a bugreport.
Jean-Baptiste Kempf
http://www.jbkempf.com/ - http://www.jbkempf.com/blog/category/Videolan
VLC media player developer, VideoLAN President and Sites administrator
If you want an answer to your question, just be specific and precise. Don't use Private Messages.

Rémi Denis-Courmont
Developer
Developer
Posts: 15263
Joined: 07 Jun 2004 16:01
VLC version: master
Operating System: Linux
Contact:

Re: https streaming - algorithm 8 not available

Postby Rémi Denis-Courmont » 19 Aug 2012 14:03

It looks like a broken libgcrypt build to me, namely one without support for SHA-256.
Rémi Denis-Courmont
https://www.remlab.net/
Private messages soliciting support will be systematically discarded

Jean-Baptiste Kempf
Site Administrator
Site Administrator
Posts: 37523
Joined: 22 Jul 2005 15:29
VLC version: 4.0.0-git
Operating System: Linux, Windows, Mac
Location: Cone, France
Contact:

Re: https streaming - algorithm 8 not available

Postby Jean-Baptiste Kempf » 19 Aug 2012 23:12

Can you try to play with the gnutls priority option? In preferences, all, advanced, gnutls
Because I think sha256 is missing
Jean-Baptiste Kempf
http://www.jbkempf.com/ - http://www.jbkempf.com/blog/category/Videolan
VLC media player developer, VideoLAN President and Sites administrator
If you want an answer to your question, just be specific and precise. Don't use Private Messages.

mcgyver
New Cone
New Cone
Posts: 8
Joined: 17 Aug 2012 21:23

Re: https streaming - algorithm 8 not available

Postby mcgyver » 20 Aug 2012 00:42

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"

Jean-Baptiste Kempf
Site Administrator
Site Administrator
Posts: 37523
Joined: 22 Jul 2005 15:29
VLC version: 4.0.0-git
Operating System: Linux, Windows, Mac
Location: Cone, France
Contact:

Re: https streaming - algorithm 8 not available

Postby Jean-Baptiste Kempf » 20 Aug 2012 07:29

OK. I think we will fix for 2.0.4
Jean-Baptiste Kempf
http://www.jbkempf.com/ - http://www.jbkempf.com/blog/category/Videolan
VLC media player developer, VideoLAN President and Sites administrator
If you want an answer to your question, just be specific and precise. Don't use Private Messages.

mcgyver
New Cone
New Cone
Posts: 8
Joined: 17 Aug 2012 21:23

Re: https streaming - algorithm 8 not available

Postby mcgyver » 20 Aug 2012 21:20

Ok, thank you.
Waiting for 2.0.4!

mcgyver
New Cone
New Cone
Posts: 8
Joined: 17 Aug 2012 21:23

Re: https streaming - algorithm 8 not available

Postby mcgyver » 24 Sep 2012 21:24

Hi Jean-Baptiste,

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

Thank you!

Jean-Baptiste Kempf
Site Administrator
Site Administrator
Posts: 37523
Joined: 22 Jul 2005 15:29
VLC version: 4.0.0-git
Operating System: Linux, Windows, Mac
Location: Cone, France
Contact:

Re: https streaming - algorithm 8 not available

Postby Jean-Baptiste Kempf » 25 Sep 2012 00:53

Jean-Baptiste Kempf
http://www.jbkempf.com/ - http://www.jbkempf.com/blog/category/Videolan
VLC media player developer, VideoLAN President and Sites administrator
If you want an answer to your question, just be specific and precise. Don't use Private Messages.

mcgyver
New Cone
New Cone
Posts: 8
Joined: 17 Aug 2012 21:23

Re: https streaming - algorithm 8 not available

Postby mcgyver » 30 Sep 2012 20:46

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.

mcgyver
New Cone
New Cone
Posts: 8
Joined: 17 Aug 2012 21:23

Re: https streaming - algorithm 8 not available

Postby mcgyver » 05 Oct 2012 20:02

Do you prefer me to file a bugreport?
Thank you.

Jean-Baptiste Kempf
Site Administrator
Site Administrator
Posts: 37523
Joined: 22 Jul 2005 15:29
VLC version: 4.0.0-git
Operating System: Linux, Windows, Mac
Location: Cone, France
Contact:

Re: https streaming - algorithm 8 not available

Postby Jean-Baptiste Kempf » 05 Oct 2012 21:21

maybe...
Jean-Baptiste Kempf
http://www.jbkempf.com/ - http://www.jbkempf.com/blog/category/Videolan
VLC media player developer, VideoLAN President and Sites administrator
If you want an answer to your question, just be specific and precise. Don't use Private Messages.

mcgyver
New Cone
New Cone
Posts: 8
Joined: 17 Aug 2012 21:23

Re: https streaming - algorithm 8 not available

Postby mcgyver » 06 Oct 2012 22:00

Bug report opened here: http://trac.videolan.org/vlc/ticket/7559
Thank you.

some_birdie
Blank Cone
Blank Cone
Posts: 11
Joined: 26 Jun 2011 18:31
Operating System: Win, Linux, Android

Re: https streaming - algorithm 8 not available

Postby some_birdie » 11 Oct 2012 12:14

GnuTLS with libgcrypt is not supported anymore in VLC 2.1
So...? Will vlc use any other library? Or..?


Return to “VLC media player for Windows Troubleshooting”

Who is online

Users browsing this forum: Bing [Bot], Google [Bot] and 22 guests