Skip to content

Commit d3df629

Browse files
committed
Fixed JW Player server example
1 parent 5d6c527 commit d3df629

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

_includes/video/pbs-jw01.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,10 @@
6464

6565
<!--production version of prebid.js-->
6666
<script async src="//acdn.adnxs.com/prebid/not-for-prod/1/prebid.js"></script>
67+
<script type="text/javascript" src="http://ssl.p.jwpcdn.com/player/v/8.0.5/jwplayer.js"></script>
68+
<script type="text/javascript">
69+
jwplayer.key = "F4+phNkFZ4+I3UhfSN6h8JPbxdnsto3caVMq+A=="; //Test Key - replace this with your own valid JWPlayer license key
70+
</script>
6771

6872
<!--pbjs and player code -->
6973

0 commit comments

Comments
 (0)