Month: February 2013
How to Setup Adobe Media Server 5 for Recording
It is a common seen requirement to use Flash to record audio from browser, like the famous singing search site midomi. These days I did a little survey about this, write down some memo here. There are a lot of…
Using CURLOPT_CAINFO with updated CA bundle causes certificate verify failed
1. Open this link : Click Here. 2. Save the file on your coputer with cacert.pem name. 2. use curl_setopt($ch, CURLOPT_CAINFO, dirname(__FILE__) . ‘/cacert.pem’); OR curl_setopt($ch, CURLOPT_CAINFO, ‘/path/to/cacert.pem’);