almgong / NDNOverWifiDirect

1 stars 0 forks source link

Bug with streaming media from network: IndexOutOfBounds exception #16

Closed almgong closed 7 years ago

almgong commented 7 years ago

Occurs when the video hits ~15 seconds.

Something is going wrong in ChunkDataSource, perhaps the next mp4 chunk is large in size, so it asks to get a length that is far larger than what the current buffer is. Not sure.