
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