Roku Developer Program

Developers and content creators—a complete solution for growing an audience directly.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
MattHorton
Level 7

Range Requests for .TS files

For the past couple of months we have seen a dramatic increase in requests from Roku players to our streams. This stems for the use of range requests for .ts files that seems to have been introduced in the 8.0 version of the OS. Is there any way to disable range requests within a Roku application?
0 Kudos
3 REPLIES 3
ionatan
Level 8

Re: Range Requests for .TS files

Did you found a solution to disable TS range requests?
I've also noticed and reported this problem https://forums.roku.com/viewtopic.php?f ... 13#p582913
0 Kudos
adamkaz
Level 7

Re: Range Requests for .TS files

What is a .ts range request? Is it grabbing multiple different bandwidths for each segment?
0 Kudos
ionatan
Level 8

Re: Range Requests for .TS files

"adamkaz" wrote:
What is a .ts range request? Is it grabbing multiple different bandwidths for each segment?

Range request are grabbing just a portion of a file (https://developer.mozilla.org/en-US/doc ... e_requests). This is useful for playing mp4 files, but .ts chunks are small enough to be requested in one go.
0 Kudos