<?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>logIt &#187; streaming</title>
	<atom:link href="https://lakm.us/logit/tag/streaming/feed/" rel="self" type="application/rss+xml" />
	<link>https://lakm.us/logit</link>
	<description>Log Around The Clock</description>
	<lastBuildDate>Sat, 06 Jun 2015 14:17:37 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>Simple ffmpeg UDP Video Streaming (from BeagleBoard running Ubuntu)</title>
		<link>https://lakm.us/logit/2012/11/simple-ffmpeg-udp-video-streaming-from-beagleboard-running-ubuntu/</link>
		<comments>https://lakm.us/logit/2012/11/simple-ffmpeg-udp-video-streaming-from-beagleboard-running-ubuntu/#comments</comments>
		<pubDate>Mon, 05 Nov 2012 09:04:49 +0000</pubDate>
		<dc:creator>Arif</dc:creator>
				<category><![CDATA[ARM Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[ARMv7]]></category>
		<category><![CDATA[BeagleBoard]]></category>
		<category><![CDATA[ffmpeg]]></category>
		<category><![CDATA[streaming]]></category>
		<category><![CDATA[VLC]]></category>

		<guid isPermaLink="false">http://lakm.us/logit/?p=406</guid>
		<description><![CDATA[I really mean simple, this is a one command line UDP stream from the BeagleBoard (running Ubuntu ARM) to my desktop (IP address 192.168.1.19 in this example), the source video is an FLV file inside the ARM-board: $ ffmpeg -i UNIQLO_MIXPLAY.flv -v 0 -vcodec mpeg4 -f mpegts udp:192.168.1.19:1234 Although it&#8217;s a break-dance video, it plays [...]]]></description>
				<content:encoded><![CDATA[<p>I really mean simple, this is a one command line UDP stream from the BeagleBoard (running Ubuntu ARM) to my desktop (IP address <code>192.168.1.19</code> in this example), the source video is an FLV file inside the ARM-board:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">$ <span style="color: #c20cb9; font-weight: bold;">ffmpeg</span> <span style="color: #660033;">-i</span> UNIQLO_MIXPLAY.flv <span style="color: #660033;">-v</span> <span style="color: #000000;">0</span> <span style="color: #660033;">-vcodec</span> mpeg4 <span style="color: #660033;">-f</span> mpegts udp:192.168.1.19:<span style="color: #000000;">1234</span></pre></div></div>

<div class="wp-caption aligncenter" style="width: 460px"><img alt="ffmpeg-cross-compiled-flv-video-udp-streaming-test.jpg" src="../../../../images/ffmpeg-cross-compiled-flv-video-udp-streaming-test.jpg" title="ffmpeg streaming from BeagleBoard played by VLC on the desktop" width="420" height="365" /><p class="wp-caption-text">ffmpeg streaming from BeagleBoard played by VLC on the desktop</p></div>
<p>Although it&#8217;s a break-dance video, it plays uninterrupted, without any break. </p>
<p>Here is how my desktop see the stream with <a href="http://www.videolan.org/vlc/" title="VLC" target="_blank">VLC player</a>:</p>
<div class="wp-caption aligncenter" style="width: 460px"><img alt="vlc-simple-udp-stream-test.png" src="../../../../images/vlc-simple-udp-stream-test.png" title="VLC setup (on the desktop) to play the UDP stream" width="354" height="100" /><p class="wp-caption-text">VLC setup (on the desktop) to play the UDP stream</p></div>
<p>With less documentation, a more complex setup with integration to <a href="http://www.wowza.com/" title="Wowza" target="_blank">Wowza Media Server</a> is available on my <a href="https://github.com/bandono/zoom-camera-board" title="zoom camera board" target="_blank">github</a>.</p>
]]></content:encoded>
			<wfw:commentRss>https://lakm.us/logit/2012/11/simple-ffmpeg-udp-video-streaming-from-beagleboard-running-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
