With few others, i maintained VLC plugin in MediaPoartal (http://www.team-mediaportal.com/) since vlc 0.8.6.
We integrate a way to record 'On The fly' with VLC since 0.9.X, so we use Two Players.
VLC 1.1.X plugin is nearly finished so we like to use a single player, I think we must use 'libvlc_media_add_option()' method.
I tried this (based on vlc Message interface) :
Code: Select all
libvlc_media_add_option(_Handle, @":sout=#record{dst-prefix='C:\Record\record2010_10_10-video.avi-'}");
Code: Select all
libvlc_media_add_option(_Handle, @":sout=#duplicate{dst=display,dst=std{access=file,mux=ts,dst='C:\Record\record2010_10_10-video.avi-'}}");
Thanks in advance for your help & for your work
lopez