Page 1 of 1

Record a UDP source to a .ts file (x minutes)

Posted: 17 Aug 2023 22:56
by carlos_am_2003
Hello!

Using VLC command line I need to record a file with, for example, 1 minute.

I tried:

Code: Select all

vlc -I dummy UDP_URL :demux=dump :demuxdump-file="test.ts" --stop-time=60.0 --drop-late-frames :udp-caching=3000 vlc://quit
Help me please!

Re: Record a UDP source to a .ts file (x minutes)

Posted: 18 Aug 2023 10:00
by RĂ©mi Denis-Courmont
You cannot use time with demuxdump.

Re: Record a UDP source to a .ts file (x minutes)

Posted: 18 Aug 2023 13:50
by carlos_am_2003
In that case, I must kill the VLC process after a certain time. Correct?