Forums/digitalsignage.NET Software

Using the TV plugin- S-Video input

Andrew Walsh
posted this on Feb 01 17:14

The TVPlugin application is used to play the S-Video and Composite scenes.

The following steps to configure the TVPlugin application for S-Video 

	1.	Download the TVPlugin application.
	2.	Please Unzip the TVPlugin.zip file.
	3.	Copy and paste files in your DsNetPlayer (DsNetPlayer Folder) installed directory at root.
	4.	Please double click(Run) on Register.bat file to register the vidgrab_NET.ocx.
To configure the TV you will need to make changes to the configuration file (TVPlugine.exe.config ) Please ensure that the settings match the lines below exactly. To open the file use a text editor like wordpad or similar

<?xml version="1.0"?>
<configuration>
<configSections>
<sectionGroup name="applicationSettings" type="System.Configuration.ApplicationSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" >
<section name="Dynamax.DsNet.TVPlugin.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" />
</sectionGroup>
</configSections>
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/></startup>
<applicationSettings>
<Dynamax.DsNet.TVPlugin.Properties.Settings>
<setting name="VideoDeviceId" serializeAs="String">
<value>0</value>
</setting>
<setting name="AudioDeviceId" serializeAs="String">
<value>0</value>
</setting>
<setting name="PlayAudio" serializeAs="String">
<value>True</value>
</setting>
<setting name="DeInterlaceOption" serializeAs="String">
<value>3</value>
</setting>
<setting name="VideoFrameRate" serializeAs="String">
<value>25</value>
</setting>
<setting name="AudioVolume" serializeAs="String">
<value>65535</value>
</setting>
<setting name="AudioOutputDevice" serializeAs="String">
<value>0</value>
</setting>
<setting name="VideoRenderer" serializeAs="String">
<value>2</value>
</setting>
<setting name="AnalogVideoStandard" serializeAs="String">
<value>2</value>
</setting>
<setting name="VideoFormat" serializeAs="String">
<value>0</value>
</setting>
<setting name="AudioRenderer" serializeAs="String">
<value>0</value>
</setting>
<setting name="SynchAudio" serializeAs="String">
<value>True</value>
</setting>
<setting name="SynchAdjustmentValue" serializeAs="String">
<value>0</value>
</setting>
<setting name="VideoInput" serializeAs="String">
<value>2</value>
</setting>
</Dynamax.DsNet.TVPlugin.Properties.Settings>
</applicationSettings>
</configuration>

 
Topic is closed for comments