I need to implement a VLC Control in my supervision.
Is it possible ? is it possible implement external libraries?
thanks
VLC player in WinCC OA
- adaneau
- Posts:310
- Joined: Tue Feb 21, 2012 9:49 am
Re: VLC player in WinCC OA
Hi,
What do you mean by control? Is there a remote instance of VLC that you want to control from WinCC OA?
If you want to integrate VLC directly as UI component you have ways:
- if Windows based, you can use Active X component from VLC
- as VLC is built in Qt, you can create a EWO to use it
- you can create a webpage (https://wiki.videolan.org/Control_VLC_via_a_browser/) and embed it into UI
BR
Alexandre
What do you mean by control? Is there a remote instance of VLC that you want to control from WinCC OA?
If you want to integrate VLC directly as UI component you have ways:
- if Windows based, you can use Active X component from VLC
- as VLC is built in Qt, you can create a EWO to use it
- you can create a webpage (https://wiki.videolan.org/Control_VLC_via_a_browser/) and embed it into UI
BR
Alexandre
- Gabriele
- Posts:2
- Joined: Mon Sep 10, 2018 3:05 pm
Re: VLC player in WinCC OA
HI,
thanks for your answer, I need to implement VLC in WinCC OA to play a video
I can try the ways suggested
thanks
thanks for your answer, I need to implement VLC in WinCC OA to play a video
I can try the ways suggested
thanks
- gschijndel
- Posts:376
- Joined: Tue Jan 15, 2019 3:12 pm
Re: VLC player in WinCC OA
It is possible to show a (local) video in WinCC OA without using external libraries by embedding the video in a webpage using the html5 video tag and load this in the WebView EWO.