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

RTMP Multiple Quality And Cluster Plugin


Hi,

We have two questions:

1- We checked that the quality menu doesnt work with rtmp links. When we set source tag as http link, quality menu on the controlbar is working but neither rtmp.

2- JWPlayer have a cluster plugin?

Best Regards.

5 Community Answers

Andrew

JW Player Support Agent  
0 rated :

1 – You’ll need to use a SMIL manifest to get configurable qualities for RTMP
http://support.jwplayer.com/customer/portal/articles/1430398-dynamic-rtmp-streaming

2 – I do not believe that we have a cluster plugin at this time.

vartechmustafa

User  
0 rated :

How can we change bitrate selection labels? Example; "720p HD"

Andrew

JW Player Support Agent  
0 rated :

This is configurable in the smil manifest itself under the “label” field, I believe.

vartechmustafa

User  
0 rated :

This code;


<smil>
<head>
<meta base="rtmp://ondemandcdn.harunyahya.tv/cfx/st/" />
</head>
<body>
<switch>
<video src="mp4:files/video/mp4/tr/Allah_icin_yasamak_5Mbit.mp4" height="1080" system-bitrate="5000000" width="1920" label="1080p HD" />
<video src="mp4:files/video/mp4_720/tr/Allah_icin_yasamak_5Mbit.mp4" height="720" system-bitrate="2000000" width="1280" label="720p HD" />
<video src="mp4:files/video/mp4_480/tr/Allah_icin_yasamak_5Mbit.mp4" height="480" system-bitrate="800000" width="854" label="480p" />
</switch>
</body>
</smil>



But not view "720p HD", i see "720p"

Andrew

JW Player Support Agent  
0 rated :

Ah! Apologies. You’re looking for the title=“XXXp HD” section here. This will change your title appearance on the player.

This question has received the maximum number of answers.