I want a button to start recording the stream on button click. From the documentations I understand that only way to save stream is using --sout file/muxer:stream.xyz And I will have to use the sout while initiating the vlc i = vlc.Instance(url_to_video_feed, "--sout=file/ps:output.mpg") T...