Forum Discussion

Blackhawk's avatar
Blackhawk
Roku Guru
9 years ago

Using jwplayer with brightscript

I have a jwplayer account. Is there any way to use it with bright script?
  • 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)