Infinite requests in feed

12345

What format are you videos? Assuming MPEG4, are they optimized for streaming (moov atom at beginning)?

“renojim” wrote:
What format are you videos? Assuming MPEG4, are they optimized for streaming (moov atom at beginning)?

Hello friend, they are mp4 videos, I did nothing to optimize them or something similar, the download of several internet pages where they already spoil so I guess and have already been optimized, however I happen in both mp4 and hls, and to Check it on the server, for example it is only 1 person and it appears that I try to connect 200, or 300 times and if I have limited a number of people from the tomb at all.

Any idea why that happens? regards

Can you provide the code where you execute your task? My assumption is you are triggering the task over and over again either in a loop or from a observeField that is constantly triggered.

So is the video request send over and over again or a request for your content uri?

I have a feeling that the function for your content feed is stuck in a loop. What triggers this block?

contentxml = createObject("roXMLElement")
[font=-apple-system, Helvetica Neue, Helvetica, sans-serif] readInternet = createObject("roUrlTransfer")[/font]
[font=-apple-system, Helvetica Neue, Helvetica, sans-serif]      readInternet.setUrl(m.top.contenturi)[/font]
      contentxml.parse(readInternet.GetToString())