Roku Direct Publisher

The easiest way to create a great TV experience.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
newchannel
Level 10

bitrate object...is this correct?

I have several films that are not ABR.  I want to make sure I have this coded correctly. On one of the lines in json for a film it shows it's okay. When I add this same code to another film in the same json it gives me a red X by the line item so I can't seem to find out why.. 

I am suppose to have quotes around the integer, right?

"videos": [{
"url": "http://xxxxx_512kb.mp4",
"quality": "HD",
"videoType": "mp4",
"bitRate": "600"
http://www.victoryNOWfilmsandtv.com
0 Kudos
2 REPLIES 2
Baradanikto
Level 13

Re: bitrate object...is this correct?

Bitrate is an integer, not a string. Remove the quotes.
FREE Windows desktop software for creating BIF (Trick Play), Direct Publisher (MRSS, JSON), and FireTV feeds @ GitHub/rrirower. No programming knowledge required.
0 Kudos
newchannel
Level 10

Re: bitrate object...is this correct?

Thank you for clarifying it.

Appreciate the help.
http://www.victoryNOWfilmsandtv.com
0 Kudos