---
Код: Выделить всё
[rtsp @ 0xb0c025c0] UDP timeout, retrying with TCP
[rtsp @ 0xb0c025c0] method PAUSE failed: 551 Option not supported
[rtsp @ 0xb0c025c0] Could not find codec parameters for stream 0 (Video: h264): unspecified size
Consider increasing the value for the ’analyzeduration’ and ’probesize’ options
Так все работает, но нужно два rtsp потока склеивать side-by-syde, использую фильтр
ffmpeg -rtsp_transport tcp -i rtsp://blablabla -vf "movie=’rtsp\://blablabla’ [in1]; [in]pad=iw*2:ih:iw:0[in0]; [in0][in1] overlay=0:0 [out]" sidebyside.mkv
К первому поток подключается, ко второму та же ошибка
Код: Выделить всё
[rtsp @ 0x9ad5da0] UDP timeout, retrying with TCP
[rtsp @ 0x9ad5da0] method PAUSE failed: 551 Option not support
[rtsp @ 0x9ad5da0] Could not find codec parameters for stream 0 (Video: h264): unspecified size
Consider increasing the value for the ’analyzeduration’ and ’probesize’ options