Capture video from vlc command line with a stop time

后端 未结 3 1752
轻奢々
轻奢々 2021-01-14 11:45

I\'m trying to capture a video from an RPT stream to my pc (Ubuntu 12-04 LTS). I\'m using vlc from command line as below:

cvlc -vvv rtp://address:port --start

3条回答
  •  臣服心动
    2021-01-14 12:36

    Yes, this is a limitation of the stop-time option. It only works with streams with a known length. As captured video doesn't have this information as it is live (or more precisely, the capture access module don't even try to add said information), the option won't work.

    Patches are certainly welcome and sorry for the limitation.

提交回复
热议问题