This shows how to use RTMP streaming instead of Progressive Download.
Steps are simple:
1. Take the embed code form KMC for Progressive download
2. Make relevant changes to use RTMP, either with KDP or JW.
On Demand version:
<param name="allowScriptAccess" value="always" />
<param name="allowNetworking" value="all" />
<param name="allowFullScreen" value="true" />
<param name="bgcolor" value="#000000" />
<param name="movie" value="http://www.kaltura.com/index.php/kwidget/cache_st/1260721951/wid/_7905/uiconf_id/48410/entry_id/wr6wb2w0ld"/>
<param name="flashVars" value=""/>
</object>
RTMP version:
Need to add flashVar with "pd_streamer=rtmp://rtmpakmi.kaltura.com/ondemand"
<param name="allowScriptAccess" value="always" />
<param name="allowNetworking" value="all" />
<param name="allowFullScreen" value="true" />
<param name="bgcolor" value="#000000" />
<param name="movie" value="http://www.kaltura.com/index.php/kwidget/cache_st/1260721951/wid/_7905/uiconf_id/48410/entry_id/wr6wb2w0ld"/>
<param name="flashVars" value="pd_streamer=rtmp://rtmpakmi.kaltura.com/ondemand"/>
</object>
JW ON Demand version:
<object width="400" height="240" id="jw_player_1260721466185" name="jw_player_1260721466185">
<param name="movie" value="http://cdn.kaltura.com/flash/jw/player/licensed.swf" />
<param name="wmode" value="transparent" />
<param name="allowScriptAccess" value="always" />
<param name="flashvars" value="file=http://cdn.kaltura.com/p/7905/sp/790500/flvclipper/entry_id/wr6wb2w0ld/version/100000/.flv&image=http://cdn.kaltura.com/p/7905/sp/790500/thumbnail/entry_id/wr6wb2w0ld/width/640/height/480&widgetId=jw00000001&entryId=wr6wb2w0ld&partnerId=7905&uiconfId=800&plugins=kalturastats" />
<embed id="jw_player__1260721466185" name="jw_player__1260721466185" src="http://cdn.kaltura.com/flash/jw/player/licensed.swf" width="400" height="240" allowfullscreen="true" wmode="transparent" allowscriptaccess="always" flashvars="file=http://cdn.kaltura.com/p/7905/sp/790500/flvclipper/entry_id/wr6wb2w0ld/version/100000/.flv&image=http://cdn.kaltura.com/p/7905/sp/790500/thumbnail/entry_id/wr6wb2w0ld/width/640/height/480&widgetId=jw00000001&entryId=wr6wb2w0ld&partnerId=7905&uiconfId=800&plugins=kalturastats" />
</object>
</div>
JW RTMP version:
Need to replace flashvar
file=http://cdn.kaltura.com/p/7905/sp/790500/flvclipper/entry_id/wr6wb2w0ld/version/100000/.flv
with
type=rtmp&streamer=rtmp://rtmpakmi.kaltura.com/ondemand&file=/p/7905/sp/790500/flvclipper/entry_id/wr6wb2w0ld/streamer/rtmp
<object width="400" height="240" id="jw_player_1260721466185" name="jw_player_1260721466185">
<param name="movie" value="http://cdn.kaltura.com/flash/jw/player/licensed.swf" />
<param name="wmode" value="transparent" />
<param name="allowScriptAccess" value="always" />
<param name="flashvars" value="streamer=rtmp://rtmpakmi.kaltura.com/ondemand&file=/p/7905/sp/790500/flvclipper/entry_id/wr6wb2w0ld/streamer/rtmp&type=rtmp&image=http://cdn.kaltura.com/p/7905/sp/790500/thumbnail/entry_id/wr6wb2w0ld/width/640/height/480&widgetId=jw00000001&entryId=wr6wb2w0ld&partnerId=7905&uiconfId=800&plugins=kalturastats" />
<embed id="jw_player__1260721466185" name="jw_player__1260721466185" src="http://cdn.kaltura.com/flash/jw/player/licensed.swf" width="400" height="240" allowfullscreen="true" wmode="transparent" allowscriptaccess="always" flashvars="type=rtmp&streamer=rtmp://rtmpakmi.kaltura.com/ondemand&file=/p/7905/sp/790500/flvclipper/entry_id/wr6wb2w0ld/streamer/rtmp&image=http://cdn.kaltura.com/p/7905/sp/790500/thumbnail/entry_id/wr6wb2w0ld/width/640/height/480&widgetId=jw00000001&entryId=wr6wb2w0ld&partnerId=7905&uiconfId=800&plugins=kalturastats" />
</object>
</div>



