Hello,
I’m working on connecting a BrightSign HD1025 to a ViewSonic IFP5550-5F. When I connect the player, the screen remains black—however, touch functionality is active, and the content appears to be playing. When I connect the same HD1025 to a standard computer monitor, everything displays normally.
I suspect the issue may be related to HDCP compatibility between the two devices.
To troubleshoot, I attempted to modify the internal registry using the following script in the autorun file:
Sub Main()
reg = CreateObject("roRegistrySection", "device")
reg.Write("hdmi_mode", "13") ' Sets resolution to 1080p60
reg.Write("hdcp_enable", "false") ' Disables HDCP
reg.Flush()
End Sub
Unfortunately, this did not resolve the issue.
Interestingly, I’ve been able to run the same presentation on this ViewSonic display using a BrightSign XT1144 without any problems.
This ViewSonic display is the only option available to my client, so I’d love to find a way to make the HD1025 work with it.
Thanks in advance for any insight or suggestions.