muslimtv / flutter_playout

AV Playout in Flutter
BSD 3-Clause "New" or "Revised" License
152 stars 94 forks source link

Play media from user data resource #99

Open lemkoleg opened 1 year ago

lemkoleg commented 1 year ago

Hello. I have a ready-made kotlin MPP library that implements a binary download of any parts of a file from a server not using REST technology. Accordingly, my player must be able to use user data resources, not URLs. Is it possible to implement this in your package? Something like this: if there was no data in the player's buffer, the player would call the user function to get the next piece of data. In my opinion, as in AVPlayer and ExoPlayer and MediaPlayer by themselves provide such an opportunity.