Проиграть мультикаст стрим / Play multi-cast stream
% vlc -vvv udp:@host:port
Сохранить стрим / Save stream
--sout file/muxer:stream.xyz
where:
- muxer is one of the formats supported by VLC's stream output, i.e. :
- avi for AVI format,
- ogg for OGG format,
- ps for MPEG2-PS format,
- ts or ts_dvbpsi for MPEG2-PS format (the latter uses libdvbpsi for the task).
- and stream.xyz is the name of the file you want to save the stream to, with the right extension.
Ну и пример получить стрим с host:port сохранить его в file.avi
vlc udp://@host:port --sout file/avi:stream.avi
Скачать тут Как круто жить в 21 веке