arcple.blogg.se

Opening media using java vlc media player
Opening media using java vlc media player











opening media using java vlc media player

Vlc your_input_file_or_stream_here -sout=file/ps:go.mpg and stream.xyz is the name of the file you want to save the stream to, with the right extension.muxer is one of the formats supported by VLC's stream output, i.e. :.

opening media using java vlc media player

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. 1.5 Receive a stream described by an SDP file.1.4 Receive a RTP stream available through RTSP.













Opening media using java vlc media player