Search found 4 matches

Go to advanced search

by martinarcher
03 Oct 2016 21:46
Forum: Web and scripting
Topic: Trouble with TVLCPlugin2
Replies: 3
Views: 3561

Re: Trouble with TVLCPlugin2

I figured it out. The optional parameters being of the add() method are not all optional. Looks like it requires at least one parameter of type VARIANT. I added that and took care of it. I still will get an access violation here and there but I am streaming video now. I haven't got to the bottom of ...
by martinarcher
03 Oct 2016 14:24
Forum: Web and scripting
Topic: Trouble with TVLCPlugin2
Replies: 3
Views: 3561

Re: Trouble with TVLCPlugin2

Thanks for the help. I appreciate it. I change the code to... FormJoyVIEW->VLCPlugin->Enabled = true; FormJoyVIEW->VLCPlugin->Show(); try { FormJoyVIEW->VLCPlugin->playlist->add(L"rtsp://10.61.197.119"); FormJoyVIEW->VLCPlugin->playlist->play(); } catch(Exception & E) { ShowMessage(E.M...
by martinarcher
30 Sep 2016 22:45
Forum: Web and scripting
Topic: Trouble with TVLCPlugin2
Replies: 3
Views: 3561

Trouble with TVLCPlugin2

I'm trying to add the ActiveX plugin to a project in RAD Studio (C++). I added the ActiveX component with no trouble and can place an instance of TVNCPLugin2 on my form and named it VLCPLugin. I threw some quick code together to try and stream an RTSP stream to the player on my form.... VLCPlugin->E...
by martinarcher
30 Sep 2016 15:06
Forum: Web and scripting
Topic: How to disable DVR/Buffering in VLC's ActiveX object (timeshifting)
Replies: 1
Views: 3251

How to disable DVR/Buffering in VLC's ActiveX object (timeshifting)

I'm using the VLC ActiveX object to display a RTSP stream from a IP camera to a webpage. It is important the stream stay's live and does not show "past data". The player has a pause button and some other controls shown on the bottom of the player. If you press pause, the video stream pause...

Go to advanced search