
adaptive Bitrate in RTMP redirect
how to get adaptive bitrate to work with RTMP redirect?
this is the code I'm using -
jwplayer("player_content").setup({
flashplayer:"jwplayer.flash.swf",
height:385,
width:640,
"controlbar.position":"bottom",
file: "rtmp://rtmppath/vod/mp4:ZFFuXNu1BVdmvwhEZSfv.mp4",
type:'rtmp'
primary: "flash",
});
How do I toggle between HD qualities without using smil files?