I have a Problem with the GDATA API for Youtube.
Without making changes at my php Settings or the code I can not Access YouTube any more via PHP API.
Creating a new Zend_Gdata_YouTube Object and Loading Video data results in a 'Zend_Gdata_App_HttpException' exception with the following message:
Unable to Connect to tcp://gdata.youtube.com:80. Error #110: Connection timed out' in /usr/share/php/Zend/Gdata/App.php:688 Stack trace: #0 /usr/share/php/Zend/Gdata.php(221): Zend_Gdata_App->performHttpRequest('GET', 'http://gdata.yo...', Array, NULL, NULL, NULL) #1 /usr/share/php/Zend/Gdata/App.php(875): Zend_Gdata->performHttpRequest('GET', 'http://gdata.yo...', Array) #2 /usr/share/php/Zend/Gdata/App.php(763): Zend_Gdata_App->get('http://gdata.yo...', NULL) #3 /usr/share/php/Zend/Gdata/App.php(220): Zend_Gdata_App->importUrl('http://gdata.yo...', 'Zend_Gdata_YouT...', NULL) #4 /usr/share/php/Zend/Gdata.php(187): Zend_Gdata_App->getEntry('http://gdata.yo...', 'Zend_Gdata_YouT...') '#5' /usr/share/php/Zend/Gdata/YouTube.php(293): Zend_Gdata->getEntry('http://gdata.yo...', 'Zend_Gdata_YouT...')
I know this is a timeout. But what can cause this timeout? Since I do not mind having Change anything on the connectivity Settings of the Server and a ping to gdata.youtube.com just works perfectly.
Addionally I want to say, that the Systems runs not on a shared hosting plattform so there is no hoster doing whatever he want to do - sytem changes are performed by me personally.