Recording & Libvlc

This forum is about all development around libVLC.
lopez.tuparles
New Cone
New Cone
Posts: 6
Joined: 21 Dec 2008 20:25

Recording & Libvlc

Postby lopez.tuparles » 10 Oct 2010 16:03

Hi,
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-'}");
and this (based on sout help) :

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-'}}");
so nothing works, i think i didn't use the good sentence.
Thanks in advance for your help & for your work

lopez

neonp
Blank Cone
Blank Cone
Posts: 20
Joined: 09 Jun 2011 14:07
VLC version: 2.2.0
Operating System: Raspbian/jessie
Location: Mulhouse, France

Re: Recording & Libvlc

Postby neonp » 21 Dec 2012 06:54

Hi,

This topic is quite old, but there still no answer, does it work now ? did you find a workaround ?

I'd like to achieve the exact same thing.

Thanks


Return to “Development around libVLC”

Who is online

Users browsing this forum: No registered users and 15 guests