Quang L.

Results 13 comments of Quang L.

I think in some situation, we need the loading image from memory cache rather than archieving from the disk because that makes an impressive performance.

This is a cool lib and most of all, I love your active supporting @simolus3 . Thank you so much.

Could you make a pull request ? @kirilltitov

Yes I think this is a good idea. Could you support VFL?

try this @CrazyGoose _fastCamera.interfaceRotatesWithOrientation = NO;

Yes, that delegate. Media format: Download Audio Format: m4a Audio: Stereo, 44.1 KHz 128 Kbps Audio Format: AAC [DASH audio] Playing audio code: self.hysteriaPlayer.removeAllItems() self.items.removeAll() self.items.append(audioURL) self.hysteriaPlayer.fetchAndPlayPlayerItem(0)

I found that hysteriaPlayerCurrentItemPreloaded get called 2 times when using the youtube link decoded. While with another service, only 1 time. That causes the problem.

@han9over : yes, so far I had to make a timer to compare and decide when should the video stopped. But think it's a litte bit hacking.

Updated: I have found some workarounds on this issue: ``` Add analyzer: 0.39.14 In pubspec Add parameter --enable-experiment=non-nullable ```