<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://plnx.nl/wiki/index.php?action=history&amp;feed=atom&amp;title=VLC_Streaming</id>
	<title>VLC Streaming - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://plnx.nl/wiki/index.php?action=history&amp;feed=atom&amp;title=VLC_Streaming"/>
	<link rel="alternate" type="text/html" href="https://plnx.nl/wiki/index.php?title=VLC_Streaming&amp;action=history"/>
	<updated>2026-05-03T11:23:22Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.42.6</generator>
	<entry>
		<id>https://plnx.nl/wiki/index.php?title=VLC_Streaming&amp;diff=14&amp;oldid=prev</id>
		<title>Pverha10: Created page with &quot;=Streaming with VLC from the command line=  ==Logitech C910== I&#039;ve tried the Logitech C910, but it won&#039;t focus to infinity without an extra lens.  ==Logitech C920== The Logitech C920 still doesn&#039;t focus fully to infinity, but the picture is clear enough.  I have streamed to a site-local multicast address with transcoding, because the C920 gives a standard image format of yuy2, which isn&#039;t stream-able in a transport stream. &lt;pre&gt; cvlc -vvvv --v4l2-width=1920 --v4l2-height...&quot;</title>
		<link rel="alternate" type="text/html" href="https://plnx.nl/wiki/index.php?title=VLC_Streaming&amp;diff=14&amp;oldid=prev"/>
		<updated>2025-05-17T07:42:18Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;=Streaming with VLC from the command line=  ==Logitech C910== I&amp;#039;ve tried the Logitech C910, but it won&amp;#039;t focus to infinity without an extra lens.  ==Logitech C920== The Logitech C920 still doesn&amp;#039;t focus fully to infinity, but the picture is clear enough.  I have streamed to a site-local multicast address with transcoding, because the C920 gives a standard image format of yuy2, which isn&amp;#039;t stream-able in a transport stream. &amp;lt;pre&amp;gt; cvlc -vvvv --v4l2-width=1920 --v4l2-height...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;=Streaming with VLC from the command line=&lt;br /&gt;
&lt;br /&gt;
==Logitech C910==&lt;br /&gt;
I&amp;#039;ve tried the Logitech C910, but it won&amp;#039;t focus to infinity without an extra lens.&lt;br /&gt;
&lt;br /&gt;
==Logitech C920==&lt;br /&gt;
The Logitech C920 still doesn&amp;#039;t focus fully to infinity, but the picture is clear enough.&lt;br /&gt;
&lt;br /&gt;
I have streamed to a site-local multicast address with transcoding, because the C920 gives a standard image format of yuy2, which isn&amp;#039;t stream-able in a transport stream.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
cvlc -vvvv --v4l2-width=1920 --v4l2-height=1080 --v4l2-aspect-ratio=16\:9 --v4l2-fps=30 --v4l2-sharpness=255 \&lt;br /&gt;
--v4l2-power-line-frequency=1 --v4l2-set-ctrls={&amp;quot;009A090C=0&amp;quot;}--live-caching=150 v4l2:///dev/video0 --sout \ &lt;br /&gt;
&amp;#039;#transcode{vcodec=mp4v,acodec=none,vb=12000,ab=0}:rtp{mux=ts,dst=239.255.255.45,port=5004,sdp=sap,name=&amp;quot;localstream&amp;quot;}&amp;#039; \&lt;br /&gt;
--ttl 1 &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
There&amp;#039;s also the possibility to stream without transcoding, but the following doesn&amp;#039;t work well, because the webcam just isn&amp;#039;t fast enough while building the mjpeg frames.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
cvlc -vv --v4l2-chroma=MJPG --v4l2-width=1920 --v4l2-height=1080 --v4l2-aspect-ratio=16\:9 --v4l2-fps=30 \&lt;br /&gt;
--live-caching=100 v4l2:///dev/video0 --sout &amp;#039;#rtp{mux=ts,dst=239.255.255.45,port=5004,sdp=sap,name=&amp;quot;localstream&amp;quot;}&amp;#039; \&lt;br /&gt;
--ttl 1&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==BT878==&lt;br /&gt;
The following has worked for years with a BT878-based capture card:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
vlc -vvv v4l2:///dev/video0:input=1:width=720:height=576 --sout \&lt;br /&gt;
&amp;#039;#transcode{vcodec=mp4v,acodec=none,vb=2000,ab=0}:rtp{mux=ts,dst=239.255.255.45,port=1234,sdp=sap,name=&amp;quot;test&amp;quot;}&amp;#039; \&lt;br /&gt;
--ttl 1&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Edit Windows Default Playback Device with FFplay==&lt;br /&gt;
You can change the default playback channel (in Windows 10) by using the following environment variable.&lt;br /&gt;
The default setting is &amp;quot;Default playback device&amp;quot;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
set SDL_AUDIO_DEVICE_NAME=AirliteUSB5 (3- USB AUDIO  CODEC)&lt;br /&gt;
FFplay  &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Pverha10</name></author>
	</entry>
</feed>