Hello,
I tried to observe the bufferingStatus on the Video Node, and i have 2 things :
1) the buffer always happen twice:
it goes up to 33%, then restart from 0%
here is my log:
onBufferChange
0
onBufferChange
6
onBufferChange
13
onBufferChange
19
onBufferChange
26
onBufferChange
33
onBufferChange
0
onBufferChange
33
onBufferChange
99
onBufferChange
99
onBufferChange
100
onBufferChange
2) the buffer always trigger the same values, almost every 30% of the buffer, but no intermediate values
this there any way to refine this % ?
Thanks