View Single Post
  #5  
Old 08-03-2014, 04:03 AM
zer00 zer00 is offline
Junior Member
 
Join Date: Oct 2011
Posts: 12
zer00 is on a distinguished road
Default

Re: Record live streaming from livestream.com?


You have a problem with the certificate.

Try one of the options:


Code:
--http-no-ssl-verify 

  Don’t attempt to verify SSL certificates.
  Usually a bad idea, only use this if you know what you’re doing.

--http-ssl-cert FILENAME 

  SSL certificate to use.
  Expects a .pem file.

--http-ssl-cert-crt-key CRT_FILENAME KEY_FILENAME 

  SSL certificate to use.
  Expects a .crt and a .key file.
Reply With Quote