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: 
sbjun
Visitor

FullHD and 5.1 branding

I am trying to show FullHD logo for 1080p streams but havent been successful. I am using the following settings:

HD - (this shows HD branding logo fine)
  item.HDBranded = true
item.IsHD = true
item.FullHD = false


FullHD -- (this does not work)
  item.HDBranded = true
item.IsHD = true
item.FullHD = true
item.frameRate = 24


I am testing with a 1080p TV and have set roku to 1080p mode. What am I doing wrong?

Also, how can I show the " 5.1)) " branding logo ( like Amazon and others do )?
0 Kudos
2 REPLIES 2
destruk
Streaming Star

Re: FullHD and 5.1 branding

You may also need:
item.contentquality="HD"
item.streamqualities=["HD"]

It is silly that in order to display the branding it requires so many settings to be 'perfect'. It would have been better IMO to have a single setting, like, contentlogo=SD, HD, 1080P, etc and then a boolean display logo option.
0 Kudos
sbjun
Visitor

Re: FullHD and 5.1 branding

Thanks for your answer destruk.

I have set streamqualities to "HD" as well. Also tried streamqualities "FullHD" just in case. Still no luck.
0 Kudos