
Passing custom text to player
We have a requirement that we generate some custom text at pageload time and display it overlayed on the video. However, I want to ensure that the overlay can't be bypassed client-side (ex: disable a css class). Is there a way with the jwplayer package to pass it a custom string (ideally styled) and have jwplayer embed it on top of the screen? I understand that ultimately this will be bypass-able, but we want to make it difficult to do.
Thanks!