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 !