Roku Developer Program

Join our online forum to talk to Roku developers and fellow channel creators. Ask questions, share tips with the community, and find helpful resources.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
taylorcw
Streaming Star

HDMI-CEC Bug with Roku TV devices

There seems to be a bug with TCL Roku TV's where CECStatus.IsActiveSource() is set to FALSE regardless. Seems to only be impacting Roku TV's at this time.

@Roku staff - Are you able to confirm this bug?

cecstatus.SetMessagePort(port)
CECStatus.IsActiveSource()

Thanks
/Chris
0 Kudos
1 REPLY 1
speechles
Roku Guru

Re: HDMI-CEC Bug with Roku TV devices

Can confirm it is a bug... How weird.. lol

Brightscript Debugger> device = CreateObject("roDeviceInfo") : ? device.getModelDetails()
<Component: roAssociativeArray> =
{
    ModelNumber: "7130X"
    ScreenSize: 50
    VendorName: "TCL"
    VendorUSBName: "Longview_TCL_TCL_YN"
}

Brightscript Debugger> device = CreateObject("roDeviceInfo") : ? device.getModelType()
TV

Brightscript Debugger> cecstatus = CreateObject("roCECStatus") : port = CreateObject("roMessagePort" 😞 cecstatus.SetMes
sagePort(port) : ? cecstatus .IsActiveSource()
false
0 Kudos
Need Assistance?
Welcome to the Roku Community! Feel free to search our Community for answers or post your question to get help.

Become a Roku Streaming Expert!

Share your expertise, help fellow streamers, and unlock exclusive rewards as part of the Roku Community. Learn more.