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

How to improve performance issue of jwplayer


I have develop a video portal website in asp.net, that take all data from jw web api in json form.

Everything working fine, except that it take to much time to get data from api, basically it take 3 to 4 second to get one playlist list i.e Sports News, same it will take 3 to 4 second to get International News Playlist.

But I am getting all my 8 playlist on my home page, so it take almost 30 to 35 second to get the json data, that's irritating me.

Here is my C# code that i have use to call jw web api

var jsonStr = new WebClient().DownloadString("https://content.jwplatform.com/feeds/wDg7QXiZ.json");

And here is the live link of my website that i host on my local iis server for testing

http://125.209.89.62/capital-tv/index

1 Community Answers

Todd

JW Player Support Agent  
0 rated :

Do our JSON feeds load promptly for you directly in the browser? I am not seeing a delay on my side.

This question has received the maximum number of answers.