
CONFIDENTIAL – No part of this document may be reproduced, stored in a retrieval system, or transmitted, in any form or by any means, electronic or
mechanical, photocopying, recording, or otherwise, for any purpose, without the prior written permission of VITEC MULTIMEDIA.
VMC-7440_v8_0_6_Quick Start_V1_0_0.doc
1F3E09CB-96AC-43BC-87F0-AC9F24F5B01E - for the 15th card
1F3E09CB-96AC-43BC-87F0-AC9F24F5B01F - for the 16th card
When it is done, user can start one instance of the livewire sample application per card
from a terminal console and gives the xml path as first argument.
For instance, if you would like to control the second board, you will have to run "livewire
sample application.exe VM4-2-C7_osd_2nd.xml" from a terminal.
Please avoid starting several livewire sample application on the same card in order to
avoid any hardware conflict which may cause system crash.
Second solution:
Develop application which create one instance of Assembly Container per board and
initialize each with proper instance XML from the first solution.
Third solution:
1 shared instance of application for all the board.
This solution requires creating a multiboarding XML file where every components,
branches and parameters profiles are duplicated. Moreover, it requires developing an
application different from the livewire sample application. To control different
boards/branches for multi instance configuration
Please also verify that system has enough memory and CPU resources to support
several instances.
7.8.26. Why does VLC media player freeze after decoding few seconds of
playback?
VLC is sensitive to wrong PTS/DTS values.
It appears that PTS/DTS timestamps values are bad when Muxrate Overhead (%)
parameter is not set properly in constant bitrate.
Please verify that multiplexer is in variable rate control. If you have to use constant rate
control for the TS multiplexer please use the recommended value of 50%.
7.8.27. Does this SDK works with previous version of SDK?
Livewire have changed recently from version 3 to version 4 in order to bring new
features such as possibility to change language of settings and Segment profile.
Please find below the list of changes.
Format of Notify function of IBaseSubscriber interface changed
// Notification CallBack Class
type
CustomSubscriber = class(TInterfacedObject,
IBaseSubscriber)
// Notification CallBack Class
type
CustomSubscriber = class(TInterfacedObject,
IBaseSubscriber)
Kommentare zu diesen Handbüchern