VLC Media Player

 

VLC Media Player is a module object that supports RTSP streaming of IP Camera and CCTV, screen playback of video devices such as webcams, and video playback.

(VLC Media Player objects are available in versions 10.3.6.21 and later.)

The VLC Media Player graphic object uses VLC ActiveX, so it can be used only when the VLC program is installed.

Note) Installing the VLC Media Player and Registering the DLL Registry

 

If you select 'Objects|VLC Media Player' in the module editor, the VLC Media Player module objects as shown in Figure 1 are inserted into the editor.

 

<Figure 1> An example of a VLC Media Player module object.

 

If you set the location and size of the VLC Media Player module object such as <Figure 1>,

double-click 'File | Properties', 'Properties' on the shortcut menu, or left-click the mouse, a dialog box such as <Figure 2> appears.

<Figure 2> is the VLC Media Player tab of the VLC Media Player Object Properties dialog box. Here, the following is set.

             MRL: Set the media address that you want to play in the VLC Media Player module object.

                        ex1) http://www.example.com/stream.avi

                        ex2) rtsp://@:1234                                          //RSTP streaming

                        ex3) file:///C:/AutoBase/example.mp4               //Play a local file

                        ex4) dshow://                                                //Video devices (webscams, etc.)

             Options: Set options such as the time (in milliseconds) to store data in a buffer before starting playback, protocol format, etc

                        ex1) 0                                         //If there are no other options, such as playing local files, enter zero

                        ex2) :rtsp-tcp                                //When using the rstp protocol, loading is fast when playing.

                        ex3) :network-caching=1000           //Use network cache in milliseconds to improve image quality using buffers when the network is unstable. An image delayed by 1 second is output.

                        ex4) :dshow-vdev=Microsoft¢ç LifeCam HD-3000 :dshow-adev=          //Video Devices (Microsoft LifeCam Devices)

             Volume : Set the volume of the VLC Media Player module element

            AutoPlay When Shown: Auto-play at the time of element display with MRL of properties and content set in options.

            AutoLoop: automatically repeats a playlist.

 

In VLC Media Player, you can set classes and extensions on the Element Properties dialog box Class and Extensions tab.

 

<Figure 2> An example of the VLC Media Player object Properties dialog box

 

Note)  VLC Media Player of the Local Server

 

Related Helps)

VLC Media Player of the Local Server

Object menu of the Module Editor

Module Edioter Main Help

Script Main Help

@VLCPlayerAdd()

@VLCPlayerPlay()