vlc - Stdout to memory python -


i wanted stream raspivid using vlc. followed below link

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

now wanted record streamed result in vlc

cvlc -vvv stream:///rtsp://0.0.0.0:8554/}'  --sout=file/ps:record.mpg 

am doing right? alternative approach/methods appreciated.


Comments

Popular posts from this blog

android - Gradle sync Error:Configuration with name 'default' not found -

java - Andrioid studio start fail: Fatal error initializing 'null' -

html - jQuery UI Sortable - Remove placeholder after item is dropped -