You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
can please someone interpret the results I have from my network inspector (mitmproxy), which tells me that react native video downloads video twice. I observed this behaviour in emulator, but it seems that it is the same on the real device. Looks not good to me.
As we can see first time video is fully downloaded, while there is one partial request that download only small chunk and the last one is also partial, but it downloads almost the whole file.
File size does not matter:
Just in case: these requests are sent on component load without even clicking on play button.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
can please someone interpret the results I have from my network inspector (mitmproxy), which tells me that react native video downloads video twice. I observed this behaviour in emulator, but it seems that it is the same on the real device. Looks not good to me.
As we can see first time video is fully downloaded, while there is one partial request that download only small chunk and the last one is also partial, but it downloads almost the whole file.
File size does not matter:
Just in case: these requests are sent on component load without even clicking on play button.
Here is code snippet:
react-native: 0.76.5
react-native-video: 6.15.0
Beta Was this translation helpful? Give feedback.
All reactions