Search found 3 matches

Go to advanced search

by zirote69
15 Feb 2018 19:11
Forum: Web and scripting
Topic: Can not pass options to playlist.add()
Replies: 13
Views: 10085

Re: Can not pass options to playlist.add()

This will be fixed for 3.0 I installed VLC v3.0.0 and activex inside still not working parameter options on Visual Studio 2010. Anybody knows a sample code to record RTSP streaming to local file using ActiveX? Here is my code: Private Sub Button1_Click(sender As System.Object, e As System.EventArgs...
by zirote69
06 Jan 2018 09:54
Forum: Web and scripting
Topic: VLC ActiveX options work?
Replies: 5
Views: 4421

Re: VLC ActiveX options work?

Recording isn't supported on the web plugins for security reasons, sorry. core input error: unsafe option "sout" has been ignored for security reasons I understand that it is for security reasons for web environments but I want to implement it for a Windows application. Is there any way t...
by zirote69
29 Dec 2017 19:44
Forum: Web and scripting
Topic: VLC ActiveX options work?
Replies: 5
Views: 4421

Re: VLC ActiveX options work?

Hi. I´m trying stream video recording to local file using options parameters for VLC ActiveX Plugin. This is the code i using: VISUAL BASIC 2010 Dim idVideo As Long 'ID para controlar qué posición en la lista ocupa el stream de video seleccionado. Dim Vopt(1) As String Vopt(0) = "--sout "#...

Go to advanced search