<?xml version="1.0" encoding="utf-8"?><?xml-stylesheet title="XSL formatting" type="text/xsl" href="http://www.taltan.fr/feed/rss2/xslt" ?><rss version="2.0"
  xmlns:dc="http://purl.org/dc/elements/1.1/"
  xmlns:wfw="http://wellformedweb.org/CommentAPI/"
  xmlns:content="http://purl.org/rss/1.0/modules/content/"
  xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
  <title>Taltan.blog.bkp - Balise - video</title>
  <link>http://www.taltan.fr/</link>
  <atom:link href="http://www.taltan.fr/feed/tag/video/rss2" rel="self" type="application/rss+xml"/>
  <description>T'as le temps de partager ...</description>
  <language>fr</language>
  <pubDate>Fri, 03 Feb 2012 19:49:22 +0100</pubDate>
  <copyright></copyright>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Dotclear</generator>
  
    
  <item>
    <title>Convertir les enregistrements vidéos d'une FreeBox</title>
    <link>http://www.taltan.fr/post/2011/09/17/Convertir-les-enregistrements-videos-d-une-FreeBox</link>
    <guid isPermaLink="false">urn:md5:6f828029e5324b9d548d9f58831b40b6</guid>
    <pubDate>Sat, 17 Sep 2011 17:27:00 +0200</pubDate>
    <dc:creator>Taltan</dc:creator>
        <category>Geekerie cultu-libriste</category>
        <category>audio</category><category>debian</category><category>freebox</category><category>libre</category><category>Linux</category><category>scripts</category><category>Ubuntu</category><category>video</category>    
    <description>&lt;p&gt;&lt;a href=&quot;http://www.taltan.fr/public/images/ffmpeg-handbrake-logo.png&quot; title=&quot;ffmpeg-handbrake-logo.png&quot;&gt;&lt;img src=&quot;http://www.taltan.fr/public/images/.ffmpeg-handbrake-logo_s.jpg&quot; alt=&quot;ffmpeg-handbrake-logo.png&quot; style=&quot;float:left; margin: 0 1em 1em 0;&quot; title=&quot;ffmpeg-handbrake-logo.png, sept. 2011&quot; /&gt;&lt;/a&gt;Je suis un &lt;a href=&quot;http://fr.wikipedia.org/wiki/Freenautes&quot;&gt;Freenaute&lt;/a&gt; convaincu depuis de longues années, aujourd'hui heureux possesseur d'une &lt;a href=&quot;http://fr.wikipedia.org/wiki/Freebox#Version_6_R.C3.A9volution&quot;&gt;FreeBox v6&lt;/a&gt; (auquel il ne manque que la &lt;a href=&quot;http://fr.wikipedia.org/wiki/Hyper_Text_Coffee_Pot_Control_Protocol&quot;&gt;cafetière HTCPCP &lt;/a&gt;) équipé d'un &lt;a href=&quot;http://fr.wikipedia.org/wiki/Stockage_en_r%C3%A9seau_NAS&quot;&gt;NAS&lt;/a&gt; de 250 Go et je dois bien avouer que je me lâche sur les enregistrements de programme TV. Le problème avec les enregistrements à partir d'une FreeBox, c'est le format de fichier un peu « bancale » car un fois récupéré sur le PC (Debian / Ubuntu), il est très difficile de le travailler, c'est à dire de le ré-encoder, le couper, etc... Enfin c'est plutôt le conteneur de la vidéo (&lt;a href=&quot;http://en.wikipedia.org/wiki/.m2ts&quot;&gt;.m2ts&lt;/a&gt;) qui est relativement exotique car les codecs de compression du son et de l'image sont quant à eux tout à fait standards, il s'agit en effet du codage &lt;a href=&quot;http://fr.wikipedia.org/wiki/MPEG-4_AVC&quot;&gt;H.264&lt;/a&gt; (ou MPEG-4 AVC) pour la vidéo et du codage &lt;a href=&quot;http://fr.wikipedia.org/wiki/Advanced_Audio_Coding&quot;&gt;AAC&lt;/a&gt; (Advanced Audio Coding) pour le son. Vous trouverez ci dessous quelques astuces très simples qui vous permettrons de travailler ces fichiers (convertir / couper) sous un système Linux (Debian squeeze ou Ubuntu en l’occurrence, mais bien d'autres également) à l'aide de &lt;a href=&quot;http://doc.ubuntu-fr.org/ffmpeg&quot;&gt;FFmpeg&lt;/a&gt; ou &lt;a href=&quot;http://doc.ubuntu-fr.org/handbrake&quot;&gt;HandBrake&lt;/a&gt;&amp;nbsp;:&lt;/p&gt;    &lt;h3&gt;Convertir en Xvid avec FFMPEG&lt;/h3&gt;


&lt;p&gt;Le format &lt;a href=&quot;http://fr.wikipedia.org/wiki/Xvid&quot;&gt;Xvid&lt;/a&gt; est le format passe-partout par excellence. Dans l’exemple ci dessous le codage audio choisi est le MP3, lui aussi format passe partout.&lt;/p&gt;


&lt;pre&gt;ffmpeg -i &lt;strong&gt;&quot;mon_fichier.m2ts&quot;&lt;/strong&gt; -threads 3 -r 29.97 -vcodec libxvid -s 1024x576 -aspect 16:9 -b 2000k -qmin 3 -qmax 5 -bufsize 4096 -mbd 2 -bf 2 -acodec libmp3lame -ar 48000 -ab 128k -ac 2 &lt;strong&gt;&quot;mon_fichier.avi&quot;&lt;/strong&gt;&lt;/pre&gt;


&lt;p&gt;Quelques explications&amp;nbsp;:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;-i &quot;mon_fichier.m2ts&quot;&lt;/strong&gt;&amp;nbsp;: fichier en entrée, c'est le fichier m2ts&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;-threads 3&lt;/strong&gt;&amp;nbsp;: j'utilise 3 thread pour l’encodage, j'ai en effet un processeur 4 cœurs&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;-vcodec libxvid&lt;/strong&gt;&amp;nbsp;: c'est le codec de compression vidéo, Xvid en l'occurence&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;-b 2000k&lt;/strong&gt;&amp;nbsp;: c'est le taux de bitrate vidéo, c'est à dire le taux de compression, plus il est élevé, plus la qualité de la vidéo sera bonne mais plus le fichier final sera lourd&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;-s 1024x576 -aspect 16:9&lt;/strong&gt;&amp;nbsp;: c'est la résolution de la vidéo et le ratio d'aspect. Lorsque on enregistre un programme en HD la résolution est importante, l'idée est de réduire la résolution pour réduire le poids du fichier final (1024x576, 640x360, 512x288, etc...). A modifier si la vidéo est en 4/3&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;-acodec libmp3lame&lt;/strong&gt;&amp;nbsp;: c'est le codec de compression audio, mp3 en l'occurence&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;-ab 128k&lt;/strong&gt;&amp;nbsp;: c'est le taux de compression audio, 128k suffit dans la plupart des cas pour le commun des mortels&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&quot;mon_fichier.avi&quot;&lt;/strong&gt;&amp;nbsp;: fichier en sortie, c'est le fichier avi&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Une fois le fichier converti il est très simple de «&amp;nbsp;retailler&amp;nbsp;» la vidéo pour le débarrasser des parties superflues, car je ne sais pas vous, mais quand je programme un enregistrement je déborde largement avant et après pour être certain de ne rien rater... Cela peut ce faire trés simplement a l'aide de l’excellent &lt;a href=&quot;http://avidemux.sourceforge.net/&quot;&gt;avidemux&lt;/a&gt;. Le tuto suivant explique parfaitement la méthode&amp;nbsp;: &lt;a href=&quot;http://www.lprod.org/wiki/doku.php/video:avidemux:nettoyage_video&quot;&gt;http://www.lprod.org/wiki/doku.php/video:avidemux:nettoyage_video&lt;/a&gt;&lt;/p&gt;


&lt;h3&gt;Convertir en mp4 (H264) avec FFMPEG&lt;/h3&gt;


&lt;p&gt;Pour réduire sensiblement la taille du fichier tout en gardant une très bonne qualité, je vous conseille le format mp4 avec le codage H264 pour la vidéo et aac pour le son&lt;/p&gt;


&lt;pre&gt;ffmpeg -i &lt;strong&gt;&quot;mon_fichier.m2ts&quot;&lt;/strong&gt; -threads 3 -acodec libfaac -ab 128k -vcodec libx264 -b 3000k -s 1280x720 -flags +loop -cmp +chroma -partitions +parti8x8+parti4x4+partp8x8+partp4x4+partb8x8 -subq 7 -trellis 1 -refs 6 -bf 16 -directpred 3 -b_strategy 1 -bidir_refine 1 -coder 1 -me_range 16 -g 250 -keyint_min 25 -sc_threshold 40 -i_qfactor 0.71 -rc_eq 'blurCplx^(1-qComp)' -qcomp 0.6 -qmin 10 -qmax 51 -qdiff 4 -y &lt;strong&gt;&quot;mon_fichier.mp4&quot;&lt;/strong&gt;&lt;/pre&gt;


&lt;p&gt;Quelques explications&amp;nbsp;:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;-i &quot;mon_fichier.m2ts&quot;&lt;/strong&gt;&amp;nbsp;: fichier en entrée, c'est le fichier m2ts&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;-threads 3&lt;/strong&gt;&amp;nbsp;: toujours 3 thread pour l’encodage&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;-vcodec libxvid&lt;/strong&gt;&amp;nbsp;: c'est le codec de compression vidéos, H264 en l'occurence&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;-b 3000k&lt;/strong&gt;&amp;nbsp;: même chose que décrit plus haut. Par défaut ce taux sur un fichier m2ts d'un enregistrement de programme en HD oscille entre 4500 et 8000. Ici 3000 est un bon compromis&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;-s 1280x720 -aspect 16:9&lt;/strong&gt;&amp;nbsp;: même chose que décrit plus haut, 1280x720 étant un bon compromis pour garder l'aspect HD (1024x576 fonctionnement bien aussi).&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;-acodec libfaac&lt;/strong&gt;&amp;nbsp;: c'est le codec de compression audio, aac en l'occurence&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;-ab 128k&lt;/strong&gt;&amp;nbsp;: même chose que décrit plus haut&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&quot;mon_fichier.mp4&quot;&lt;/strong&gt;&amp;nbsp;: fichier en sortie, c'est le fichier mp4&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Tout le reste&lt;/strong&gt;&amp;nbsp;: je ne sais pas trop, mais ce qui est certain c'est que le résultat en vaut la chandelle...&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Une fois le fichier converti il est également très simple de «&amp;nbsp;retailler&amp;nbsp;» la vidéo à l'aide d'avidmeux comme décrit précédemment&lt;/p&gt;


&lt;h3&gt;Convertir en matroska (mkv / H264) avec HandBrake&lt;/h3&gt;


&lt;p&gt;J'ai découvert HandBrake il y à peu et je crois que c'est le seul «&amp;nbsp;&lt;a href=&quot;http://fr.wikipedia.org/wiki/Interface_graphique&quot;&gt;GUI&lt;/a&gt;&amp;nbsp;» qui m'a permit d'encoder correctement un fichier .m2ts. Il est simple et puissant à la fois, un must... Je ne vais pas détailler l&quot;utilisation d'HandBrake, le web foissone de très bon tutos, &lt;a href=&quot;http://passion-xbmc.org/tutoriels-mac/(encodage)-encoder-avec-handbrake/&quot;&gt;ici&lt;/a&gt; ou &lt;a href=&quot;http://www.framasoft.net/article4887.html&quot;&gt;là&lt;/a&gt; ou encore &lt;a href=&quot;http://blog.aki.ch/?p=3103&quot;&gt;ici&lt;/a&gt;. Dans un sens il n'y a pas besoin de tutos tellement ce logiciel est simple d'utilisation et intuitif.&lt;/p&gt;


&lt;p&gt;&lt;a href=&quot;http://www.taltan.fr/public/images/handbrake.png&quot; title=&quot;handbrake.png&quot;&gt;&lt;img src=&quot;http://www.taltan.fr/public/images/.handbrake_s.jpg&quot; alt=&quot;handbrake.png&quot; style=&quot;display:block; margin:0 auto;&quot; title=&quot;handbrake.png, sept. 2011&quot; /&gt;&lt;/a&gt;&lt;/p&gt;


&lt;p&gt;Voici les réglages que j'utilise pour avoir un bon compromis taille fichier / qualité&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Conteneur&amp;nbsp;: mkv&lt;/li&gt;
&lt;li&gt;Résolution&amp;nbsp;: 1280x720 ou 1024x576 pour du 16/9&lt;/li&gt;
&lt;li&gt;Bitrate vidéo&amp;nbsp;: entre 2000 et 3000&lt;/li&gt;
&lt;li&gt;Bitrate audio&amp;nbsp;: entre 128k et 160k&lt;/li&gt;
&lt;li&gt;Sinon le plus simple est de définir une taille maximum de fichier en sortie à ne pas dépasser et tout se règle automatiquement&amp;nbsp;!&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Une fois le fichier converti, il n'est pas possible de le «&amp;nbsp;retailler&amp;nbsp;» avec avidemux, il sera nécessaire d'utiliser &lt;a href=&quot;http://doc.ubuntu-fr.org/mkvmerge&quot;&gt;MKVmerge&lt;/a&gt;... et c'est aussi simple qu'avec avidemux, &lt;a href=&quot;http://www.hdfever.fr/2010/08/15/tutoriel-decouper-ou-faire-un-extrait-dun-mkv-ou-mka-avec-mkvmerge/&quot;&gt;à voir ici par exemple&lt;/a&gt;&lt;/p&gt;


&lt;p&gt;Tout ce qui est décrit ici doit aussi fonctionner avec les fichiers .ts de la FreeBox v5...&lt;/p&gt;</description>
    
    
    
          <comments>http://www.taltan.fr/post/2011/09/17/Convertir-les-enregistrements-videos-d-une-FreeBox#comment-form</comments>
      <wfw:comment>http://www.taltan.fr/post/2011/09/17/Convertir-les-enregistrements-videos-d-une-FreeBox#comment-form</wfw:comment>
      <wfw:commentRss>http://www.taltan.fr/feed/atom/comments/126</wfw:commentRss>
      </item>
    
  <item>
    <title>Canonical et Ubuntu à l'Open World Forum 2009</title>
    <link>http://www.taltan.fr/post/2009/11/01/Canonical-et-Ubuntu-%C3%A0-l-Open-World-Forum-2009</link>
    <guid isPermaLink="false">urn:md5:3f4b6c407862c4d31f654e02de35d851</guid>
    <pubDate>Sun, 01 Nov 2009 06:39:00 +0100</pubDate>
    <dc:creator>Taltan</dc:creator>
        <category>Geekerie cultu-libriste</category>
        <category>libre</category><category>Linux</category><category>Ubuntu</category><category>video</category>    
    <description>    &lt;p&gt;Les 1er et 2 octobre dernier s'est tenu l’&lt;a href=&quot;http://openworldforum.org/front-page?set_language=fr&quot;&gt;Open World Forum 2009&lt;/a&gt; à Paris, en deux mots&amp;nbsp;: il s'agit d'un &lt;em&gt; « sommet international dédié aux décideurs et aux acteurs du Logiciel Libre, pour débattre de l'impact technologique, économique et social du logiciel libre et des technologies ouvertes. »&lt;/em&gt;. Canonical et Ubuntu y étaient présents. &lt;a href=&quot;http://ubuntu-party.org/mark-shuttleworth-open-world-forum-2009&quot;&gt;Mark Shuttleworth a animé une conférence en plénière&lt;/a&gt; sur le thème &lt;em&gt;«&amp;nbsp;Open Source, quels enjeux pour les politiques publiques&amp;nbsp;? »&lt;/em&gt;. Plusieurs interview ont été réalisées à cette occasion, sur &lt;a href=&quot;http://blog.opensyd.fr/15-minutes-avec-mark-shuttleworth/&quot;&gt;Clubic&lt;/a&gt; ou le &lt;a href=&quot;http://www.lemondeinformatique.fr/entretiens/lire-mark-shuttleworth-fondateur-de-canonical-135.html&quot;&gt;Monde informatique&lt;/a&gt;.&lt;/p&gt;


&lt;p&gt;&lt;a href=&quot;http://www.intelli-n.tv/&quot;&gt;Intelli'N TV&lt;/a&gt; (webTv «&amp;nbsp;apprenante&amp;nbsp;» sur les enjeux de l'open source)  a interviewé également quelques acteurs Canonical, dont le plus célèbre d'entre eux, Mark Shuttleworth qui nous explique sa vision du futur (en anglais dans le texte) dans cette vidéo&amp;nbsp;: &lt;a href=&quot;http://www.intelli-n.tv/INTERVIEWS/Video-Mark-Shuttleworth-et-ses-challenges-pour-Linux-Ergonomie-et-cadence&quot;&gt;Challenges pour Linux&amp;nbsp;: Ergonomie et cadence&lt;/a&gt;&lt;/p&gt;

&lt;center&gt;
&lt;embed src=&quot;http://blip.tv/play/AYGm8FQC&quot; type=&quot;application/x-shockwave-flash&quot; width=&quot;480&quot; height=&quot;300&quot; allowscriptaccess=&quot;always&quot; allowfullscreen=&quot;true&quot;&gt;&lt;/embed&gt;
&lt;/center&gt;



&lt;p&gt;Mais aussi &lt;a href=&quot;http://nicolas.barcet.com&quot;&gt;Nicolas Barcet&lt;/a&gt;, responsable de la distribution Unbuntu server chez Canonical, qui nous explique notamment la relation entre salariés, communauté et les développeurs dans cette vidéo&amp;nbsp;: &lt;a href=&quot;http://www.intelli-n.tv/INTERVIEWS/Video-Canonical-Ubuntu-Linux-pousse-son-offre-serveur-et-Cloud&quot;&gt;Canonical, Ubuntu Linux, pousse son offre serveur et Cloud&lt;/a&gt;&lt;/p&gt;

&lt;center&gt;
&lt;embed src=&quot;http://blip.tv/play/AYGqv0AC&quot; type=&quot;application/x-shockwave-flash&quot; width=&quot;480&quot; height=&quot;300&quot; allowscriptaccess=&quot;always&quot; allowfullscreen=&quot;true&quot;&gt;&lt;/embed&gt;
&lt;/center&gt;
</description>
    
    
    
          <comments>http://www.taltan.fr/post/2009/11/01/Canonical-et-Ubuntu-%C3%A0-l-Open-World-Forum-2009#comment-form</comments>
      <wfw:comment>http://www.taltan.fr/post/2009/11/01/Canonical-et-Ubuntu-%C3%A0-l-Open-World-Forum-2009#comment-form</wfw:comment>
      <wfw:commentRss>http://www.taltan.fr/feed/atom/comments/114</wfw:commentRss>
      </item>
    
  <item>
    <title>Le Tour de France en live... rebelote</title>
    <link>http://www.taltan.fr/post/2009/07/04/Le-tour-de-France-en-live-rebelote</link>
    <guid isPermaLink="false">urn:md5:ec1f351a67a1b96d9b650fa43d62bae6</guid>
    <pubDate>Sat, 04 Jul 2009 16:25:00 +0200</pubDate>
    <dc:creator>Taltan</dc:creator>
        <category>Geekerie cultu-libriste</category>
        <category>libre</category><category>Linux</category><category>Ubuntu</category><category>video</category>    
    <description>    &lt;p&gt;Avis aux amateurs, tout comme pour &lt;a href=&quot;http://www.taltan.fr/post/2009/05/24/Roland-Garros-en-live&quot;&gt;Roland Garros&lt;/a&gt;, france2 diffuse cette année le &lt;a href=&quot;http://tour-de-france.france2.fr/?page=direct&quot;&gt;Tour de France 2009&lt;/a&gt; en live (enfin plutôt en direct) sur la toile. Les technologies utilisées sont les mêmes que pour Roland Garros, c'est à dire &lt;a href=&quot;http://fr.wikipedia.org/wiki/Silverlight&quot;&gt;Silverlight&lt;/a&gt;, mais il est possible de passer outre et de lire directement le flux avec Firefox ou votre player vidéo préféré, en l'occurrence &lt;a href=&quot;http://www.videolan.org/&quot;&gt;VLC&lt;/a&gt; pour ma part. Tout comme Roland Garros, les système utilise des token aléatoires pour générer les lien de &lt;a href=&quot;http://fr.wikipedia.org/wiki/Streaming&quot;&gt;streaming&lt;/a&gt;...&lt;/p&gt;


&lt;h4&gt;Pour récupérer le lien d'un stream à un instant T&lt;/h4&gt;


&lt;p&gt;Rendez-vous avant l'installation du plugin &lt;a href=&quot;http://www.mono-project.com/Moonlight&quot;&gt;moonlight&lt;/a&gt;  (voir plus bas ou en le désactivant), à l'adresse &lt;a href=&quot;http://tour-de-france.france2.fr/?page=direct&quot;&gt;http://tour-de-france.france2.fr/?page=direct&lt;/a&gt; et grâce au plugin totem pour firefox&amp;nbsp;:&lt;/p&gt;


&lt;p&gt;&lt;a href=&quot;http://www.taltan.fr/public/images/letour01.png&quot;&gt;&lt;img src=&quot;http://www.taltan.fr/public/images/letour01.png&quot; alt=&quot;letour01.png&quot; style=&quot;display:block; margin:0 auto;&quot; title=&quot;letour01.png, juil. 2009&quot; /&gt;&lt;/a&gt;&lt;/p&gt;


&lt;h4&gt;Pour lire directement avec VLC&lt;/h4&gt;

&lt;p&gt;Pour récupérer le lien token&amp;nbsp;: &lt;a href=&quot;http://tour-de-france.france2.fr/appftv/akamai/token/gentoken1.php?flux=tourdefrance_2009&quot;&gt;http://tour-de-france.france2.fr/appftv/akamai/token/gentoken1.php?flux=tourdefrance_2009&lt;/a&gt;&lt;/p&gt;


&lt;p&gt;Pour le lire directement avec VLC, il faut utiliser l'option --referer de wget&lt;/p&gt;

&lt;pre&gt;vlc `wget -qO- --referer 'http://tour-de-france.france2.fr/?page=direct' 'http://tour-de-france.france2.fr/appftv/akamai/token/gentoken1.php?flux=tourdefrance_2009'`&lt;/pre&gt;


&lt;p&gt;Voila le résultat&amp;nbsp;:&lt;/p&gt;


&lt;p&gt;&lt;a href=&quot;http://www.taltan.fr/public/images/letour02.png&quot;&gt;&lt;img src=&quot;http://www.taltan.fr/public/images/letour02.png&quot; alt=&quot;letour02.png&quot; style=&quot;display:block; margin:0 auto;&quot; title=&quot;letour02.png, juil. 2009&quot; /&gt;&lt;/a&gt;&lt;/p&gt;


&lt;p&gt;Pour profiter des fonctionnalités qu'offre la plateforme silverlight, le projet &lt;a href=&quot;http://www.mono-project.com/Moonlight&quot;&gt;moonlight&lt;/a&gt; qui en est une implémentation &lt;a href=&quot;http://fr.wikipedia.org/wiki/Open_source&quot;&gt;opensource&lt;/a&gt;, offre un plugin pour Firefox, son installation est enfantine et fonctionne parfaitement avec Ubuntu 9.04 Jaunty Jackalope (32 et 64 bits), rendez vous à l'adresse &lt;a href=&quot;http://go-mono.com/moonlight-preview/&quot;&gt;http://go-mono.com/moonlight-preview/&lt;/a&gt;&amp;nbsp;:&lt;/p&gt;


&lt;p&gt;Puis sélectionner votre architecture (elle doit automatiquement être détectée) et télécharger le plugin&lt;/p&gt;


&lt;p&gt;&lt;img src=&quot;http://www.taltan.fr/public/images/RG3.png&quot; alt=&quot;RG3.png&quot; style=&quot;display:block; margin:0 auto;&quot; title=&quot;RG3.png, mai 2009&quot; /&gt;&lt;/p&gt;


&lt;p&gt;Firefox l'installera automatiquement puis vous demandera de redémarrer&lt;/p&gt;


&lt;p&gt;&lt;img src=&quot;http://www.taltan.fr/public/images/RG4.png&quot; alt=&quot;RG4.png&quot; style=&quot;display:block; margin:0 auto;&quot; title=&quot;RG4.png, mai 2009&quot; /&gt;&lt;/p&gt;


&lt;p&gt;&lt;em&gt;&lt;strong&gt;PS :&lt;/strong&gt;&lt;/em&gt; &lt;a href=&quot;http://tour-de-france.france2.fr/?page=exclusif_HD&quot;&gt;Le direct vidéo en HD 720p avec contrôle du direct&lt;/a&gt; ne fonctionne pas chez moi avec ce plugin, et vous&amp;nbsp;?&lt;/p&gt;</description>
    
    
    
          <comments>http://www.taltan.fr/post/2009/07/04/Le-tour-de-France-en-live-rebelote#comment-form</comments>
      <wfw:comment>http://www.taltan.fr/post/2009/07/04/Le-tour-de-France-en-live-rebelote#comment-form</wfw:comment>
      <wfw:commentRss>http://www.taltan.fr/feed/atom/comments/112</wfw:commentRss>
      </item>
    
  <item>
    <title>Le jour où le libre prendra son envol...</title>
    <link>http://www.taltan.fr/post/2009/06/13/Le-jour-ou-le-libre-prendra-son-envol</link>
    <guid isPermaLink="false">urn:md5:e57bd5abe9f32eb6ab334416b66cedfa</guid>
    <pubDate>Sat, 13 Jun 2009 11:22:00 +0200</pubDate>
    <dc:creator>Taltan</dc:creator>
        <category>Geekerie cultu-libriste</category>
        <category>geek</category><category>humour</category><category>libre</category><category>video</category>    
    <description>    &lt;p&gt;Juste pour le plaisir...&lt;/p&gt;


&lt;p&gt;Les manchots volent-ils&amp;nbsp;?&lt;/p&gt;

&lt;div class=&quot;external-media&quot; style=&quot;margin: 1em auto; text-align: center;&quot;&gt;
&lt;object type=&quot;application/x-shockwave-flash&quot; 
data=&quot;http://www.youtube.com/v/EnlCz1P95WM&amp;hl=fr&amp;fs=0&amp;rel=0&amp;ap=%2526fmt%3D18&quot; width=&quot;640&quot; height=&quot;385&quot;&gt;
  &lt;param name=&quot;movie&quot; 
value=&quot;http://www.youtube.com/v/EnlCz1P95WMg&amp;hl=fr&amp;fs=0&amp;rel=0&amp;ap=%2526fmt%3D18&quot; /&gt;
  &lt;param name=&quot;wmode&quot; value=&quot;transparent&quot; /&gt;
&lt;/object&gt;
&lt;br /&gt;
&lt;a href=&quot;http://www.youtube.com/watch?v=EnlCz1P95WM&amp;fmt=18&quot;&gt;Do penguins fly ?&lt;/a&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;/div&gt;



&lt;p&gt;La preuve par la &lt;a href=&quot;http://www.bbc.co.uk/&quot; hreflang=&quot;en&quot;&gt;BBC&lt;/a&gt;&lt;/p&gt;

&lt;div class=&quot;external-media&quot; style=&quot;margin: 1em auto; text-align: center;&quot;&gt;
&lt;object type=&quot;application/x-shockwave-flash&quot; 
data=&quot;http://www.youtube.com/v/9dfWzp7rYR4&amp;hl=fr&amp;fs=0&amp;rel=0&amp;ap=%2526fmt%3D18&quot; width=&quot;640&quot; height=&quot;385&quot;&gt;
  &lt;param name=&quot;movie&quot; 
value=&quot;http://www.youtube.com/v/9dfWzp7rYR4&amp;hl=fr&amp;fs=0&amp;rel=0&amp;ap=%2526fmt%3D18&quot; /&gt;
  &lt;param name=&quot;wmode&quot; value=&quot;transparent&quot; /&gt;
&lt;/object&gt;
&lt;br /&gt;
&lt;a href=&quot;http://www.youtube.com/watch?v=9dfWzp7rYR4&amp;fmt=18&quot;&gt;Penguins - BBC&lt;/a&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;/div&gt;



&lt;p&gt;Le jour où le libre prendra son envol &lt;img src=&quot;/themes/default/smilies/wink.png&quot; alt=&quot;;)&quot; class=&quot;smiley&quot; /&gt;&lt;/p&gt;</description>
    
    
    
          <comments>http://www.taltan.fr/post/2009/06/13/Le-jour-ou-le-libre-prendra-son-envol#comment-form</comments>
      <wfw:comment>http://www.taltan.fr/post/2009/06/13/Le-jour-ou-le-libre-prendra-son-envol#comment-form</wfw:comment>
      <wfw:commentRss>http://www.taltan.fr/feed/atom/comments/111</wfw:commentRss>
      </item>
    
  <item>
    <title>Roland Garros en live...</title>
    <link>http://www.taltan.fr/post/2009/05/24/Roland-Garros-en-live</link>
    <guid isPermaLink="false">urn:md5:570fa57ee348509f8c144d78b1f28ed7</guid>
    <pubDate>Sun, 24 May 2009 13:25:00 +0200</pubDate>
    <dc:creator>Taltan</dc:creator>
        <category>Geekerie cultu-libriste</category>
        <category>libre</category><category>Linux</category><category>Ubuntu</category><category>video</category>    
    <description>    &lt;p&gt;Juste un petit mot pour signaler à tous les amateurs de &lt;a href=&quot;http://www.rolandgarros.com/&quot;&gt;Roland Garros&lt;/a&gt; (dont je fais partie...) que cette année &lt;a href=&quot;http://roland-garros.france2.fr/&quot;&gt;France2&lt;/a&gt; propose de suivre tous les &lt;a href=&quot;http://roland-garros.france2.fr/?page=videos&amp;amp;type=direct&quot;&gt;matchs en live&lt;/a&gt;  (enfin plutôt en direct...) sur son site web et cela pour tous les courts. Alors 1/2 bonne nouvelle me direz-vous, car cela la techno utilisée est &lt;a href=&quot;http://fr.wikipedia.org/wiki/Silverlight&quot;&gt;Silverlight&lt;/a&gt;, certes, mais sans rentrer dans le débat (troll &lt;img src=&quot;/themes/default/smilies/wink.png&quot; alt=&quot;;)&quot; class=&quot;smiley&quot; /&gt; ) l'autre moitié de la bonne nouvelle est qu'il est possible de récupérer les flux de streaming pour les lire soit directement avec Firefox (solution dégradée selon France2 !) ou mieux avec VLC. Les flux sont disponibles à ces adresses&amp;nbsp;:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;del&gt;Flux 1 (HD)&amp;nbsp;: &lt;a href=&quot;mms://direct.francetv.fr/rolandgarros/inrg01.wsx&quot;&gt;mms://direct.francetv.fr/rolandgarros/inrg01.wsx&lt;/a&gt;&lt;/del&gt;&lt;/li&gt;
&lt;li&gt;&lt;del&gt;Flux 2 (SD)&amp;nbsp;: &lt;a href=&quot;mms://direct.francetv.fr/rolandgarros/inrg02.wsx&quot;&gt;mms://direct.francetv.fr/rolandgarros/inrg02.wsx&lt;/a&gt;&lt;/del&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;del&gt;Pour lire directement avec VLC (ou autre) :&lt;/del&gt;&lt;/p&gt;


&lt;pre&gt;&lt;del&gt;vlc &quot;mms://direct.francetv.fr/rolandgarros/inrg01.wsx&quot;&lt;/del&gt;&lt;/pre&gt;


&lt;p&gt;&lt;em&gt;&lt;strong&gt;Update 26/05/2009 :&lt;/strong&gt;&lt;/em&gt; L'adresse des flux changent constamment (avec token d'identification), les adresses ci-dessus ne sont plus valables, pour récupérer l'adresse de flux à instant T, avant l'installation du plugin moonlight (ou en le désactivant), à l'adresse &lt;a href=&quot;http://roland-garros.france2.fr/?page=videos&amp;amp;type=direct&quot;&gt;http://roland-garros.france2.fr/?page=videos&amp;amp;type=direct&lt;/a&gt; grâce au plugin totem pour firefox&amp;nbsp;:&lt;/p&gt;


&lt;p&gt;&lt;img src=&quot;http://www.taltan.fr/public/images/RG7.png&quot; alt=&quot;RG7.png&quot; style=&quot;display:block; margin:0 auto;&quot; title=&quot;RG7.png, mai 2009&quot; /&gt;&lt;/p&gt;


&lt;p&gt;Valable pour tous les courts où se déroulent des matchs, ensuite ouvrir VLC puis un flux réseau&lt;/p&gt;


&lt;p&gt;&lt;em&gt;&lt;strong&gt;Update 29/05/2009 :&lt;/strong&gt;&lt;/em&gt; &lt;strong&gt;Toutes les adresses de récupération directe des flux sont OUT depuis le milieu de la journée, je suppose que france2 n'apprécie pas qu'on puisse récupérer ces flux directement ailleurs que sur leur site... &lt;a href=&quot;http://www.taltan.fr/post/2009/05/24/Roland-Garros-en-live#c1799&quot;&gt;cf commentaire n°35 de AP&lt;/a&gt;, il faut être sur la page de france2 pour pouvoir récupérer les flux, il faut utiliser l'option --referer de wget&lt;/strong&gt;&lt;/p&gt;


&lt;pre&gt;wget -qO- --referer 'http://roland-garros.france2.fr/?page=videos&amp;amp;type=direct' 'http://roland-garros.france2.fr/appftv/akamai/token/gentoken1.php?flux=rolandgarros01'&lt;/pre&gt;


&lt;p&gt;&lt;strong&gt;J'ai modifié le script en conséquence !&lt;/strong&gt;&lt;/p&gt;



&lt;p&gt;Il existe des liens qui permettent de trouver les adresses de flux (+token associé) pour chaque match en cours&amp;nbsp;:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Pour récupérer le lien du direct TV HD&amp;nbsp;: &lt;a href=&quot;http://roland-garros.france2.fr/appftv/akamai/token/gentoken1.php?flux=rolandgarros01&quot;&gt;http://roland-garros.france2.fr/appftv/akamai/token/gentoken1.php?flux=rolandgarros01&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Pour récupérer le lien du direct TV SD&amp;nbsp;: &lt;a href=&quot;http://roland-garros.france2.fr/appftv/akamai/token/gentoken1.php?flux=rolandgarros02&quot;&gt;http://roland-garros.france2.fr/appftv/akamai/token/gentoken1.php?flux=rolandgarros02&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Pour lire directement un flux&amp;nbsp;:&lt;/p&gt;


&lt;pre&gt;vlc `wget -qO- --referer 'http://roland-garros.france2.fr/?page=videos&amp;amp;type=direct' 'http://roland-garros.france2.fr/appftv/akamai/token/gentoken1.php?flux=rolandgarros01'`&lt;/pre&gt;


&lt;p&gt;Voila le résultat&amp;nbsp;:&lt;/p&gt;


&lt;p&gt;&lt;img src=&quot;http://www.taltan.fr/public/images/RG2.png&quot; alt=&quot;RG2.png&quot; style=&quot;display:block; margin:0 auto;&quot; title=&quot;RG2.png, mai 2009&quot; /&gt;&lt;/p&gt;


&lt;p&gt;Pour le flux des autres matchs&amp;nbsp;:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Flux HD court Philippe Chatrier&amp;nbsp;: &lt;a href=&quot;http://roland-garros.france2.fr/appftv/akamai/token/gentoken1.php?flux=rolandgarrosorange1&quot;&gt;http://roland-garros.france2.fr/appftv/akamai/token/gentoken1.php?flux=rolandgarrosorange1&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Flux SD court Philippe Chatrier&amp;nbsp;: &lt;a href=&quot;http://roland-garros.france2.fr/appftv/akamai/token/gentoken1.php?flux=rolandgarrosorange2&quot;&gt;http://roland-garros.france2.fr/appftv/akamai/token/gentoken1.php?flux=rolandgarrosorange2&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Flux HD court Suzanne Lenglen&amp;nbsp;: &lt;a href=&quot;http://roland-garros.france2.fr/appftv/akamai/token/gentoken1.php?flux=rolandgarrosorange3&quot;&gt;http://roland-garros.france2.fr/appftv/akamai/token/gentoken1.php?flux=rolandgarrosorange3&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Flux SD court Suzanne Lenglen&amp;nbsp;: &lt;a href=&quot;http://roland-garros.france2.fr/appftv/akamai/token/gentoken1.php?flux=rolandgarrosorange4&quot;&gt;http://roland-garros.france2.fr/appftv/akamai/token/gentoken1.php?flux=rolandgarrosorange4&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Même principe pour les autres courts, flux à un instant T, pour le court N (généralement 1)&amp;nbsp;:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;HD&amp;nbsp;: &lt;a href=&quot;http://roland-garros.france2.fr/appftv/akamai/token/gentoken1.php?flux=rolandgarrosorange5&quot;&gt;http://roland-garros.france2.fr/appftv/akamai/token/gentoken1.php?flux=rolandgarrosorange5&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;SD&amp;nbsp;: &lt;a href=&quot;http://roland-garros.france2.fr/appftv/akamai/token/gentoken1.php?flux=rolandgarrosorange6&quot;&gt;http://roland-garros.france2.fr/appftv/akamai/token/gentoken1.php?flux=rolandgarrosorange6&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Et ainsi de suite, il suffit d'incrémenter le chiffre à la fin du lien&amp;nbsp;:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Court N+2 =&amp;gt; HD&amp;nbsp;: 7 et SD&amp;nbsp;: 8&lt;/li&gt;
&lt;li&gt;Court N+3 =&amp;gt; HD&amp;nbsp;: 9 et SD&amp;nbsp;: 10&lt;/li&gt;
&lt;li&gt;Court N+4 =&amp;gt; HD&amp;nbsp;: 11 et SD&amp;nbsp;: 12&lt;/li&gt;
&lt;li&gt;Court N+5 =&amp;gt; HD&amp;nbsp;: 13 et SD&amp;nbsp;: 14&lt;/li&gt;
&lt;li&gt;etc, etc...&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Pour automatiser un peu tout ça, un petit script (inspiré par celui de &lt;a href=&quot;http://forum.ubuntu-fr.org/viewtopic.php?pid=2683240#p2683240&quot;&gt;alduc1&lt;/a&gt; trouvé sur le forum Ubuntu.fr, merci à lui ) nécessite le paquet wget et zenity&amp;nbsp;:&lt;/p&gt;

&lt;code class=&quot;bash&quot;&gt;&lt;span style=&quot;color: #808080; font-style: italic;&quot;&gt;#!/bin/bash&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #808080; font-style: italic;&quot;&gt;### Acces aux flux mms de Roland Garros 2009&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #0000ff;&quot;&gt;player=&lt;/span&gt;&lt;span style=&quot;color: #ff0000;&quot;&gt;&amp;quot;cvlc&amp;quot;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #0000ff;&quot;&gt;options_player=&lt;/span&gt;&lt;span style=&quot;color: #ff0000;&quot;&gt;&amp;quot;&amp;quot;&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;color: #b1b100;&quot;&gt;function&lt;/span&gt; main &lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#40;&lt;/span&gt;&lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#41;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#123;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #0000ff;&quot;&gt;choix=&lt;/span&gt;`zenity --list --&lt;span style=&quot;color: #0000ff;&quot;&gt;height=&lt;/span&gt;&lt;span style=&quot;color: #cc66cc;&quot;&gt;640&lt;/span&gt; --&lt;span style=&quot;color: #0000ff;&quot;&gt;title=&lt;/span&gt;&lt;span style=&quot;color: #ff0000;&quot;&gt;&amp;quot;Roland Garros 2009 WEB&amp;quot;&lt;/span&gt; \&lt;br /&gt;
--&lt;span style=&quot;color: #0000ff;&quot;&gt;column=&lt;/span&gt;&lt;span style=&quot;color: #ff0000;&quot;&gt;&amp;quot;ID&amp;quot;&lt;/span&gt;&amp;nbsp; --&lt;span style=&quot;color: #0000ff;&quot;&gt;column=&lt;/span&gt;&lt;span style=&quot;color: #ff0000;&quot;&gt;&amp;quot;Flux&amp;quot;&lt;/span&gt; \&lt;br /&gt;
&lt;span style=&quot;color: #ff0000;&quot;&gt;&amp;quot;01&amp;quot;&lt;/span&gt; &lt;span style=&quot;color: #ff0000;&quot;&gt;&amp;quot;France2/3/4&amp;nbsp; HD&amp;quot;&lt;/span&gt; \&lt;br /&gt;
&lt;span style=&quot;color: #ff0000;&quot;&gt;&amp;quot;02&amp;quot;&lt;/span&gt; &lt;span style=&quot;color: #ff0000;&quot;&gt;&amp;quot;France2/3/4&amp;nbsp; SD&amp;quot;&lt;/span&gt; \&lt;br /&gt;
&lt;span style=&quot;color: #ff0000;&quot;&gt;&amp;quot;03&amp;quot;&lt;/span&gt; &lt;span style=&quot;color: #ff0000;&quot;&gt;&amp;quot;Orange 1&amp;quot;&lt;/span&gt; \&lt;br /&gt;
&lt;span style=&quot;color: #ff0000;&quot;&gt;&amp;quot;04&amp;quot;&lt;/span&gt; &lt;span style=&quot;color: #ff0000;&quot;&gt;&amp;quot;Orange 2&amp;quot;&lt;/span&gt; \&lt;br /&gt;
&lt;span style=&quot;color: #ff0000;&quot;&gt;&amp;quot;05&amp;quot;&lt;/span&gt; &lt;span style=&quot;color: #ff0000;&quot;&gt;&amp;quot;Orange 3&amp;quot;&lt;/span&gt; \&lt;br /&gt;
&lt;span style=&quot;color: #ff0000;&quot;&gt;&amp;quot;06&amp;quot;&lt;/span&gt; &lt;span style=&quot;color: #ff0000;&quot;&gt;&amp;quot;Orange 4&amp;quot;&lt;/span&gt; \&lt;br /&gt;
&lt;span style=&quot;color: #ff0000;&quot;&gt;&amp;quot;07&amp;quot;&lt;/span&gt; &lt;span style=&quot;color: #ff0000;&quot;&gt;&amp;quot;Orange 5&amp;quot;&lt;/span&gt; \&lt;br /&gt;
&lt;span style=&quot;color: #ff0000;&quot;&gt;&amp;quot;08&amp;quot;&lt;/span&gt; &lt;span style=&quot;color: #ff0000;&quot;&gt;&amp;quot;Orange 6&amp;quot;&lt;/span&gt; \&lt;br /&gt;
&lt;span style=&quot;color: #ff0000;&quot;&gt;&amp;quot;09&amp;quot;&lt;/span&gt; &lt;span style=&quot;color: #ff0000;&quot;&gt;&amp;quot;Orange 7&amp;quot;&lt;/span&gt; \&lt;br /&gt;
&lt;span style=&quot;color: #ff0000;&quot;&gt;&amp;quot;10&amp;quot;&lt;/span&gt; &lt;span style=&quot;color: #ff0000;&quot;&gt;&amp;quot;Orange 8&amp;quot;&lt;/span&gt; \&lt;br /&gt;
&lt;span style=&quot;color: #ff0000;&quot;&gt;&amp;quot;11&amp;quot;&lt;/span&gt; &lt;span style=&quot;color: #ff0000;&quot;&gt;&amp;quot;Orange 9&amp;quot;&lt;/span&gt; \&lt;br /&gt;
&lt;span style=&quot;color: #ff0000;&quot;&gt;&amp;quot;12&amp;quot;&lt;/span&gt; &lt;span style=&quot;color: #ff0000;&quot;&gt;&amp;quot;Orange 10&amp;quot;&lt;/span&gt; \&lt;br /&gt;
&lt;span style=&quot;color: #ff0000;&quot;&gt;&amp;quot;13&amp;quot;&lt;/span&gt; &lt;span style=&quot;color: #ff0000;&quot;&gt;&amp;quot;Orange 11&amp;quot;&lt;/span&gt; \&lt;br /&gt;
&lt;span style=&quot;color: #ff0000;&quot;&gt;&amp;quot;14&amp;quot;&lt;/span&gt; &lt;span style=&quot;color: #ff0000;&quot;&gt;&amp;quot;Orange 12&amp;quot;&lt;/span&gt; \&lt;br /&gt;
&lt;span style=&quot;color: #ff0000;&quot;&gt;&amp;quot;15&amp;quot;&lt;/span&gt; &lt;span style=&quot;color: #ff0000;&quot;&gt;&amp;quot;Orange 13&amp;quot;&lt;/span&gt; \&lt;br /&gt;
&lt;span style=&quot;color: #ff0000;&quot;&gt;&amp;quot;16&amp;quot;&lt;/span&gt; &lt;span style=&quot;color: #ff0000;&quot;&gt;&amp;quot;Orange 14&amp;quot;&lt;/span&gt; \&lt;br /&gt;
`&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;color: #b1b100;&quot;&gt;if&lt;/span&gt; &lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#91;&lt;/span&gt; $? = &lt;span style=&quot;color: #cc66cc;&quot;&gt;0&lt;/span&gt; &lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#93;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #b1b100;&quot;&gt;then&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
killall &lt;span style=&quot;color: #0000ff;&quot;&gt;$player&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;color: #b1b100;&quot;&gt;case&lt;/span&gt; &lt;span style=&quot;color: #0000ff;&quot;&gt;$choix&lt;/span&gt; &lt;span style=&quot;color: #b1b100;&quot;&gt;in&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #cc66cc;&quot;&gt;01&lt;/span&gt; &lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#41;&lt;/span&gt; &lt;span style=&quot;color: #0000ff;&quot;&gt;$player&lt;/span&gt; &lt;span style=&quot;color: #0000ff;&quot;&gt;$options_player&lt;/span&gt; `wget -qO- --referer &lt;span style=&quot;color: #ff0000;&quot;&gt;'http://roland-garros.france2.fr/?page=videos&amp;amp;type=direct'&lt;/span&gt; &lt;span style=&quot;color: #ff0000;&quot;&gt;'http://roland-garros.france2.fr/appftv/akamai/token/gentoken1.php?flux=rolandgarros01'&lt;/span&gt;` &amp;amp; ;;&lt;br /&gt;
&lt;span style=&quot;color: #cc66cc;&quot;&gt;02&lt;/span&gt; &lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#41;&lt;/span&gt; &lt;span style=&quot;color: #0000ff;&quot;&gt;$player&lt;/span&gt; &lt;span style=&quot;color: #0000ff;&quot;&gt;$options_player&lt;/span&gt; `wget -qO- --referer &lt;span style=&quot;color: #ff0000;&quot;&gt;'http://roland-garros.france2.fr/?page=videos&amp;amp;type=direct'&lt;/span&gt; &lt;span style=&quot;color: #ff0000;&quot;&gt;'http://roland-garros.france2.fr/appftv/akamai/token/gentoken1.php?flux=rolandgarros02'&lt;/span&gt;` &amp;amp; ;;&lt;br /&gt;
&lt;span style=&quot;color: #cc66cc;&quot;&gt;03&lt;/span&gt; &lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#41;&lt;/span&gt; &lt;span style=&quot;color: #0000ff;&quot;&gt;$player&lt;/span&gt; &lt;span style=&quot;color: #0000ff;&quot;&gt;$options_player&lt;/span&gt; `wget -qO- --referer &lt;span style=&quot;color: #ff0000;&quot;&gt;'http://roland-garros.france2.fr/?page=videos&amp;amp;type=direct'&lt;/span&gt; &lt;span style=&quot;color: #ff0000;&quot;&gt;'http://roland-garros.france2.fr/appftv/akamai/token/gentoken1.php?flux=rolandgarrosorange1'&lt;/span&gt;` &amp;amp; ;;&lt;br /&gt;
&lt;span style=&quot;color: #cc66cc;&quot;&gt;04&lt;/span&gt; &lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#41;&lt;/span&gt; &lt;span style=&quot;color: #0000ff;&quot;&gt;$player&lt;/span&gt; &lt;span style=&quot;color: #0000ff;&quot;&gt;$options_player&lt;/span&gt; `wget -qO- --referer &lt;span style=&quot;color: #ff0000;&quot;&gt;'http://roland-garros.france2.fr/?page=videos&amp;amp;type=direct'&lt;/span&gt; &lt;span style=&quot;color: #ff0000;&quot;&gt;'http://roland-garros.france2.fr/appftv/akamai/token/gentoken1.php?flux=rolandgarrosorange2'&lt;/span&gt;` &amp;amp; ;;&lt;br /&gt;
&lt;span style=&quot;color: #cc66cc;&quot;&gt;05&lt;/span&gt; &lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#41;&lt;/span&gt; &lt;span style=&quot;color: #0000ff;&quot;&gt;$player&lt;/span&gt; &lt;span style=&quot;color: #0000ff;&quot;&gt;$options_player&lt;/span&gt; `wget -qO- --referer &lt;span style=&quot;color: #ff0000;&quot;&gt;'http://roland-garros.france2.fr/?page=videos&amp;amp;type=direct'&lt;/span&gt; &lt;span style=&quot;color: #ff0000;&quot;&gt;'http://roland-garros.france2.fr/appftv/akamai/token/gentoken1.php?flux=rolandgarrosorange3'&lt;/span&gt;` &amp;amp; ;;&lt;br /&gt;
&lt;span style=&quot;color: #cc66cc;&quot;&gt;06&lt;/span&gt; &lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#41;&lt;/span&gt; &lt;span style=&quot;color: #0000ff;&quot;&gt;$player&lt;/span&gt; &lt;span style=&quot;color: #0000ff;&quot;&gt;$options_player&lt;/span&gt; `wget -qO- --referer &lt;span style=&quot;color: #ff0000;&quot;&gt;'http://roland-garros.france2.fr/?page=videos&amp;amp;type=direct'&lt;/span&gt; &lt;span style=&quot;color: #ff0000;&quot;&gt;'http://roland-garros.france2.fr/appftv/akamai/token/gentoken1.php?flux=rolandgarrosorange4'&lt;/span&gt;` &amp;amp; ;; &lt;br /&gt;
&lt;span style=&quot;color: #cc66cc;&quot;&gt;07&lt;/span&gt; &lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#41;&lt;/span&gt; &lt;span style=&quot;color: #0000ff;&quot;&gt;$player&lt;/span&gt; &lt;span style=&quot;color: #0000ff;&quot;&gt;$options_player&lt;/span&gt; `wget -qO- --referer &lt;span style=&quot;color: #ff0000;&quot;&gt;'http://roland-garros.france2.fr/?page=videos&amp;amp;type=direct'&lt;/span&gt; &lt;span style=&quot;color: #ff0000;&quot;&gt;'http://roland-garros.france2.fr/appftv/akamai/token/gentoken1.php?flux=rolandgarrosorange5'&lt;/span&gt;` &amp;amp; ;; &lt;br /&gt;
&lt;span style=&quot;color: #cc66cc;&quot;&gt;08&lt;/span&gt; &lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#41;&lt;/span&gt; &lt;span style=&quot;color: #0000ff;&quot;&gt;$player&lt;/span&gt; &lt;span style=&quot;color: #0000ff;&quot;&gt;$options_player&lt;/span&gt; `wget -qO- --referer &lt;span style=&quot;color: #ff0000;&quot;&gt;'http://roland-garros.france2.fr/?page=videos&amp;amp;type=direct'&lt;/span&gt; &lt;span style=&quot;color: #ff0000;&quot;&gt;'http://roland-garros.france2.fr/appftv/akamai/token/gentoken1.php?flux=rolandgarrosorange6'&lt;/span&gt;` &amp;amp; ;; &lt;br /&gt;
&lt;span style=&quot;color: #cc66cc;&quot;&gt;09&lt;/span&gt; &lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#41;&lt;/span&gt; &lt;span style=&quot;color: #0000ff;&quot;&gt;$player&lt;/span&gt; &lt;span style=&quot;color: #0000ff;&quot;&gt;$options_player&lt;/span&gt; `wget -qO- --referer &lt;span style=&quot;color: #ff0000;&quot;&gt;'http://roland-garros.france2.fr/?page=videos&amp;amp;type=direct'&lt;/span&gt; &lt;span style=&quot;color: #ff0000;&quot;&gt;'http://roland-garros.france2.fr/appftv/akamai/token/gentoken1.php?flux=rolandgarrosorange7'&lt;/span&gt;` &amp;amp; ;; &lt;br /&gt;
&lt;span style=&quot;color: #cc66cc;&quot;&gt;10&lt;/span&gt; &lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#41;&lt;/span&gt; &lt;span style=&quot;color: #0000ff;&quot;&gt;$player&lt;/span&gt; &lt;span style=&quot;color: #0000ff;&quot;&gt;$options_player&lt;/span&gt; `wget -qO- --referer &lt;span style=&quot;color: #ff0000;&quot;&gt;'http://roland-garros.france2.fr/?page=videos&amp;amp;type=direct'&lt;/span&gt; &lt;span style=&quot;color: #ff0000;&quot;&gt;'http://roland-garros.france2.fr/appftv/akamai/token/gentoken1.php?flux=rolandgarrosorange8'&lt;/span&gt;` &amp;amp; ;; &lt;br /&gt;
&lt;span style=&quot;color: #cc66cc;&quot;&gt;11&lt;/span&gt; &lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#41;&lt;/span&gt; &lt;span style=&quot;color: #0000ff;&quot;&gt;$player&lt;/span&gt; &lt;span style=&quot;color: #0000ff;&quot;&gt;$options_player&lt;/span&gt; `wget -qO- --referer &lt;span style=&quot;color: #ff0000;&quot;&gt;'http://roland-garros.france2.fr/?page=videos&amp;amp;type=direct'&lt;/span&gt; &lt;span style=&quot;color: #ff0000;&quot;&gt;'http://roland-garros.france2.fr/appftv/akamai/token/gentoken1.php?flux=rolandgarrosorange9'&lt;/span&gt;` &amp;amp; ;; &lt;br /&gt;
&lt;span style=&quot;color: #cc66cc;&quot;&gt;12&lt;/span&gt; &lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#41;&lt;/span&gt; &lt;span style=&quot;color: #0000ff;&quot;&gt;$player&lt;/span&gt; &lt;span style=&quot;color: #0000ff;&quot;&gt;$options_player&lt;/span&gt; `wget -qO- --referer &lt;span style=&quot;color: #ff0000;&quot;&gt;'http://roland-garros.france2.fr/?page=videos&amp;amp;type=direct'&lt;/span&gt; &lt;span style=&quot;color: #ff0000;&quot;&gt;'http://roland-garros.france2.fr/appftv/akamai/token/gentoken1.php?flux=rolandgarrosorange10'&lt;/span&gt;` &amp;amp; ;; &lt;br /&gt;
&lt;span style=&quot;color: #cc66cc;&quot;&gt;13&lt;/span&gt; &lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#41;&lt;/span&gt; &lt;span style=&quot;color: #0000ff;&quot;&gt;$player&lt;/span&gt; &lt;span style=&quot;color: #0000ff;&quot;&gt;$options_player&lt;/span&gt; `wget -qO- --referer &lt;span style=&quot;color: #ff0000;&quot;&gt;'http://roland-garros.france2.fr/?page=videos&amp;amp;type=direct'&lt;/span&gt; &lt;span style=&quot;color: #ff0000;&quot;&gt;'http://roland-garros.france2.fr/appftv/akamai/token/gentoken1.php?flux=rolandgarrosorange11'&lt;/span&gt;` &amp;amp; ;; &lt;br /&gt;
&lt;span style=&quot;color: #cc66cc;&quot;&gt;14&lt;/span&gt; &lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#41;&lt;/span&gt; &lt;span style=&quot;color: #0000ff;&quot;&gt;$player&lt;/span&gt; &lt;span style=&quot;color: #0000ff;&quot;&gt;$options_player&lt;/span&gt; `wget -qO- --referer &lt;span style=&quot;color: #ff0000;&quot;&gt;'http://roland-garros.france2.fr/?page=videos&amp;amp;type=direct'&lt;/span&gt; &lt;span style=&quot;color: #ff0000;&quot;&gt;'http://roland-garros.france2.fr/appftv/akamai/token/gentoken1.php?flux=rolandgarrosorange12'&lt;/span&gt;` &amp;amp; ;; &lt;br /&gt;
&lt;span style=&quot;color: #cc66cc;&quot;&gt;15&lt;/span&gt; &lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#41;&lt;/span&gt; &lt;span style=&quot;color: #0000ff;&quot;&gt;$player&lt;/span&gt; &lt;span style=&quot;color: #0000ff;&quot;&gt;$options_player&lt;/span&gt; `wget -qO- --referer &lt;span style=&quot;color: #ff0000;&quot;&gt;'http://roland-garros.france2.fr/?page=videos&amp;amp;type=direct'&lt;/span&gt; &lt;span style=&quot;color: #ff0000;&quot;&gt;'http://roland-garros.france2.fr/appftv/akamai/token/gentoken1.php?flux=rolandgarrosorange13'&lt;/span&gt;` &amp;amp; ;; &lt;br /&gt;
&lt;span style=&quot;color: #cc66cc;&quot;&gt;16&lt;/span&gt; &lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#41;&lt;/span&gt; &lt;span style=&quot;color: #0000ff;&quot;&gt;$player&lt;/span&gt; &lt;span style=&quot;color: #0000ff;&quot;&gt;$options_player&lt;/span&gt; `wget -qO- --referer &lt;span style=&quot;color: #ff0000;&quot;&gt;'http://roland-garros.france2.fr/?page=videos&amp;amp;type=direct'&lt;/span&gt; &lt;span style=&quot;color: #ff0000;&quot;&gt;'http://roland-garros.france2.fr/appftv/akamai/token/gentoken1.php?flux=rolandgarrosorange14'&lt;/span&gt;` &amp;amp; ;; &lt;br /&gt;
&lt;span style=&quot;color: #b1b100;&quot;&gt;esac&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #b1b100;&quot;&gt;else&lt;/span&gt;&lt;br /&gt;
killall &lt;span style=&quot;color: #0000ff;&quot;&gt;$player&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #000066;&quot;&gt;exit&lt;/span&gt; &lt;span style=&quot;color: #cc66cc;&quot;&gt;0&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #b1b100;&quot;&gt;fi&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#125;&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;color: #b1b100;&quot;&gt;while&lt;/span&gt; :&lt;br /&gt;
&lt;span style=&quot;color: #b1b100;&quot;&gt;do&lt;/span&gt; main&lt;br /&gt;
&lt;span style=&quot;color: #b1b100;&quot;&gt;done&lt;/span&gt;&lt;/code&gt;

&lt;p&gt;Résultat, on peux même voir plusieurs matchs en même temps&amp;nbsp;!
&lt;img src=&quot;http://www.taltan.fr/public/images/RG9.png&quot; alt=&quot;RG9.png&quot; style=&quot;display:block; margin:0 auto;&quot; title=&quot;RG9.png, mai 2009&quot; /&gt;&lt;/p&gt;


&lt;p&gt;Pour profiter des fonctionnalités qu'offre la plateforme silverlight, le projet &lt;a href=&quot;http://www.mono-project.com/Moonlight&quot;&gt;moonlight&lt;/a&gt; qui en est une implémentation &lt;a href=&quot;http://fr.wikipedia.org/wiki/Open_source&quot;&gt;opensource&lt;/a&gt;, offre un plugin pour Firefox, son installation est enfantine et fonctionne parfaitement avec Ubuntu 9.04 Jaunty Jackalope (32 et 64 bits), rendez vous à l'adresse &lt;a href=&quot;http://go-mono.com/moonlight-preview/&quot;&gt;http://go-mono.com/moonlight-preview/&lt;/a&gt;&amp;nbsp;:&lt;/p&gt;


&lt;p&gt;Puis sélectionner votre architecture (elle doit automatiquement être détectée) et télécharger le plugin&lt;/p&gt;


&lt;p&gt;&lt;img src=&quot;http://www.taltan.fr/public/images/RG3.png&quot; alt=&quot;RG3.png&quot; style=&quot;display:block; margin:0 auto;&quot; title=&quot;RG3.png, mai 2009&quot; /&gt;&lt;/p&gt;


&lt;p&gt;Firefox l'installera automatiquement puis vous demandera de redémarrer&lt;/p&gt;


&lt;p&gt;&lt;img src=&quot;http://www.taltan.fr/public/images/RG4.png&quot; alt=&quot;RG4.png&quot; style=&quot;display:block; margin:0 auto;&quot; title=&quot;RG4.png, mai 2009&quot; /&gt;&lt;/p&gt;


&lt;p&gt;&lt;em&gt;&lt;strong&gt;Sources :&lt;/strong&gt;&lt;/em&gt; &lt;a href=&quot;http://blogs.msdn.com/clauer/archive/2009/05/06/silverlight-sur-linux-moonlight-2-0-passe-une-tape-importante.aspx&quot;&gt;http://blogs.msdn.com/clauer/archive/2009/05/06/silverlight-sur-linux-moonlight-2-0-passe-une-tape-importante.aspx&lt;/a&gt;&lt;/p&gt;


&lt;p&gt;Voila le résultat, sur le site web de france2&amp;nbsp;: &lt;a href=&quot;http://roland-garros.france2.fr/?page=videos&amp;amp;type=direct&quot;&gt;http://roland-garros.france2.fr/?page=videos&amp;amp;type=direct&lt;/a&gt;&lt;/p&gt;


&lt;p&gt;&lt;img src=&quot;http://www.taltan.fr/public/images/RG5.png&quot; alt=&quot;RG5.png&quot; style=&quot;display:block; margin:0 auto;&quot; title=&quot;RG5.png, mai 2009&quot; /&gt;&lt;/p&gt;


&lt;p&gt;Je préfère néanmoins la solution VLC, car beaucoup plus light, en effet le couple firefox + plugin moonlight est très gourmand en ressources systèmes...&lt;/p&gt;


&lt;p&gt;Plus aucune excuse pour rater une balle de match&amp;nbsp;!&lt;/p&gt;</description>
    
          <enclosure url="http://www.taltan.fr/public/dl/RG_TV_v1.0.sh"
      length="3969" type="text/plain" />
    
    
          <comments>http://www.taltan.fr/post/2009/05/24/Roland-Garros-en-live#comment-form</comments>
      <wfw:comment>http://www.taltan.fr/post/2009/05/24/Roland-Garros-en-live#comment-form</wfw:comment>
      <wfw:commentRss>http://www.taltan.fr/feed/atom/comments/109</wfw:commentRss>
      </item>
    
  <item>
    <title>Simon's Cat, nouvel épisode, Simon's Sister's Dog Fed Up</title>
    <link>http://www.taltan.fr/post/2009/02/07/Simon-s-Cat%2C-nouvel-%C3%A9pisode%2C-Simon-s-Sister-s-Dog-Fed-Up</link>
    <guid isPermaLink="false">urn:md5:7bdb47a6f60d129e936cc8445d4e840b</guid>
    <pubDate>Sat, 07 Feb 2009 09:05:00 +0100</pubDate>
    <dc:creator>Taltan</dc:creator>
        <category>:-)</category>
        <category>humour</category><category>Simon cat</category><category>video</category>    
    <description>&lt;p&gt;&lt;img src=&quot;http://www.taltan.fr/public/images/simon_cat1.png&quot; alt=&quot;simon_cat1.png&quot; style=&quot;float:left; margin: 0 1em 1em 0;&quot; title=&quot;simon_cat1.png, juil. 2008&quot; /&gt;Fin d'année dernière est sortie un nouvel génialissime épisode de la série &lt;a href=&quot;http://www.youtube.com/user/simonscat&quot;&gt;Simons Cat&lt;/a&gt;, il s'agit de &lt;a href=&quot;http://www.youtube.com/watch?v=NQCwHluBqFc&amp;amp;fmt=18&quot;&gt;Simon's Sister's «&amp;nbsp;Dog Fed Up »&lt;/a&gt;, petite nouveauté, la sœur de Simon est un chien...&lt;/p&gt;


&lt;p&gt;Pas besoin de longs discours, tout est là, que celui qui possède un chat et qui n'a jamais été confronté à ce genre de situation me jette la première pierre &lt;img src=&quot;/themes/default/smilies/wink.png&quot; alt=&quot;;)&quot; class=&quot;smiley&quot; /&gt; . A ce jour la saga &lt;a href=&quot;http://www.youtube.com/user/simonscat&quot;&gt;Simon's Cat&lt;/a&gt; comporte deux épisodes, l'auteur est anglais, il s'appelle Simon Tofield et travaille pour le studio d’animation londonien &lt;a href=&quot;http://www.tandemfilms.com/&quot;&gt;Tandem&lt;/a&gt;. Gageons que cette série aura un bel avenir sur le Net ... Vivement le prochain épisode&amp;nbsp;!&lt;/p&gt;


&lt;h3&gt;Simon's Sister's «&amp;nbsp;Dog Fed Up&amp;nbsp;»&lt;/h3&gt;
&lt;div class=&quot;external-media&quot; style=&quot;margin: 1em auto; text-align: center;&quot;&gt;
&lt;object type=&quot;application/x-shockwave-flash&quot; 
data=&quot;http://www.youtube.com/v/NQCwHluBqFc&amp;hl=fr&amp;fs=0&amp;rel=0&amp;ap=%2526fmt%3D18&quot; width=&quot;560&quot; height=&quot;340&quot;&gt;
  &lt;param name=&quot;movie&quot; 
value=&quot;http://www.youtube.com/v/NQCwHluBqFc&amp;hl=fr&amp;fs=0&amp;rel=0&amp;ap=%2526fmt%3D18&quot; /&gt;
  &lt;param name=&quot;wmode&quot; value=&quot;transparent&quot; /&gt;
&lt;/object&gt;
&lt;br /&gt;
&lt;a href=&quot;http://www.youtube.com/watch?v=NQCwHluBqFc&amp;fmt=18&quot;&gt;8 décembre 2008, Simon's Cat : Simon's Sister's « Dog Fed Up »&lt;/a&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;/div&gt;
    &lt;h3&gt;Simon's Cat&amp;nbsp;: «&amp;nbsp;TV Diner&amp;nbsp;»&lt;/h3&gt;
&lt;div class=&quot;external-media&quot; style=&quot;margin: 1em auto; text-align: center;&quot;&gt;
&lt;object type=&quot;application/x-shockwave-flash&quot; 
data=&quot;http://www.youtube.com/v/s13dLaTIHSg&amp;hl=fr&amp;fs=0&amp;rel=0&amp;ap=%2526fmt%3D18&quot; width=&quot;480&quot; height=&quot;385&quot;&gt;
  &lt;param name=&quot;movie&quot; 
value=&quot;http://www.youtube.com/v/s13dLaTIHSg&amp;hl=fr&amp;fs=0&amp;rel=0&amp;ap=%2526fmt%3D18&quot; /&gt;
  &lt;param name=&quot;wmode&quot; value=&quot;transparent&quot; /&gt;
&lt;/object&gt;
&lt;br /&gt;
&lt;a href=&quot;http://www.youtube.com/watch?v=s13dLaTIHSg&amp;fmt=18&quot;&gt;15 juillet 2008, Simon's Cat : « TV Diner »&lt;/a&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;/div&gt;



&lt;h3&gt;Simon's Cat&amp;nbsp;: «&amp;nbsp;Let me in&amp;nbsp;»&lt;/h3&gt;
&lt;div class=&quot;external-media&quot; style=&quot;margin: 1em auto; text-align: center;&quot;&gt;
&lt;object type=&quot;application/x-shockwave-flash&quot; 
data=&quot;http://www.youtube.com/v/4rb8aOzy9t4&amp;hl=fr&amp;fs=0&amp;rel=0&amp;ap=%2526fmt%3D18&quot; width=&quot;480&quot; height=&quot;385&quot;&gt;
  &lt;param name=&quot;movie&quot; 
value=&quot;http://www.youtube.com/v/4rb8aOzy9t4&amp;hl=fr&amp;fs=0&amp;rel=0&amp;ap=%2526fmt%3D18&quot; /&gt;
  &lt;param name=&quot;wmode&quot; value=&quot;transparent&quot; /&gt;
&lt;/object&gt;
&lt;br /&gt;
&lt;a href=&quot;http://www.youtube.com/watch?v=4rb8aOzy9t4&amp;fmt=18&quot;&gt;4 mars 2008, Simon's Cat : « Let me in »&lt;/a&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;/div&gt;



&lt;h3&gt;Simon's Cat&amp;nbsp;: «&amp;nbsp;Cat Man Do&amp;nbsp;»&lt;/h3&gt;
&lt;div class=&quot;external-media&quot; style=&quot;margin: 1em auto; text-align: center;&quot;&gt;
&lt;object type=&quot;application/x-shockwave-flash&quot; 
data=&quot;http://www.youtube.com/v/w0ffwDYo00Q&amp;hl=fr&amp;fs=0&amp;rel=0&amp;ap=%2526fmt%3D18&quot; width=&quot;480&quot; height=&quot;385&quot;&gt;
  &lt;param name=&quot;movie&quot; 
value=&quot;http://www.youtube.com/v/w0ffwDYo00Q&amp;hl=fr&amp;fs=0&amp;rel=0&amp;ap=%2526fmt%3D18&quot; /&gt;
  &lt;param name=&quot;wmode&quot; value=&quot;transparent&quot; /&gt;
&lt;/object&gt;
&lt;br /&gt;
&lt;a href=&quot;http://www.youtube.com/watch?v=w0ffwDYo00Q&amp;fmt=18&quot;&gt;4 mars 2008, Simon's Cat : « Cat Man Do »&lt;/a&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;/div&gt;
</description>
    
    
    
          <comments>http://www.taltan.fr/post/2009/02/07/Simon-s-Cat%2C-nouvel-%C3%A9pisode%2C-Simon-s-Sister-s-Dog-Fed-Up#comment-form</comments>
      <wfw:comment>http://www.taltan.fr/post/2009/02/07/Simon-s-Cat%2C-nouvel-%C3%A9pisode%2C-Simon-s-Sister-s-Dog-Fed-Up#comment-form</wfw:comment>
      <wfw:commentRss>http://www.taltan.fr/feed/atom/comments/102</wfw:commentRss>
      </item>
    
  <item>
    <title>Simon's Cat, nouvel épisode</title>
    <link>http://www.taltan.fr/post/2008/07/19/Simon-s-Cat-nouvel-episode</link>
    <guid isPermaLink="false">urn:md5:2eb8c5b918d529dfd91e3527cf83387b</guid>
    <pubDate>Sat, 19 Jul 2008 18:21:00 +0200</pubDate>
    <dc:creator>Taltan</dc:creator>
        <category>:-)</category>
        <category>humour</category><category>Simon cat</category><category>video</category>    
    <description>    &lt;p&gt;&lt;img title=&quot;simon_cat1.png, juil 2008&quot; style=&quot;margin: 0 1em 1em 0; float: left;&quot; alt=&quot;&quot; src=&quot;http://www.taltan.fr/public/images/simon_cat1.png&quot; /&gt;Le 16 juillet est sortie un nouvel génialissime épisode de la série &lt;a href=&quot;http://www.youtube.com/simonscat&quot;&gt;Simons Cat&lt;/a&gt;, il s'agit de &lt;a href=&quot;http://www.youtube.com/watch?v=s13dLaTIHSg&quot;&gt;Simon's Cat « TV Dinner »&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Pas besoin de longs discours, tout est là, que celui qui possède un
chat et qui n'a jamais été confronté à ce genre de situation me jette
la première pierre &lt;img src=&quot;/themes/default/smilies/wink.png&quot; alt=&quot;;)&quot; class=&quot;smiley&quot; /&gt; . A ce jour la saga &lt;a href=&quot;http://www.youtube.com/simonscat&quot;&gt;Simon's Cat&lt;/a&gt; comporte deux épisodes, l'auteur est anglais, il s'appelle Simon Tofield et travaille pour le studio d’animation londonien &lt;a href=&quot;http://www.tandemfilms.com/&quot;&gt;Tandem&lt;/a&gt;. Gageons que cette série aura un bel avenir sur le Net ... Vivement le prochain épisode !&lt;/p&gt;
&lt;h3&gt; Simon's Cat : « Cat Man Do »&lt;/h3&gt;
&lt;div style=&quot;text-align: center;&quot;&gt; &lt;object type=&quot;application/x-shockwave-flash&quot; data=&quot;http://www.youtube.com/v/w0ffwDYo00Q&amp;amp;hl=fr&quot; height=&quot;350&quot; width=&quot;425&quot;&gt; &lt;param name=&quot;movie&quot; value=&quot;http://www.youtube.com/v/w0ffwDYo00Q&amp;amp;hl=fr&quot; /&gt; &lt;param name=&quot;wmode&quot; value=&quot;transparent&quot; /&gt; &lt;p&gt;Simon's Cat &quot;Cat Man Do&quot;&lt;/p&gt;
&lt;/object&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;&lt;a href=&quot;http://taltan2.free.fr/dl/videos/Simon_s_Cat_Cat_Man_Do.avi&quot;&gt;Télécharger au format avi&lt;/a&gt;&lt;/div&gt;
&lt;h3&gt;Simon's Cat : « Let me in »&lt;/h3&gt;
&lt;br /&gt;&lt;br /&gt;
&lt;div style=&quot;text-align: center;&quot;&gt; &lt;object type=&quot;application/x-shockwave-flash&quot; data=&quot;http://www.youtube.com/v/4rb8aOzy9t4&amp;amp;hl=fr&quot; height=&quot;350&quot; width=&quot;425&quot;&gt; &lt;param name=&quot;movie&quot; value=&quot;http://www.youtube.com/v/4rb8aOzy9t4&amp;amp;hl=fr&quot; /&gt; &lt;param name=&quot;wmode&quot; value=&quot;transparent&quot; /&gt; &lt;p&gt;Simon's Cat &quot;Let me in&quot;&lt;/p&gt;
&lt;/object&gt; &lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;&lt;a href=&quot;http://taltan2.free.fr/dl/videos/Simon_s_Cat_Let_Me_In.avi&quot;&gt;Télécharger au format avi&lt;/a&gt;&lt;/div&gt;
&lt;h3&gt;Simon's Cat : « TV Diner »&lt;/h3&gt;
&lt;br /&gt;
&lt;div style=&quot;text-align: center;&quot;&gt; &lt;object type=&quot;application/x-shockwave-flash&quot; data=&quot;http://www.youtube.com/v/s13dLaTIHSg&amp;amp;hl=en&amp;amp;fs=1&quot; height=&quot;350&quot; width=&quot;425&quot;&gt; &lt;param name=&quot;movie&quot; value=&quot;http://www.youtube.com/v/s13dLaTIHSg&amp;amp;hl=en&amp;amp;fs=1&quot; /&gt; &lt;param name=&quot;wmode&quot; value=&quot;transparent&quot; /&gt; &lt;p&gt;Simon's Cat &quot;TV Dinner&quot;&lt;/p&gt;
&lt;/object&gt; &lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;&lt;a href=&quot;http://taltan2.free.fr/dl/videos/Simon_s_Cat__TV_Dinner_.avi&quot;&gt;Télécharger au format avi&lt;/a&gt;&lt;/div&gt;</description>
    
    
    
          <comments>http://www.taltan.fr/post/2008/07/19/Simon-s-Cat-nouvel-episode#comment-form</comments>
      <wfw:comment>http://www.taltan.fr/post/2008/07/19/Simon-s-Cat-nouvel-episode#comment-form</wfw:comment>
      <wfw:commentRss>http://www.taltan.fr/feed/atom/comments/93</wfw:commentRss>
      </item>
    
  <item>
    <title>Ubuntu 8.04 Hardy Heron et fichiers multimédia</title>
    <link>http://www.taltan.fr/post/2008/05/08/Ubuntu-804-Hardy-Heron-et-fichiers-multimedia</link>
    <guid isPermaLink="false">urn:md5:c40104a8d7e78c10f7fb13e998118c3e</guid>
    <pubDate>Thu, 08 May 2008 13:50:00 +0200</pubDate>
    <dc:creator>Taltan</dc:creator>
        <category>Geekerie cultu-libriste</category>
        <category>audio</category><category>libre</category><category>Ubuntu</category><category>video</category>    
    <description>    &lt;p&gt;&lt;img src=&quot;http://www.taltan.fr/public/images/audio_video.png&quot; alt=&quot;audio_video.png&quot; style=&quot;float:left; margin: 0 1em 1em 0;&quot; title=&quot;audio_video.png, mai 2008&quot; /&gt;
Une petite brève rapide pour être armé pour lire et traiter a peu prés tout ce qui se fait en formats vidéo ou audio sur une Ubuntu &lt;a href=&quot;http://fr.wikipedia.org/wiki/Hardy_Heron&quot;&gt;8.04 Hardy Heron&lt;/a&gt; fraîchement installée, voila une petite compilation de paquets à installer&amp;nbsp;:&lt;/p&gt;


&lt;p&gt;Nécessite l'activation des dépôts &lt;a href=&quot;http://doc.ubuntu-fr.org/depots_hardy#depots_universe_et_multiverse&quot;&gt;multiverse&lt;/a&gt; et &lt;a href=&quot;http://doc.ubuntu-fr.org/depots_hardy#depots_medibuntu&quot;&gt;medibuntu&lt;/a&gt;&lt;/p&gt;


&lt;pre&gt;sudo apt-get install gstreamer0.10-ffmpeg gstreamer0.10-fluendo-mp3 gstreamer0.10-fluendo-mpegdemux gstreamer0.10-plugins-ugly gstreamer0.10-plugins-ugly-multiverse gstreamer0.10-plugins-bad faad ffmpeg gstreamer0.10-plugins-bad-multiverse lame lame-extras libfaad2-0 libmjpegtools0c2a mjpegtools sox toolame mpeg2dec a52dec mpg321 vorbis-tools libdvdcss2 libdvdnav4 mencoder mplayer mplayer-fonts mplayer-skins vlc w32codecs&lt;/pre&gt;</description>
    
    
    
          <comments>http://www.taltan.fr/post/2008/05/08/Ubuntu-804-Hardy-Heron-et-fichiers-multimedia#comment-form</comments>
      <wfw:comment>http://www.taltan.fr/post/2008/05/08/Ubuntu-804-Hardy-Heron-et-fichiers-multimedia#comment-form</wfw:comment>
      <wfw:commentRss>http://www.taltan.fr/feed/atom/comments/85</wfw:commentRss>
      </item>
    
  <item>
    <title>Simon's Cat</title>
    <link>http://www.taltan.fr/post/2008/04/12/Simons-cat</link>
    <guid isPermaLink="false">urn:md5:5035228bd652015712c547bb2787c2f6</guid>
    <pubDate>Sat, 12 Apr 2008 09:03:00 +0200</pubDate>
    <dc:creator>Taltan</dc:creator>
        <category>:-)</category>
        <category>humour</category><category>Simon cat</category><category>video</category>    
    <description>    &lt;p&gt;&lt;a href=&quot;http://www.youtube.com/simonscat&quot;&gt;&lt;img style=&quot;margin: 0 auto; display: block;&quot; alt=&quot;&quot; src=&quot;http://www.taltan.fr/public/images/simon_cat.png&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Pas besoin de longs discours, tout est là, que celui qui possède un chat et qui n'a jamais été confronté à ce genre de situation me jette la première pierre &lt;img src=&quot;/themes/default/smilies/wink.png&quot; alt=&quot;;)&quot; class=&quot;smiley&quot; /&gt; . A ce jour la saga &lt;a href=&quot;http://www.youtube.com/simonscat&quot;&gt;Simon's Cat&lt;/a&gt; comporte deux épisodes, l'auteur est anglais, il s'appelle Simon Tofield et travaille pour le studio d’animation londonien &lt;a href=&quot;http://www.tandemfilms.com/&quot;&gt;Tandem&lt;/a&gt;. Gageons que cette série aura un bel avenir sur le Net ...&lt;/p&gt;
&lt;h3&gt; Simon's Cat : « Cat Man Do »&lt;/h3&gt;
&lt;div style=&quot;text-align: center;&quot;&gt; &lt;object type=&quot;application/x-shockwave-flash&quot; data=&quot;http://www.youtube.com/v/w0ffwDYo00Q&amp;amp;hl=fr&quot; height=&quot;350&quot; width=&quot;425&quot;&gt; &lt;param name=&quot;movie&quot; value=&quot;http://www.youtube.com/v/w0ffwDYo00Q&amp;amp;hl=fr&quot; /&gt; &lt;param name=&quot;wmode&quot; value=&quot;transparent&quot; /&gt; &lt;p&gt;Simon's Cat &quot;Cat Man Do&quot;&lt;/p&gt;
&lt;/object&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;&lt;a href=&quot;http://taltan2.free.fr/dl/videos/Simon_s_Cat_Cat_Man_Do.avi&quot;&gt;Télécharger au format avi&lt;/a&gt;&lt;/div&gt;
&lt;h3&gt;Simon's Cat : « Let me in »&lt;/h3&gt;
&lt;br /&gt;&lt;br /&gt;
&lt;div style=&quot;text-align: center;&quot;&gt; &lt;object type=&quot;application/x-shockwave-flash&quot; data=&quot;http://www.youtube.com/v/4rb8aOzy9t4&amp;amp;hl=fr&quot; height=&quot;350&quot; width=&quot;425&quot;&gt; &lt;param name=&quot;movie&quot; value=&quot;http://www.youtube.com/v/4rb8aOzy9t4&amp;amp;hl=fr&quot; /&gt; &lt;param name=&quot;wmode&quot; value=&quot;transparent&quot; /&gt; &lt;p&gt;Simon's Cat &quot;Let me in&quot;&lt;/p&gt;
&lt;/object&gt; &lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;&lt;a href=&quot;http://taltan2.free.fr/dl/videos/Simon_s_Cat_Let_Me_In.avi&quot;&gt;Télécharger au format avi&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;&lt;br /&gt;</description>
    
    
    
          <comments>http://www.taltan.fr/post/2008/04/12/Simons-cat#comment-form</comments>
      <wfw:comment>http://www.taltan.fr/post/2008/04/12/Simons-cat#comment-form</wfw:comment>
      <wfw:commentRss>http://www.taltan.fr/feed/atom/comments/81</wfw:commentRss>
      </item>
    
  <item>
    <title>Le café</title>
    <link>http://www.taltan.fr/post/2008/01/06/Le-cafe</link>
    <guid isPermaLink="false">urn:md5:dd260329c68110545c03032a823f1d29</guid>
    <pubDate>Sun, 06 Jan 2008 09:01:00 +0100</pubDate>
    <dc:creator>Taltan</dc:creator>
        <category>:-)</category>
        <category>humour</category><category>video</category>    
    <description>    Petit coup de coeur, au hasard d'une divagation &lt;a href=&quot;http://fr.youtube.com&quot;&gt;youtubesque&lt;/a&gt; je suis tombé sur &lt;a href=&quot;http://fr.youtube.com/watch?v=G3w0PeUqjuE&quot;&gt;le café&lt;/a&gt;, du groupe &lt;a href=&quot;http://fr.wikipedia.org/wiki/Oldelaf_et_Monsieur_D&quot;&gt;Oldelaf et Monsieur D&lt;/a&gt;. Humour féroce et réalisation soignée font de petit clip une merveille de causticité. Qui ne va pas se reconnaître dans cette histoire ?&lt;br /&gt;&lt;br /&gt;
&lt;div style=&quot;text-align: center;&quot;&gt; &lt;iframe width=&quot;640&quot; height=&quot;360&quot; src=&quot;http://www.youtube.com/embed/UGtKGX8B9hU&quot; frameborder=&quot;0&quot; allowfullscreen&gt;&lt;/iframe&gt; &lt;p&gt;Le café - Oldelaf&lt;/p&gt;
&lt;/object&gt; &lt;/div&gt;&lt;br /&gt;Je vous invite à découvrir ce groupe sur leur &lt;a href=&quot;http://www.legrosours.com/&quot;&gt;site officiel&lt;/a&gt; ... Je cite Wikipédia, &lt;em&gt;c'est de la chanson qui fait rire, taper du pied, des mains voire dans les coudes du voisin pour les moins habiles&lt;/em&gt; &lt;img src=&quot;/themes/default/smilies/wink.png&quot; alt=&quot;;)&quot; class=&quot;smiley&quot; /&gt;&lt;br /&gt;</description>
    
    
    
          <comments>http://www.taltan.fr/post/2008/01/06/Le-cafe#comment-form</comments>
      <wfw:comment>http://www.taltan.fr/post/2008/01/06/Le-cafe#comment-form</wfw:comment>
      <wfw:commentRss>http://www.taltan.fr/feed/atom/comments/72</wfw:commentRss>
      </item>
    
  <item>
    <title>Miro, la télé du web</title>
    <link>http://www.taltan.fr/post/2007/07/23/Miro-la-tele-du-web</link>
    <guid isPermaLink="false">urn:md5:1be096c3d44ee9ff34a5755fa4aed91c</guid>
    <pubDate>Mon, 23 Jul 2007 17:52:00 +0200</pubDate>
    <dc:creator>Taltan</dc:creator>
        <category>Geekerie cultu-libriste</category>
        <category>libre</category><category>Linux</category><category>Ubuntu</category><category>video</category>    
    <description>    &lt;p&gt;Comme l'a annoncé il y à peu &lt;a href=&quot;http://www.toolinux.com/news/logiciels/miro_logiciel_libre_et_front_de_liberation_de_la_video_sur_internet_ar9414.html&quot;&gt;toolinux.com&lt;/a&gt; le projet Democracy devient &lt;a href=&quot;http://www.getmiro.com/&quot;&gt;Miro&lt;/a&gt;, je cite&amp;nbsp;:&lt;/p&gt;


&lt;blockquote&gt;&lt;p&gt;&lt;em&gt;Miro, logiciel libre et front de libération de la vidéo sur Internet ... Le &quot;Firefox&quot; de la vidéo sur Internet.&lt;/em&gt;&lt;/p&gt;&lt;/blockquote&gt;

&lt;p&gt;&lt;a href=&quot;http://www.getmiro.com&quot;&gt;&lt;img src=&quot;http://www.taltan.fr/public/images/miro_00.png&quot; alt=&quot;miro_00.png&quot; style=&quot;float:left; margin: 0 1em 1em 0;&quot; title=&quot;http://www.getmiro.com&quot; /&gt;&lt;/a&gt;
Miro est un lecteur multimédia libre, multi-plate forme, utilisant la technologie du peer to peer. Clairement orienté WEB et lecture de flux vidéo sur internet, il permet de lire les &lt;a href=&quot;http://fr.wikipedia.org/wiki/Podcast&quot;&gt;podcast&lt;/a&gt; (il suffit de s'abonner à un &lt;a href=&quot;http://fr.wikipedia.org/wiki/RSS_%28format%29&quot;&gt;flux RSS&lt;/a&gt;), les &lt;a href=&quot;http://fr.wikipedia.org/wiki/Web-TV&quot;&gt;Web-TV&lt;/a&gt;, des contenus HD, des vidéos en local..., Il intègre également un moteur de recherche (&lt;a href=&quot;http://fr.youtube.com/&quot;&gt;youtub&lt;/a&gt;, &lt;a href=&quot;http://www.dailymotion.com/fr/&quot;&gt;dalymotion&lt;/a&gt;, etc...) qui nous promet de longues heures de divagation &lt;img src=&quot;/themes/default/smilies/wink.png&quot; alt=&quot;;)&quot; class=&quot;smiley&quot; /&gt; . Miro est actuellement en version 0.9.8, la première public preview, bientôt en version stable donc. Il est déjà très prometteur et sera un concurrent sérieux de l'autre projet majeur en terme de plate forme multimédia WEB qu'est &lt;a href=&quot;http://www.joost.com/&quot;&gt;Joost&lt;/a&gt; (quant à lui non libre).&lt;/p&gt;


&lt;p&gt;La bonne surprise, et c'est une force des logiciels libres, c'est la &lt;a href=&quot;http://www.getmiro.com/download/&quot;&gt;page de téléchargement&lt;/a&gt; qui propose un dépot pour les paquets Ubuntu et un &lt;a href=&quot;http://www.getmiro.com/download/ubuntu.php&quot;&gt;tutoriel détaillé&lt;/a&gt; (certes, pour l'instant, uniquement dans la langue de Shakespear) pour son installation sur notre distribution préférée.&lt;/p&gt;


&lt;h3&gt;Installation&amp;nbsp;:&lt;/h3&gt;

&lt;p&gt;&lt;em&gt;Je vous conseille de consulter le &lt;a href=&quot;http://doc.ubuntu-fr.org/&quot;&gt;Wiki Ubuntu-fr&lt;/a&gt; pour plus de précisions sur les &lt;a href=&quot;http://doc.ubuntu-fr.org/depots&quot;&gt;dépots&lt;/a&gt;, le fichier &lt;a href=&quot;http://doc.ubuntu-fr.org/sources.list&quot;&gt;sources.list&lt;/a&gt; et l'installation de paquet via &lt;a href=&quot;http://doc.ubuntu-fr.org/apt-get&quot;&gt;apt-get&lt;/a&gt; ou &lt;a href=&quot;http://doc.ubuntu-fr.org/synaptic&quot;&gt;Synaptic&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;


&lt;h4&gt;Pour le dépot Feisty&amp;nbsp;:&lt;/h4&gt;

&lt;pre&gt;deb http://ftp.osuosl.org/pub/pculture.org/miro/linux/repositories/ubuntu feisty/&lt;/pre&gt;


&lt;h4&gt;Pour l'installation&amp;nbsp;:&lt;/h4&gt;

&lt;pre&gt;$ sudo apt-get install miro&lt;/pre&gt;


&lt;p&gt;Les dépendances suivantes seront également installées&amp;nbsp;: firefox-dev, libboost-python1.33.1, libnspr-dev, libnss-dev et miro-data. Cela ne troublera pas la stabilité de votre système...&lt;/p&gt;


&lt;h3&gt;Résultat&amp;nbsp;:&lt;/h3&gt;


&lt;p&gt;&lt;a href=&quot;http://www.taltan.fr/public/images/miro_02.png&quot;&gt;&lt;img src=&quot;http://www.taltan.fr/public/images/.miro_02_m.jpg&quot; alt=&quot;miro_02.png&quot; style=&quot;display:block; margin:0 auto;&quot; /&gt;&lt;/a&gt;&lt;/p&gt;


&lt;p&gt;&lt;a href=&quot;http://www.taltan.fr/public/images/miro_03.png&quot;&gt;&lt;img src=&quot;http://www.taltan.fr/public/images/.miro_03_m.jpg&quot; alt=&quot;miro_02.png&quot; style=&quot;display:block; margin:0 auto;&quot; /&gt;&lt;/a&gt;&lt;/p&gt;


&lt;p&gt;À essayer d'urgence &lt;img src=&quot;/themes/default/smilies/wink.png&quot; alt=&quot;;)&quot; class=&quot;smiley&quot; /&gt;&lt;/p&gt;</description>
    
    
    
          <comments>http://www.taltan.fr/post/2007/07/23/Miro-la-tele-du-web#comment-form</comments>
      <wfw:comment>http://www.taltan.fr/post/2007/07/23/Miro-la-tele-du-web#comment-form</wfw:comment>
      <wfw:commentRss>http://www.taltan.fr/feed/atom/comments/64</wfw:commentRss>
      </item>
    
  <item>
    <title>Strip-tease : Au pays des merveilles</title>
    <link>http://www.taltan.fr/post/2007/07/11/Strip-tease-%3A-Au-pays-des-merveilles</link>
    <guid isPermaLink="false">urn:md5:a8362b75975f27227afdf05185b2908c</guid>
    <pubDate>Wed, 11 Jul 2007 13:20:00 +0200</pubDate>
    <dc:creator>Taltan</dc:creator>
        <category>Geekerie cultu-libriste</category>
        <category>geek</category><category>informatique</category><category>société</category><category>video</category>    
    <description>    Comme chaque été depuis 15 ans le cultissime et unique &lt;a hreflang=&quot;fr&quot; href=&quot;http://strip-tease.france3.fr/&quot;&gt;Strip-tease&lt;/a&gt; se déshabille sur &lt;a hreflang=&quot;fr&quot; href=&quot;http://www.france3.fr&quot;&gt;France 3&lt;/a&gt; tous les dimanche soir en troisième partie de soirée. Créé en 1985 la &lt;a hreflang=&quot;fr&quot; href=&quot;http://www.rtbf.be&quot;&gt;RTBF&lt;/a&gt; et diffusé pour la première fois en France sur France 3 en 1992, à mi chemin entre la &lt;a hreflang=&quot;fr&quot; href=&quot;http://fr.wikipedia.org/wiki/Sociologie&quot;&gt;sociologie&lt;/a&gt; et l'&lt;a hreflang=&quot;fr&quot; href=&quot;http://fr.wikipedia.org/wiki/Ethnologie&quot;&gt;ethnologie&lt;/a&gt;, Strip-tease est un magazine qui propose des &quot;reportages nus&quot;, dénués de tous commentaires, une suite de tranches de vie au naturelle. Pour ceux qui ne connaîtraient pas encore cette émission, je vous conseille de lire cette &lt;a hreflang=&quot;fr&quot; href=&quot;http://www.01men.com/editorial/330220/serie-tele/&quot;&gt;interview de son créateur&lt;/a&gt;, réalisée par &lt;a hreflang=&quot;fr&quot; href=&quot;http://www.01men.com/&quot;&gt;01mem&lt;/a&gt; en fin d'année dernière pour la sortie du &lt;a hreflang=&quot;fr&quot; href=&quot;http://www3.fnac.com/search/quick.do?OrderInSession=1&amp;amp;posted=false&amp;amp;filter=-11&amp;amp;text=strip+tease&amp;amp;SID=ca959dc0-bbe1-1439-2985-3e32eefd5140&amp;amp;TTL=120720071150&amp;amp;Origin=fnac_google_home&amp;amp;category=video&amp;amp;UID=0f645face-2ca2-2cbe-c463-26c66287ab51&amp;amp;id=5330&quot;&gt;dernier coffret DVD&lt;/a&gt;, ou encore de flâner sur le site de France 3 &lt;a hreflang=&quot;fr&quot; href=&quot;http://strip-tease.france3.fr/sceneschoisies.php&quot;&gt;découvrir quelques extraits&lt;/a&gt;. &lt;br /&gt;&lt;br /&gt;Enfin bref, tous ça pour dire que suis fan de cette émission, notamment pour ce genre d'ovni qu'est le reportage &lt;a href=&quot;http://strip-tease.france3.fr/sceneschoisies.php?id_article=2&quot;&gt;&quot;Au pays des merveilles&quot;&lt;/a&gt; connu également avec le titre &quot;Les dieux de l'informatique&quot;. Qui à dit que la &lt;a hreflang=&quot;fr&quot; href=&quot;http://fr.wikipedia.org/wiki/Fracture_num%C3%A9rique&quot;&gt;fracture numérique&lt;/a&gt; n'existait pas ? Mais dans quel sens doit on mettre le disque dur ?&lt;br /&gt;&lt;br /&gt;Je cite &lt;a href=&quot;http://strip-tease.france3.fr/sceneschoisies.php?id_article=2&quot;&gt;(source)&lt;/a&gt; : &lt;br /&gt;&lt;blockquote&gt;
&lt;p&gt;&lt;em&gt;Voilà le film qui va venger les millions de gens agacés, énervés, effrayés, affolés, terrorisés, épuisés, liquéfiés, brisés, désespérés et humiliés par l’apparition de l’ordinateur et l’apprentissage de l’informatique... Voilà le film qui va redonner du courage à tous ceux qui en ont marre d’être pris pour des manches parce qu’ils confondent une souris et un mulot ou qu’ils s’imaginent qu’un logiciel c’est une nouvelle sorte de fromage. Voilà le film qui vous démontre que, n’en déplaise aux vendeurs, l’informatique c’est TOUJOURS compliqué...
&lt;/em&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;a href=&quot;http://fr.youtube.com/watch?v=_Cc1gyR3JVs&quot;&gt;Les dieux de l'informatique&lt;/a&gt; :
&lt;div style=&quot;text-align: center;&quot;&gt;&lt;object type=&quot;application/x-shockwave-flash&quot; data=&quot;http://www.youtube.com/v/_Cc1gyR3JVs&quot; height=&quot;350&quot; width=&quot;425&quot;&gt; &lt;param name=&quot;movie&quot; value=&quot;http://www.youtube.com/v/_Cc1gyR3JVs&quot; /&gt; &lt;param name=&quot;wmode&quot; value=&quot;transparent&quot; /&gt; &lt;p&gt;Les dieux de l'informatique&lt;/p&gt;
&lt;/object&gt;&lt;/div&gt;</description>
    
    
    
          <comments>http://www.taltan.fr/post/2007/07/11/Strip-tease-%3A-Au-pays-des-merveilles#comment-form</comments>
      <wfw:comment>http://www.taltan.fr/post/2007/07/11/Strip-tease-%3A-Au-pays-des-merveilles#comment-form</wfw:comment>
      <wfw:commentRss>http://www.taltan.fr/feed/atom/comments/59</wfw:commentRss>
      </item>
    
  <item>
    <title>Quand Internet fait des bulles...</title>
    <link>http://www.taltan.fr/post/2007/07/08/Quand-Internet-fait-des-bulles</link>
    <guid isPermaLink="false">urn:md5:6d43ecfebb5175af02a16d3f67db08be</guid>
    <pubDate>Sun, 08 Jul 2007 11:46:00 +0200</pubDate>
    <dc:creator>Taltan</dc:creator>
        <category>Geekerie cultu-libriste</category>
        <category>internet</category><category>video</category>    
    <description>    Le problème avec &lt;a hreflang=&quot;fr&quot; href=&quot;http://fr.youtube.com&quot;&gt;Youtube&lt;/a&gt; ou autres (&lt;a hreflang=&quot;fr&quot; href=&quot;http://www.dailymotion.com/fr/&quot;&gt;Dailymotion&lt;/a&gt;, &lt;a hreflang=&quot;fr&quot; href=&quot;http://video.google.fr/&quot;&gt;Google Video&lt;/a&gt;, etc... ) c'est &lt;a hreflang=&quot;fr&quot; href=&quot;http://fr.wikipedia.org/wiki/Effet_boule_de_neige&quot;&gt;l'effet BDN&lt;/a&gt;, on y atterri par hasard ou pour un lien bien précis et on y ressors des heures plus tard avec les yeux rouges. Je me suis laisser prendre au piège en tombant sur l'excellent reportage &quot;Quand l'Internet Fait des Bulles&quot; diffusé par la &lt;a hreflang=&quot;fr&quot; href=&quot;http://www.13emerue.fr&quot;&gt;chaîne 13 ième rue&lt;/a&gt; sur Youtube. Il traite de manière didactique et accessible du phénomène de la &lt;a hreflang=&quot;fr&quot; href=&quot;http://fr.wikipedia.org/wiki/Bulle_internet&quot;&gt;bulle internet&lt;/a&gt; des années 1995/2000 et de ses lendemains douloureux. &lt;br /&gt;&lt;blockquote&gt;&lt;p&gt;&lt;em&gt;&quot;Quand Internet fait des bulles&quot; est un documentaire inédit de Benjamin Rassat qui revient sur la création d'Internet, son évolution irrationnelle, sa croissance incroyable, ses hold-up, son éclatement et sa reconstruction plus rationnelle au travers d'images d'archives et de témoignages des entrepreneurs clefs de l'époque (Caramail, Vivendi, Net2One) qui depuis sont devenus riches ou ont tout perdu.&lt;/em&gt;&lt;/p&gt;
&lt;/blockquote&gt;Pour illustrer le phénomène en une seul image, ci dessous l'Indice IXIC du &lt;a hreflang=&quot;fr&quot; href=&quot;http://fr.wikipedia.org/wiki/Nasdaq&quot;&gt;NASDAQ&lt;/a&gt; pour cette période. En cette période de &lt;a hreflang=&quot;fr&quot; href=&quot;http://fr.wikipedia.org/wiki/Tour_de_france&quot;&gt;tour de France&lt;/a&gt;, il faut bien avouer que cela ressemble franchement à un col hors catégorie !&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;http://www.taltan.fr/public/images/NASDAQ_IXIC_-_dot-com_bubble.png&quot;&gt;&lt;img style=&quot;margin: 0 auto; display: block;&quot; alt=&quot;&quot; src=&quot;http://www.taltan.fr/public/images/.NASDAQ_IXIC_-_dot-com_bubble_s.jpg&quot; /&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href=&quot;http://www.youtube.com/watch?v=Hj7KoLITX0k&quot;&gt;Quand l'Internet Fait des Bulles - partie 1&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style=&quot;text-align: center;&quot;&gt;&lt;object type=&quot;application/x-shockwave-flash&quot; data=&quot;http://www.youtube.com/v/Hj7KoLITX0k&quot; height=&quot;350&quot; width=&quot;425&quot;&gt; &lt;param name=&quot;movie&quot; value=&quot;http://www.youtube.com/v/Hj7KoLITX0k&quot; /&gt; &lt;param name=&quot;wmode&quot; value=&quot;transparent&quot; /&gt; &lt;p&gt;Quand l'Internet Fait des Bulles - partie 1&lt;/p&gt;
&lt;/object&gt;&lt;/div&gt;
&lt;a href=&quot;http://www.youtube.com/watch?v=7AzOPqJdcIM&quot;&gt;Quand l'Internet Fait des Bulles - partie 2&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style=&quot;text-align: center;&quot;&gt;&lt;object type=&quot;application/x-shockwave-flash&quot; data=&quot;http://www.youtube.com/v/7AzOPqJdcIM&quot; height=&quot;350&quot; width=&quot;425&quot;&gt; &lt;param name=&quot;movie&quot; value=&quot;http://www.youtube.com/v/7AzOPqJdcIM&quot; /&gt; &lt;param name=&quot;wmode&quot; value=&quot;transparent&quot; /&gt; &lt;p&gt;Quand l'Internet Fait des Bulles - partie 2&lt;/p&gt;
&lt;/object&gt;&lt;/div&gt;</description>
    
    
    
          <comments>http://www.taltan.fr/post/2007/07/08/Quand-Internet-fait-des-bulles#comment-form</comments>
      <wfw:comment>http://www.taltan.fr/post/2007/07/08/Quand-Internet-fait-des-bulles#comment-form</wfw:comment>
      <wfw:commentRss>http://www.taltan.fr/feed/atom/comments/56</wfw:commentRss>
      </item>
    
  <item>
    <title>BIOS, DRM et DADVSI</title>
    <link>http://www.taltan.fr/post/2007/03/25/67-bios-drm-et-dadvsi</link>
    <guid isPermaLink="false">urn:md5:a519059662fcf9e55a01d912d66f3983</guid>
    <pubDate>Sun, 25 Mar 2007 08:51:11 +0000</pubDate>
    <dc:creator>Taltan</dc:creator>
        <category>Geekerie cultu-libriste</category>
        <category>GNU</category><category>libre</category><category>video</category>    
    <description>    &lt;p&gt;Voila une petite vidéo de &lt;a href=&quot;http://fr.wikipedia.org/wiki/Richard_Stallman&quot; hreflang=&quot;fr&quot;&gt;Richard Stallman&lt;/a&gt; qui explique bien la problématique des &lt;a href=&quot;http://fr.wikipedia.org/wiki/Gestion_num%C3%A9rique_des_droits&quot; hreflang=&quot;fr&quot;&gt;DRM&lt;/a&gt; avec l'exemple du &lt;a href=&quot;http://fr.wikipedia.org/wiki/Basic_Input_Output_System&quot; hreflang=&quot;fr&quot;&gt;BIOS&lt;/a&gt; et une application stricte de la loi &lt;a href=&quot;http://www.odebi.org/dadvsi/LeDADvSIpourlesnuls.html&quot; hreflang=&quot;fr&quot;&gt;DADVSI&lt;/a&gt;&lt;/p&gt;

&lt;div style=&quot;text-align: center;&quot;&gt; &lt;object type=&quot;application/x-shockwave-flash&quot; data=&quot;http://www.youtube.com/v/vSH_kKOXMs4&quot; width=&quot;425&quot; height=&quot;350&quot;&gt; &lt;param name=&quot;movie&quot; value=&quot;http://www.youtube.com/v/vSH_kKOXMs4&quot; /&gt; &lt;param name=&quot;wmode&quot; value=&quot;transparent&quot; /&gt; &lt;p&gt;Richard STALLMAN vs locked BIOS &amp; DAVDSI&lt;/p&gt; &lt;/object&gt; &lt;/div&gt;

&lt;p&gt;&lt;em&gt;Sources :&lt;/em&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://linuxfr.org/2005/03/02/18394.html&quot; hreflang=&quot;fr&quot;&gt;Stallman souhaite plus d'efforts pour un BIOS libre&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://linuxfr.org/2007/02/23/22111.html&quot; hreflang=&quot;fr&quot;&gt;Première carte mère équipée d'un BIOS libre&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;</description>
    
    
    
          <comments>http://www.taltan.fr/post/2007/03/25/67-bios-drm-et-dadvsi#comment-form</comments>
      <wfw:comment>http://www.taltan.fr/post/2007/03/25/67-bios-drm-et-dadvsi#comment-form</wfw:comment>
      <wfw:commentRss>http://www.taltan.fr/feed/atom/comments/41</wfw:commentRss>
      </item>
    
  <item>
    <title>Campagne de pub Novell</title>
    <link>http://www.taltan.fr/post/2007/03/25/65-campagne-de-pub-novell</link>
    <guid isPermaLink="false">urn:md5:3afc44a7c356c561f5c83894421940fe</guid>
    <pubDate>Sun, 25 Mar 2007 08:04:15 +0000</pubDate>
    <dc:creator>Taltan</dc:creator>
        <category>Geekerie cultu-libriste</category>
        <category>geek</category><category>humour</category><category>libre</category><category>video</category>    
    <description>    &lt;p&gt;Les divagations googlelesque ont parfois du bon...&lt;/p&gt;

&lt;p&gt;Quand les publicitaires se répondent du tac-o-tac, voila la contre attaque de &lt;a href=&quot;http://www.novell.com/video/&quot; hreflang=&quot;en&quot;&gt;Novell&lt;/a&gt; à la &lt;a href=&quot;http://www.apple.com/getamac/ads/&quot; hreflang=&quot;en&quot;&gt;campagne de pub d'Apple&lt;/a&gt;&lt;/p&gt;

&lt;div style=&quot;text-align: center;&quot;&gt; &lt;object type=&quot;application/x-shockwave-flash&quot; data=&quot;http://www.youtube.com/v/rtp5gNhBZgo&quot; width=&quot;425&quot; height=&quot;350&quot;&gt; &lt;param name=&quot;movie&quot; value=&quot;http://www.youtube.com/v/rtp5gNhBZgo&quot; /&gt; &lt;param name=&quot;wmode&quot; value=&quot;transparent&quot; /&gt; &lt;p&gt;PC Mac Linux 1&lt;/p&gt; &lt;/object&gt; &lt;/div&gt;

&lt;div style=&quot;text-align: center;&quot;&gt; &lt;object type=&quot;application/x-shockwave-flash&quot; data=&quot;http://www.youtube.com/v/GVOnFdMf0RU&quot; width=&quot;425&quot; height=&quot;350&quot;&gt; &lt;param name=&quot;movie&quot; value=&quot;http://www.youtube.com/v/GVOnFdMf0RU&quot; /&gt; &lt;param name=&quot;wmode&quot; value=&quot;transparent&quot; /&gt; &lt;p&gt;PC Mac Linux 2&lt;/p&gt; &lt;/object&gt; &lt;/div&gt;

&lt;div style=&quot;text-align: center;&quot;&gt; &lt;object type=&quot;application/x-shockwave-flash&quot; data=&quot;http://www.youtube.com/v/Pa1RCg-Ccp0&quot; width=&quot;425&quot; height=&quot;350&quot;&gt; &lt;param name=&quot;movie&quot; value=&quot;http://www.youtube.com/v/Pa1RCg-Ccp0&quot; /&gt; &lt;param name=&quot;wmode&quot; value=&quot;transparent&quot; /&gt; &lt;p&gt;PC Mac Linux 2&lt;/p&gt; &lt;/object&gt; &lt;/div&gt;</description>
    
    
    
          <comments>http://www.taltan.fr/post/2007/03/25/65-campagne-de-pub-novell#comment-form</comments>
      <wfw:comment>http://www.taltan.fr/post/2007/03/25/65-campagne-de-pub-novell#comment-form</wfw:comment>
      <wfw:commentRss>http://www.taltan.fr/feed/atom/comments/40</wfw:commentRss>
      </item>
    
</channel>
</rss>
