almgong / NDNOverWifiDirect

1 stars 0 forks source link

Need a progressive video player #2

Closed almgong closed 7 years ago

almgong commented 7 years ago

We need a player that will play video file bytes as they come from the other peer. May need to implement from almost the ground up - need to research.

almgong commented 7 years ago

Stub implementation complete with a simulated network, see GetVideoTask.java.

almgong commented 7 years ago

Player itself is pretty much implemented, the remaining bits merged with #11