Record Function on VB.NET with VLC ActivX Plugin

All you've ever wanted to know about the ActiveX, Mozilla plugins, the web interface and various PHP extensions
hasexxl1988
New Cone
New Cone
Posts: 1
Joined: 25 Apr 2017 18:58

Record Function on VB.NET with VLC ActivX Plugin

Postby hasexxl1988 » 25 Apr 2017 19:09

Hello,
I have a problem with the recording function of the VLC ActivX plugins in VB.NET

RTP streams can be played normally without any problems, but the recording function does not work.

I have solved the recording function as follows:

Code: Select all

AxVLCPlugin21.playlist.items.clear() Dim Options() As String = {"--sout""#duplicate{dst=display,dst=std{access=file,mux=ps,dst=\""C:\\test.avi\""}}"} AxVLCPlugin21.playlist.add(CurrentStream, Nothing, Options) AxVLCPlugin21.playlist.next() AxVLCPlugin21.playlist.play()
Maybe someone has an idea. Google and the community found nothing.

da2424
Cone that earned his stripes
Cone that earned his stripes
Posts: 310
Joined: 16 Apr 2013 16:57

Re: Record Function on VB.NET with VLC ActivX Plugin

Postby da2424 » 27 Apr 2017 23:37

Recording isn't supported on the web plugins for security reasons, sorry.

Code: Select all

core input error: unsafe option "sout" has been ignored for security reasons


Return to “Web and scripting”

Who is online

Users browsing this forum: No registered users and 31 guests