Page 1 of 1

stop streamming (udp)

Posted: 04 Jun 2012 16:46
by ne555
Hello, I'm trying to save a stream to a file.
I use udp so I can restore the input after an interruption. viewtopic.php?f=13&t=100880

Here is the command

Code: Select all

transform=transcode{vcodec=FLV1,vb=2048} save=std{access=file,dst=${input}.flv} streaming=display cvlc udp://@:${input} --sout "#${transform}:duplicate{dst=${streaming},dst=${save}}"
The issue is ¿how do I stop it?
For now I'm sending an INT signal

Regards.

Re: stop streamming (udp)

Posted: 04 Jun 2012 16:50
by Rémi Denis-Courmont
You cannot "stop" using the raw UDP protocol. You need to use something else.