almgong / NDNOverWifiDirect

1 stars 0 forks source link

Something is wrong with video player + network bytes #13

Closed almgong closed 7 years ago

almgong commented 7 years ago

Tested sharing the video completely (storing the bytes locally on consumer end), and the video is able to be played by exoplayer.

However, for whatever reason, when using the VideoPlayerBuffer, the player is unable to process the bytes as they come...

almgong commented 7 years ago

Tested and verified that the issue is in the smaller video files. The 1 minute long big_buck_bunny.mp4 works just fine over the network.

I believe this is an issue with the smaller video files, they must have some missing metadata that exoplayer expects when reading dynamically (as they are able to be played from local).

This issue is essentially out of our hands, and the bigger problem is #12