Posts Tagged ‘Youtube


Voici une petite page qui affiche toutes mes vidéos favorites
J’ai utilisé SimplePie PHP pour parser les flux RSS…
 
SimplePie gère très bien la détection des vidéos “Embed” dans les flux… Le seul problème que j’ai rencontré, c’est Dailymotion qui renvois vers des iframes pour ses vidéos…
 

if ($enclosure = $item->get_enclosure()) {
	$embed = $enclosure->native_embed(array(
		'mediaplayer' => $WWW.'php/simplePie/demo/for_the_demo/mediaplayer.swf'
	));
	if ($embed && strlen($embed) > 100) { // Ok find videos embed
		?><div><?php echo $embed; ?></div>
		<div class="spacy"></div><?
	}
	else if ($embed && strlen($embed) < 100) { // Dailymotion give an iframe... SimplePie fail to parse.
		// my ugly hack :
		$dailyframe = str_replace('<a href="', '<iframe frameborder="0" width="'.$size.'" height="440" src="', ' '.$embed.' ');
		$dailyframe = str_replace('" class=""></a>', '?wmode=transparent"></iframe>', $dailyframe);
		echo trim($dailyframe); 
		?><div class="spacy"></div><?
	}
	else { /* ... */  }
	/* ... */
}

 

/* ... */
$feedUrl = array(
	'http://www.dailymotion.com/rss/bookmark/molokoloco/1',
	'http://gdata.youtube.com/feeds/api/users/molokoloco/favorites',
	'http://vimeo.com/molokoloco/likes/rss'
);
$feedData = getVideoFromFeed($feedUrl);

La page que vous pouvez ajouter dans votre WordPress est sur mon GitHub :
https://github.com/molokoloco/FRAMEWORK/blob/master/php.samples/wordpress-videos-feeds.php


YouTube is not only expanding its reach on mobile devices, but it has its eye on your living room, too. Today, the company is launching the beta version of YouTube Leanback, the company’s biggest attempt yet to dominate the TV screen and the living room.

YouTube Leanback was actually revealed back in May at the Google I/O conference as part of the announcement of Google TV. Now, the made-for-TV version of YouTube has made it into TestTube, the video site’s version of Google Labs.

While YouTube has already proven its popularity on mobile devices (100 million mobile video views [...]

Ce weekend, une faille a été découverte sur YouTube, permettant d’injecter du code sur les pages du site en intégrant une balise “script” dans les commentaires.

Tags : ,

Il viendra un jour où nous pourrons accéder et comprendre les contenus du monde entier. Le web universalisé. Oui, et on peut dire que YouTube semble beaucoup travailler sur le sujet. Après avoir lancé les sous-titres et la traduction de ces derniers, voilà que le plus gros service de vidéo du monde se lance dans la transcription interactive. Une fonctionnalité intéressante, certes, et qui laisse augurer de très bonnes choses pour l’avenir. Pas de doute, un jour viendra où la barrière de la langue s’effondrera d’elle-même.

La transcription, en linguistique, est un [...]

Tags : ,

When YouTube simplified the user interface and replaced ratings with two buttons for liking or disliking a video, the only information about the popularity of a video was the number of views. To see how many people liked or disliked a video, you had to click on one of the two buttons.

Now you can see if users enjoyed a video without having to rate it: YouTube shows two horizontal bars for the number of likes and dislikes. Some might be worried that visitors could be influenced by the existing ratings, but I think they’re useful and YouTube should find a way to convert the old ratings [...]

Tags : ,

Saviez-vous qu’il y a environ 4 ans de nouveau contenu qui est téléversé toutes les 24 heures sur YouTube?

videos par minute YouTube: 4 ans de nouveau contenu téléversé toutes les 24 heures

L’an dernier à pareille date, c’était environ 20 heures de nouveau contenu qui était téléversé chaque minute alors qu’aujourd’hui c’est plus de 24 heures. Les responsables d’YouTube évoquent sur un billet que la prochaine étape pourrait bien être 30 ou 36 heures de nouveau contenu téléversé chaque minute. Ces chiffres sont démentiels, comment arriveront-ils à maintenir le rythme et surtout combien de temps devront-ils conserver tous ces vidéos?

Tags : ,

TurnTubelist – Mixer des vidéos Youtube en ligne est un article de SlyDnet.com.

TurnTubelist est un petit service en ligne gratuit qui permet de mixer des vidéo en provenance de Youtube ou même des playlists entière.

Service plutôt sympa histoire de s’improviser Dj d’une nuit, grâce à TurnTubelist, vous aurez quelques outils, limités mais simple, pour réussir vos soirées à moindre frais.

L’idée c’est comme pour un « vrai Dj » c’est d’avoir deux sources audio ou vidéo ou les deux et de les mixer et enchainer.
Avec TurnTubelist, c’est avec des vidéos

Tags : , ,

youtubehtml5

At Google I/O the team showed a demo of YouTube running video right in the browser, instead of in the rectangle of Flash.

Now, that URL takes you to the beta, which you can opt-in too. I am torn on what to write on this showcase though…. so, especially since it is Friday, here are two takes:

Open Web Advocate

It is fantastic to see a massive site – the poster child of Flash video – implement HTML5 video. If you want to piss of an Adobean ask them “how do you feel about YouTube folks making millions off of the back of your work. Surely you got a bunch of license money… oh wait.”

This [...]

Vous voulez savoir comment faire ? Essayez ça :

Ouvrez une vidéo YouTube

Dans votre navigateur, là où il y a l’URL, changez le « Y » de « Youtube » par un « 3 »

Demandez-vous pourquoi ne le saviez-vous pas plus tôt ?

De la même manière vous avez KickYouTube, [...]

youtube_logo_nov08.pngGoogle just announced that YouTube can now automatically generate captions and subtitles for videos in English. For now, this feature is only enabled on a handful of partner channels, but Google plans to make this feature available for all users in the future.

In the meantime, YouTube now also offers a new ‘automatic caption timing’ feature for all new uploads that makes it easier to add captions manually. You simply upload a text file with a transcript of the video and Google’s speech recognition technology will figure out when those words are spoken and create captions based on this [...]

Tags : ,
2 pages

Home made artworks

MyBookReadR | The RSS Wall | Carousel slider | Fast web start | Try it :)
My latest sources and sheets :
Github sources | Personnal wiki | jsFiddle example | WebDev bookmark

RSS Molokoloco's JS fiddles

Recent Comments