
Video not streaming when passing with security token
I was trying to do this test project on my machine in this url: http://wowzatoolbox.com/user-authentication
I tried to stream the video with jwplayer. but the flash player will not work this is the code i used in jwplayer
<div id="player">Loading the player...</div>
<script src="jwplayer.js"></script>
<script type="text/javascript">
jwplayer("player").setup({
flashplayer: "jwplayer.flash.swf",
file: "stream.mp4",
image: "http://www.wpclipart.com/page_frames/full_page_signs/Thumb_Up_full_page_color.png",
streamer: "rtmp://192.168.1.23:1935/live?token=$token",
bufferlength: 5
});
</script>
the error log in wowza do not display anything. but the jwplayer displays:error loading media, file cannot be played.
Can you help me to know how can i implement this wowza user authentication module in my wowza so that jwplayer can play the flash video. Please help me out. Coz I'm a newbie to jwp.
Please let me know how can i pass the security token and please do check out the link i have added for a clear idea of what I am trying to do.
Thanks.