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: 
Blackhawk
Roku Guru

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
Visitor

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
Roku Guru

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