
In order to do this, use the Stream Output of VLC: you can do it via the graphical interface (Media → streaming) or use the record button, or you can add to the command line the following argument: Receive a stream described by an SDP file % vlc -vvv Save a stream with VLC Receive a RTP stream available through RTSP % vlc -vvv rtsp://where rtsp://is the address of the stream. Where mms:///encoderfranceinfo is the MMS address of the stream.

Where ftp://example/stream.xyz is the FTP address of the stream

% vlc -vvv where is the HTTP address of the stream Receive a stream with VLC Receive an unicast stream % vlc -vvv rtp:// Receive a multicast stream % vlc -vvv 239.255.12.42 is the multicast IP address you want to join.

