<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Benjamin Baudouin &#187; Streaming</title>
	<atom:link href="http://www.benjaminbaudouin.com/tag/streaming/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.benjaminbaudouin.com</link>
	<description>blog</description>
	<lastBuildDate>Wed, 01 Feb 2012 21:21:46 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Streaming video avec netcat et mencoder</title>
		<link>http://www.benjaminbaudouin.com/streaming-video-avec-netcat-et-mencoder/</link>
		<comments>http://www.benjaminbaudouin.com/streaming-video-avec-netcat-et-mencoder/#comments</comments>
		<pubDate>Mon, 28 Sep 2009 15:18:17 +0000</pubDate>
		<dc:creator>Benjamin</dc:creator>
				<category><![CDATA[App]]></category>
		<category><![CDATA[Mencoder]]></category>
		<category><![CDATA[Netcat]]></category>
		<category><![CDATA[Streaming]]></category>
		<category><![CDATA[Video]]></category>

		<guid isPermaLink="false">http://www.benjaminbaudouin.com/?p=3018</guid>
		<description><![CDATA[netcat &#38; mencoder Serveur Side open_streaming.sh #!/bin/bash # 500 is acceptable for bitrate, 1000 gives very nice quality BITRATE=500 MAX_XRES=640 MAX_YRES=480 LISTEN_PORT=443 # oac copy should work fine most of the time #AUDIO="-oac mp3lame -lameopts preset=192" AUDIO="-oac copy" mkfifo "/tmp/maemo_stream-$$" { nc -q 0 -l -p $LISTEN_PORT &#60; "/tmp/maemo_stream-$$"; killall -9 mencoder; rm -f "/tmp/maemo_stream-$$"; &#8230; <a href="http://www.benjaminbaudouin.com/streaming-video-avec-netcat-et-mencoder/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.benjaminbaudouin.com/streaming-video-avec-netcat-et-mencoder/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Streaming audio/vidéo avec cat &amp; mplayer over SSH 1 sans chiffrement</title>
		<link>http://www.benjaminbaudouin.com/streaming-audio-video-avec-cat-mplayer-over-ssh-1-sans-chiffrement/</link>
		<comments>http://www.benjaminbaudouin.com/streaming-audio-video-avec-cat-mplayer-over-ssh-1-sans-chiffrement/#comments</comments>
		<pubDate>Mon, 28 Sep 2009 14:47:34 +0000</pubDate>
		<dc:creator>Benjamin</dc:creator>
				<category><![CDATA[Système]]></category>
		<category><![CDATA[Audio]]></category>
		<category><![CDATA[cat]]></category>
		<category><![CDATA[mplayer]]></category>
		<category><![CDATA[SSH]]></category>
		<category><![CDATA[Streaming]]></category>
		<category><![CDATA[Video]]></category>

		<guid isPermaLink="false">http://www.benjaminbaudouin.com/?p=3005</guid>
		<description><![CDATA[Voici comment streamer tout types de fichiers, audio comme vidéo, contenus sur un serveur distant. Nous utiliserons pour cela ssh(client/serveur), cat et mplayer. Configuration du serveur SSH /etc/ssh/sshd_config Protocol 2,1 Créer un certificat RSA1 ssh-keygen -t rsa1 -f /usr/local/etc/ssh_host_key -N "" invoke-rc.d ssh restart Restarting OpenBSD Secure Shell server: sshd. Si le démon sshd ne &#8230; <a href="http://www.benjaminbaudouin.com/streaming-audio-video-avec-cat-mplayer-over-ssh-1-sans-chiffrement/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.benjaminbaudouin.com/streaming-audio-video-avec-cat-mplayer-over-ssh-1-sans-chiffrement/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->
