zhangbaolin / flutter_video

flutter_video
MIT License
26 stars 3 forks source link

Play from memory data #2

Open dream-1ab opened 4 years ago

dream-1ab commented 4 years ago

now I'm making a movies app using flutter, I want to encode/decode movie segments in memory using my own algorithm and play it with video_player plugin, but I can't find like 'VideoPlayerController.memory' method.

now video_player supported only play from asset, local file, network, it's not provide play video from memory source (UInt8List, List...) I have some Android kotlin development experience and server side development with kotlin etc, but I have no any IOS/macOS development experience with obj-c/Swift and I have no any apple development environment (macOS, Ios devices), can possible to provide play movie from memory source (e.g. UInt8List) as will? thank you.

zhangbaolin commented 4 years ago

iOS上面可以播放 但是虚拟机上面只有声音没有图像 需要再真机上面进行测试