Thank You for a such a great product! I would like to ask how to stop saving/recording a sdp stream. I have read that You can push/release button record, but how it can be done from command line? I have to do such a logic in our application, but it is difficult. I can not find any example in available c# wrappers for vlc.
The second question is: is it better to convert/save or record? I have recorded file from h264 stream and it can be opened only in vlc media player.
The third question is what muxer is better for h264 stream?
Code: Select all
vlc -vvv http://server.example.org/stream.sdp --sout file/muxer:stream.xyz
muxer is one of the formats supported by VLC's stream output, i.e. :
ps for MPEG2-PS format,
ts for MPEG2-PS format.