Roku Developer Program

Developers and content creators—a complete solution for growing an audience directly.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Blackhawk
Level 7

Using jwplayer with brightscript

I have a jwplayer account. Is there any way to use it with bright script?
0 Kudos
2 REPLIES 2
Veeta
Level 9

Re: Using jwplayer with brightscript

I heard that they were working on a Roku app generator similar to their Apple TV offering. There's at least one mention at https://www.jwplayer.com/ott-app-builder-one-sheet/. Reach out to their developer support team and ask about it.
0 Kudos
Blackhawk
Level 7

Re: Using jwplayer with brightscript

They reconstructed the embed code
<script src="//content.jwplatform.com/players/yHZxwv7I-sGTxQPpo.js"></script>

I put it on my channel but it don't work

 ' lengthy (20+ min.) TED talk to allow time for testing multiple ad pods

videoContent = { streamFormat : "html" }

videoContent.stream = { url: "content.jwplatform.com/players/yHZxwv7I-sGTxQPpo.html",

bitrate: 800,

quality: false

}

PlayContentWithAds(videoContent)

0 Kudos