Waves System Release notes My Video Player (VP320 and VP330) and Event Video Player (EVP380) Firmware January 2022
Fixed issues:
What’s new:
[PROJS ON]
and [PROJE ON]
, turn on the video projector at the beginning or at the end of the file or folder playback,[PROJS OFF]
and [PROJE OFF]
, turn off the video projector at the beginning or at the end of the file or folder playback.Scenario settings
menu of the on-screen menu and of the remote administration, added new settings for the Standalone input contact
, Combined input contacts
and Remote control
parameters:
Turn on the video projector
,Turn off the video projector
.0x02
: Generic player command with the following parameter values:
0x16
: turn on the video projector,0x17
: turn off the video projector.VIDEO PROJECTOR (PJLINK)
command set:
POWER ON
, turn on the video projector,POWER OFF
, turn off the video projector.POST /api/videoprojector/poweron
, turn on a video projector,POST /api/videoprojector/poweroff
, turn off a video projector.System Settings
/ System Info
/ System Control (Power state)
menu of the on-screen menu and of the remote administration, added new Video projector
sections to:
Scenario settings
menu of the on-screen menu and of the remote administration, added new settings for the Standalone input contact
, Combined input contacts
and Remote control
parameters:
Turn on the display (HDMI-CEC)
,Put the display in standby (HDMI-CEC)
,Toggle the display on/standby (HDMI-CEC)
.0x02
: Generic player command with the following parameter values:
0x13
: put the display in standby,0x14
: turn on the display,0x15
: toggle the display on/standby.HDMI-CEC
command set:
STANDBY
, put the display in standby,WAKEUP
, turn on the display.POST /api/display/standby
, put the display in standby,POST /api/display/wakeup
, turn on the display,POST /api/display/toggle-standby
: toggle the display on/standby.System Control / Power state
menu of the remote administration added new Display
section to:
Put the display in standby
,Turn on the display
.STANDBY / WAKEUP
command set:
STANDBY
, standby the player,WAKEUP
, wakeup the player.System Settings / HTTP Server
menu of the remote administration, added a new HTTP authentication
section to change the passwords of the HTTP account (administrator and non privileged).Fixed issues:
One touch standby
to work when the Standby from TV
is not enabled.Standby
on the LCD screen of the Event Video Player EVP380 while the player is not in standby mode.What’s new:
Maintenance
mode, changed the text FTP
by File management
on the LCD screen of the Event Video Player (EVP380).Fixed issues:
What’s new:
Fixed issues:
Wakeup
, and Standby/Wakeup
commands triggered by combined input contacts or standalone input contact.Standby
, Wakeup
, and Standby/Wakeup
commands settings for the customizable remote control buttons since a key is already dedicated to this function.What’s new:
[SUBS x]
and [SUBE x]
new file or folder tags to define the display modalities of the subtitles at the beginning or at the end of the file or folder playback. The x parameter can be:
[SUBS ENG]
selecting of the English language),NONE
to disable the subtitles (ex: [SUBS NONE]
),AUTO
(or AUTOMATIC
) to automatically select subtitles based on system settings (ex: [SUBS AUTO]
).Scenario settings
menu of the on-screen menu and of the remote administration, added new settings for the Standalone input contact
, Combined input contacts
and Remote control
parametersPlayer
control interface to the JavaScript API:
getSubtitles()
to get the list of available language tracks, the selected subtitles track, and the current settings of the subtitles selection,selectSubtitle()
to define the display modalities of the subtitles.TrackSelectionEvent
to receive an event when a subtitle track is selected and get information about the selected subtitle track.0x0D
: Generic command to select subtitles. The 1 byte command parameters are:
0x00
: Disable subtitles,0x01
: Enable the automatic subtitles selection based on system settings,0x02
: Select previous subtitles track (without wrap around),0x03
: Select next subtitles track (without wrap around),0x04
: Select previous subtitles track (with wrap around),0x05
: Select next subtitles track (with wrap around).0x1D
: Select subtitles with the language code ISO-639. The command parameter are the 3 ASCII characters of the requested ISO-639 language code (ex: 0x65
0x6e
0x67
= eng
, to select English language).0x2D
: Select subtitles with the track index. The 1 byte command parameter is the index of the subtitles track, from 0 (0x00
) to 127 (0x7F
).0x04
with the new 0x41
parameter, to get the list of the available ISO-639 language codes (separated by semicolons and terminated by a CRLF, ex: eng;ara;nld)[DUR x]
(or [DURATION x]
) which allows to set the playback duration of a picture, overriding the Slideshow image duration scenario setting (Slideshow image duration
). The x value is the number of seconds or the infinite duration parameter INF
(ou INFINITE
). Examples:
[DUR 60]
, the picture is displayed 60 seconds[DUR INF]
, the image is displayed indefinitely[Dur INFINITE]
, the image is displayed indefinitely[DURATION 15]
, the picture is displayed 15 seconds[Duration infinite]
, the image is displayed indefinitely[NRST]
(or [NORESTART]
) which prevents restarting a folder when it is already playing.1.1.0
. Allows remote control using the same JavaScript API as for the local control.
IDAL.getRemoteControlInterfaces()
to get the control interfaces of a distant video player,IDAL.getClient()
to get a low level communication client which allows to control a distant video player.Remote administration
on-screen menu, display of the player’s IP address and a QR-code which allows to open the remote administration in a web browser.9222
.Web inspector
setting to enable the feature into the System settings
/Web browser
on-screen menu or into the remote administration.System Info
pages,addListener()
and removeListener()
methods to attach an event handler to the Player
, Contact
and Printer
control interfaces,getSubtitles()
and selectSubtitles()
methods to handle the subtitles from the Player
control interface,TimeUpdateEvent
to retrieve an event of playback progress,StateChangeEvent
to retrieve an event when the playback engine state changes,TrackSelectionEvent
to retrieve an event when the audio, video and subtitle tracks changes.detail.type
:input-change
property to the InputContactEvent
event.ResolutionChangeEvent
to retrieve an event when the display resolution changes,ConnectionChangeEvent
to retrieve an event when a display device is connected or disconnected to the player,StorageConnectionEvent
to retrieve an event when an external storage device is connected or disconnected to the player,StorageChangeEvent
to retrieve an event when the playback engine start playing a new storage device.TimeUpdateEvent
to retrieve an event the playback progress changes,PowerChangeEvent
to retrieve an event when device power state changes (wake-up or standby).detail.type
:input-change
property to the InputChangeEvent
event,Serial
, Contact
, Printer
and Logger
interfaces,Fixed issues:
Factory reset
feature into the remote administration.What’s new:
Fixed issues:
What’s new:
Fixed issues:
What’s new:
Video resize mode
function supporting Letterbox or pillarbox
, Pan & scan
and Fit to screen
settings.Custom video display area
function to set the position, the size and the rotation angle of the video display area[1]..OPUS
audio files (OGG
container).Fixed issues:
WAV
and MKV
containers for the most common sample rates (previously limited to 32 kHz and 48 kHz sample rates).
- This feature may have an impact on the playback performance. When the video display area is rotated or when a part of the video is positioned out of screen, the video file resolution must be limited. In this case, the 4K resolution is not supported, and a 720p resolution at 25 Hz or 30 Hz is recommended.
What’s new:
.MKV
files (FLAC, Linear PCM, AAC, Vorbis, or Opus audio stream)[1], up to 8-channel PCM outputs..M4A
and .MKA
audio files.Standby from TV
HDMI CEC setting (disabled by default)..SC3
files with embedded serial frames created using the Show Control Editor software.Fixed issues:
.MP4
files when playing in a loop.Auto change language
HDMI CEC issue which prevents the player language to be changed automatically when the display device language is changed.
- Some encoders may filter the LFE channel.
What’s new:
Fixed issues:
maintenance
mode to the video screen.Scheduler
file.What’s new:
The logic and functionality of the player are defined with an internal program called firmware. This program may evolve to bring new features, to change the behavior of the player, or to fix issues. The firmware can be updated or replaced by following these instructions:
System settings
, then System update
, then Check for update
and follow the on-screen instructions in order to complete the installation of the new firmware.Note: to perform an “offline” installation with a removable storage medium, visit the support page of the player on https://waves-system.com
© 2022 - Waves System. All Rights Reserved. For more information, see https://waves-system.com