Conroy94
9 years agoVisitor
Video player buffer size
Hi,
I am developing an application that sniffs network traffic to test the responsiveness of video players - Roku being one of them. The concept being that the video player will request the most appropriate bitrate for the current network conditions. Throttling the network should result in a lower bitrate being requested, and so on.
Part of the application also infers buffering, which is done by capturing the number of bytes that have been transferred through the network. This approach works quite accurately, but would be more accurate if I knew the exact size of the buffers (i.e. x amount of bytes must be received before playback begins, and when the video buffers, x amount of bytes must be received before the video restarts).
Could anyone point me in the right direction?
Thanks
I am developing an application that sniffs network traffic to test the responsiveness of video players - Roku being one of them. The concept being that the video player will request the most appropriate bitrate for the current network conditions. Throttling the network should result in a lower bitrate being requested, and so on.
Part of the application also infers buffering, which is done by capturing the number of bytes that have been transferred through the network. This approach works quite accurately, but would be more accurate if I knew the exact size of the buffers (i.e. x amount of bytes must be received before playback begins, and when the video buffers, x amount of bytes must be received before the video restarts).
Could anyone point me in the right direction?
Thanks