Asher Aber

Results 5 comments of Asher Aber
trafficstars

Not at the moment. So far I tested only on x86 HW and MacOS for x86. I have an ARM based Mac and I can check what AWS can offer...

I removed the kubuntu 18.04.1 docker.io version of docker and installed docker-ce 18.09.0 Problem went away.

I had this issue with the /config API and once I moved to the official token API the progressive issue was resolved. If your app presents videos from multiple Vimeo...

I'm using https://pub.dev/packages/pod_player in my Flutter app.

Use this snip to play the URL you get from the API: ``` void initState() { controller = PodPlayerController( playVideoFrom: PlayVideoFrom.vimeo(widget.vimeoID), podPlayerConfig: PodPlayerConfig( videoQualityPriority: [360, 720, 1080], forcedVideoFocus: true)) ..initialise();...