Site updated at 2016-08-31 07:03:23 UTC
This commit is contained in:
parent
0f92173a02
commit
fd764a00b7
23 changed files with 37 additions and 37 deletions
|
@ -132,7 +132,7 @@ You need a ffmpeg binary in your system path. On debain 8 you can install it fro
|
|||
|
||||
<ul>
|
||||
<li><code class="highlighter-rouge">[rtsp @ ...] UDP timeout, retrying with TCP</code>: You need to set rtsp transport in config with: <code class="highlighter-rouge">input: -rtsp_transport tcp -i INPUT</code></li>
|
||||
<li><code class="highlighter-rouge">[rtsp @ ...] Could not find codec parameters for stream 0 (Video: ..., none): unspecified size</code>: FFmpeg need more data or time for autodetect. You can set the ‘analyzeduration’ and/or ‘probesize’ option, play with this value. If you now the needed value you can set it to config with: <code class="highlighter-rouge">input: -analyzeduration xy -probesize xy tcp -i INPUT</code>. More info about that on <a href="https://www.ffmpeg.org/ffmpeg-formats.html#Description">ffmpeg</a>.</li>
|
||||
<li><code class="highlighter-rouge">[rtsp @ ...] Could not find codec parameters for stream 0 (Video: ..., none): unspecified size</code>: FFmpeg need more data or time for autodetect. You can set the ‘analyzeduration’ and/or ‘probesize’ option, play with this value. If you know the needed value you can set it to config with: <code class="highlighter-rouge">input: -analyzeduration xy -probesize xy tcp -i INPUT</code>. More info about that on <a href="https://www.ffmpeg.org/ffmpeg-formats.html#Description">ffmpeg</a>.</li>
|
||||
</ul>
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue