
Wowza secure token
I want to compile wowza secure token into commercial jw6 player.
In jw player 6 there is a option to provide secure token in source code as below.
But I want to hide it by compiling into source code.
I heard with jw6 no source code is provided for commercial
version. Is it possible to do in any other way?
jwplayer("myElement").setup({
file: "rtmp://example.com/vod/mp4:myVideo.mp4",
height: 360,
image: "/assets/myVideo.jpg",
rtmp: {
securetoken: "Kosif093n203a"
},
width: 640
});
Thanks
jeevan