pod_player icon indicating copy to clipboard operation
pod_player copied to clipboard

Support play video from byte or `Uint8List`

Open mbfakourii opened this issue 1 year ago • 3 comments

I suggest to add Play Video through bytes or Uint8List.

mbfakourii avatar Mar 12 '24 06:03 mbfakourii

cc @newtaDev

mbfakourii avatar Mar 12 '24 06:03 mbfakourii

You can use PlayVideoFrom.file() to play from Uint8List

newtaDev avatar Mar 19 '24 06:03 newtaDev

You can use PlayVideoFrom.file() to play from Uint8List

PlayVideoFrom.file() function only takes File. As you know, we cannot use File on the flutter web and we only have to use Uint8List !

mbfakourii avatar Mar 19 '24 08:03 mbfakourii