I have used jw 7.3.6 without secure string and it is working but when i use secureToken for secure streaming then its not working.Below i have mentioned sample code:-
vod -> playback sercurity ->edit
?>
Simple RTMP example
jwplayer("player").setup({
sources: [{
file: "rtmp://[my wowza ip]:1935/vod/sample.mp4?wowzatokenhash="
}],
height: 360,
width: 640
});
please help
↧