Using jwplayer with brightscript

I have a jwplayer account. Is there any way to use it with bright script?

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.

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)