<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Axis on Marek Rychlý</title><link>https://www.rychly.org/tags/axis/</link><description>Recent content in Axis on Marek Rychlý</description><generator>Hugo</generator><language>en</language><copyright>&amp;copy; 2026. All rights reserved.</copyright><lastBuildDate>Tue, 15 Mar 2016 00:00:00 +0000</lastBuildDate><atom:link href="https://www.rychly.org/tags/axis/index.xml" rel="self" type="application/rss+xml"/><item><title>AXIS 207MW Network Camera</title><link>https://www.rychly.org/post/axis-207mw/</link><pubDate>Tue, 15 Mar 2016 00:00:00 +0000</pubDate><guid>https://www.rychly.org/post/axis-207mw/</guid><description>&lt;ul&gt;
&lt;li&gt;&lt;a href="http://www.axis.com/us/en/products/axis-207mw/support-and-documentation"&gt;Support and Documentation&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.axis.com/global/en/support/faq/FAQ38461"&gt;ID FAQ38461: How do I use Telnet in Axis camera/video encoders?&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="video-streams"&gt;Video Streams&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href="https://username:password@ipcamera/incl/image_test.shtml"&gt;Web Live View (MJPEG)&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href="http://username:password@ipcamera/mjpg/video.mjpg?resolution=1280x1024"&gt;MJPEG stream&lt;/a&gt;&lt;/p&gt;
&lt;pre&gt;&lt;code class="language-sh"&gt;&lt;/code&gt;&lt;/pre&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;ffplay -f mjpeg -probesize 32 -i &lt;br&gt;
&amp;lsquo;http://username:password@ipcamera/mjpg/video.mjpg?resolution=1280x1024&amp;rsquo;
~~~&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="#ZgotmplZ"&gt;MPEG-4 stream&lt;/a&gt;
&lt;pre&gt;&lt;code class="language-sh"&gt;&lt;/code&gt;&lt;/pre&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;mpv &amp;lsquo;rtsp://username:password@ipcamera/mpeg4/media.amp&amp;rsquo;
~~~&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;MPEG-4 stream to a virtual V4L2 camera
&lt;pre&gt;&lt;code class="language-sh"&gt;&lt;/code&gt;&lt;/pre&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;modprobe v4l2loopback &amp;amp;&amp;amp; ffmpeg -i &lt;br&gt;
&amp;lsquo;rtsp://username:password@ipcamera/mpeg4/media.amp&amp;rsquo; -f v4l2 /dev/video1
~~~&lt;/p&gt;</description></item></channel></rss>