<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-GB">
	<id>https://wiki.batc.org.uk/index.php?action=history&amp;feed=atom&amp;title=Streaming_to_batc.tv_with_ffmpeg</id>
	<title>Streaming to batc.tv with ffmpeg - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.batc.org.uk/index.php?action=history&amp;feed=atom&amp;title=Streaming_to_batc.tv_with_ffmpeg"/>
	<link rel="alternate" type="text/html" href="https://wiki.batc.org.uk/index.php?title=Streaming_to_batc.tv_with_ffmpeg&amp;action=history"/>
	<updated>2026-05-12T09:21:05Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.35.6</generator>
	<entry>
		<id>https://wiki.batc.org.uk/index.php?title=Streaming_to_batc.tv_with_ffmpeg&amp;diff=39&amp;oldid=prev</id>
		<title>G8GTZ: Created page with &quot;Example: Using webcam at /dev/video0, and pulse audio input, this encodes H.264 video and MP3 audio, at bitrates of 256kbps and 64kbps respectively.    ffmpeg -f video4linux2...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.batc.org.uk/index.php?title=Streaming_to_batc.tv_with_ffmpeg&amp;diff=39&amp;oldid=prev"/>
		<updated>2016-03-24T15:31:10Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;Example: Using webcam at /dev/video0, and pulse audio input, this encodes H.264 video and MP3 audio, at bitrates of 256kbps and 64kbps respectively.    ffmpeg -f video4linux2...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Example: Using webcam at /dev/video0, and pulse audio input, this encodes H.264 video and MP3 audio, at bitrates of 256kbps and 64kbps respectively. &lt;br /&gt;
&lt;br /&gt;
 ffmpeg -f video4linux2  -i /dev/video0 -f alsa -i pulse \&lt;br /&gt;
 -acodec libmp3lame -ac 1 -ab 64k -ar 22050 \&lt;br /&gt;
 -vcodec libx264 -preset veryfast -b:v 256k -minrate 256k -maxrate 256k -bufsize 320k -s 640x480 \&lt;br /&gt;
 -f flv &amp;quot;rtmp://fms.batc.tv/live/&amp;lt;stream-id-here&amp;gt;/&amp;lt;stream-id-here&amp;gt; flashver=FMLE/3.0\20(compatible;\20FMSc/1.0)&amp;quot;&lt;/div&gt;</summary>
		<author><name>G8GTZ</name></author>
	</entry>
</feed>