api - How to make video streaming with createTemporaryDirectLink faster with Dropbox PHP Core SDK -


right now, using createtemporarydirectlink dropbox php core sdk

the code looks this:

list($url, $expires) = $client->createtemporarydirectlink("/".$destination); header("location: $url"); 

the problem: buffering frequent, makes experience unpleasant. the problem not wifi connection, checked youtube , experience 10 times better...

can purchase faster api key dropbox? or, code make experience faster...

i check there isn't on network connection may interfering or throttling connection dropbox (e.g., firewall, security software, isp, etc.)

unfortunately, beyond that, there isn't can impact this. dropbox not offer faster speeds different keys, plans, etc.

note of dropbox servers located in us. connection speed dropbox depends on routing between isp , dropbox servers, , may slower isp's rated speeds.

sometimes resetting or retrying connection gets different route , better speeds, outside of dropbox's control. isps throttle sustained connections if see initial high connection speed followed lower speeds, reason.

also, youtube may not comparison, video player can automatically adjust quality (and thereby transfer size) of video based on available bandwidth. url returned createtemporarydirectlink, on other hand, full/original content stored in file. if it's high resolution/bitrate, can't automatically lower accommodate available network connection.


Comments

Popular posts from this blog

get url and add instance to a model with prefilled foreign key :django admin -

css - Make div keyboard-scrollable in jQuery Mobile? -

ruby on rails - Seeing duplicate requests handled with Unicorn -