Chinaunix首页 | 论坛 | 博客
  • 博客访问: 163418
  • 博文数量: 67
  • 博客积分: 0
  • 博客等级: 民兵
  • 技术积分: 622
  • 用 户 组: 普通用户
  • 注册时间: 2014-11-19 19:12
文章分类

全部博文(67)

分类: LINUX

2017-01-24 11:50:33


Receive an unicast stream
     vlc -vvv rtp://

Receive a multicast stream
     vlc -vvv rtp://@239.255.12.42

Receive an HTTP/FTP/MMS stream
     vlc -vvv
     vlc -vvv ftp://example/stream.xyz
    vlc -vvv mms://viptvr.yacast.fr/encoderfranceinfo

Receive a RTP stream available through RTSP
     vlc -vvv rtsp://

Receive a stream described by an SDP file
     vlc -vvv

Save a stream with VLC
    --sout file/muxer:stream.xyz
where:
    muxer is one of the formats supported by VLC's stream output, i.e. :
        ogg for OGG format,
        ps MPEG2-PS format,
        ts for MPEG2-TS format.
    and stream.xyz is the name of the file you want to save the stream to, with the right extension.

For example:
    vlc your_input_file_or_stream_here --sout=file/ps:go.mpg
    This is short hand for the more verbose
    vlc your_input_file_or_stream_here --sout="#std{access=file,mux=ps,dst=go.mpg}"

以上都是命令行接收方式,图形界面的网上很多介绍,用到的命令类似。
参考:https://wiki.videolan.org/Documentation:Streaming_HowTo/Receive_and_Save_a_Stream/
阅读(979) | 评论(0) | 转发(0) |
0

上一篇:vlc音视频编码格式

下一篇:vlc例子

给主人留下些什么吧!~~