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

Download Button in RTMP


jwplayer("subject").setup({
file: "rtmp://188.188.188.188:2020/vod/mp4:lesson.mp4",
width: "100%",
aspectratio: "16:9",
title: "Title",
image: "İmage Url",
rtmp: {
securetoken: token,
}
});

This is my simple jw player api.

İm using wowza and jwplayer

i want to dowload button for this rtmp streaming, how can i manage?
Thx

1 Community Answers

Ethan Feldman

JW Player Support Agent  
1 rated :

A download button will simply not work for RTMP because of the protocol used. You will have to make the download button use HTTP.

This question has received the maximum number of answers.