stdout到内存python

时间:2015-07-10 23:59:07

标签: vlc

我想使用VLC流式传输。所以我按照以下链接

Then the "Option 1" option from "Select options" should be selected

现在我想用

在vlc中记录流结果
raspivid -o - -t 9999999 -w 1280 -h 1024 -b 500000 -fps 20|cvlc -vvv stream:///dev/stdin --sout '#rtp{sdp=rtsp://:8080/}' :demux=h264 

我做得对吗?备选方法/方法受到赞赏。

0 个答案:

没有答案