Name is required.
Email address is required.
Invalid email address
Answer is required.
Exceeding max length of 5KB

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>

1 Community Answers

George

JW Player Support Agent  
0 rated :

Hi,

We do not support Adaptive streaming when using RTMP. True adaptive streaming is only supported via HLS.

http://support.jwplayer.com/customer/en/portal/articles/1430189-about-hls-streaming
http://support.jwplayer.com/customer/en/portal/articles/1430218-using-hls-streaming
http://support.jwplayer.com/customer/en/portal/articles/1430240-hls-adaptive-streaming
http://support.jwplayer.com/customer/portal/articles/1761348

This question has received the maximum number of answers.