<?xml version="1.0" encoding="UTF-8"?>

<rss version="2.0"
 xmlns:blogChannel="http://backend.userland.com/blogChannelModule"
>

<channel>
<title><![CDATA[Dobrica Pavlinušić's random unstructured stuff: ffmpeg]]></title>
<link>https://saturn.ffzg.hr/rot13/index.cgi?ffmpeg</link>
<description></description>
<pubDate>Sun, 31 Mar 2019 09:25:55 -0000</pubDate>
<webMaster>root@saturn.ffzg.hr</webMaster>
<generator>Socialtext Workspace v2.19.0.2</generator>

<item>
<title><![CDATA[ffmpeg]]></title>
<link>https://saturn.ffzg.hr/rot13/index.cgi?ffmpeg</link>
<description><![CDATA[<div>Creator: Dobrica Pavlinušić</div><hr/><div class="wiki">
<p>
Hints for usage:</p>
<h1 id="play_without_delay">play without delay</h1>
<pre>
ffplay -fflags nobuffer /dev/video1

# works for network streams, not for /dev/video
ffplay -probesize 32 -sync ext http://192.168.3.248/VIDEO.CGI


ffplay -fflags nobuffer -flags low_delay -framedrop \
 -strict experimental -rtsp_transport tcp rtsp://&lt;host&gt;:&lt;port&gt;

</pre>
</div>
]]></description>
<author>Dobrica Pavlinu&#x161;i&#x107;</author>
<category></category>
<guid isPermaLink="true">https://saturn.ffzg.hr/rot13/index.cgi?ffmpeg</guid>
<pubDate>Sun, 31 Mar 2019 09:25:55 -0000</pubDate>
</item>
</channel>
</rss>