
Adaptive streaming in jwplayer not working
I am using smil file in JW Player and based on bandwidth, I see JWPlayer initially picks the right file, however, during playback, if bandwidth changes, then JWPlayer doesn't switch(adapt). Is the adaptive streaming supported by JWPlayer and in which version?
update sn
update jwplayer
maintain
jwplayer - dynamic resolution ask?
kelly - introduce
slack dsm or
<smil>
<head>
<meta base="rtmp://<<>>/vod/_test_" />
</head>
<body>
<switch>
<video src="mp4:ingest/71/internal/internal.mp4" system-bitrate="1212000" width="640" height="360" title="360p" />
<video src="mp4:ingest/71/internal/internal.mp4" system-bitrate="1891000" width="854" height="480" title="480p" />
<video src="mp4:ingest/internal/internal.mp4" system-bitrate="2258000" width="1280" height="720" title="720p" />
</switch>
</body>
</smil>