Ahmet Uzun

Results 20 comments of Ahmet Uzun

Thanks for thinking of the Windows users. :))

I did `pip install git+https://github.com/smacke/subsync` and then retried with mkv file. It took some time to start extracting speech segments but voila! ``` subsync x.mkv -i i.srt -o o.srt INFO:subsync.subsync:extracting...

I have the exact same problem on a Mi Android TV (Android 9) setup. I also tested it with an emulator using @raytiley 's proposed version and settings and I...

I extended the sample above with video_player plugin and it has the same behaviour as better_player: ```dart import 'dart:developer'; import 'package:better_player/better_player.dart'; import 'package:flutter/material.dart'; import 'package:video_player/video_player.dart'; void main() { runApp(const MyApp());...

Similar issues have been reported for video_player like the one below: https://github.com/flutter/flutter/issues/46460#issue-534504607

There is a fix for this problem on master channel: https://github.com/flutter/engine/pull/24888 I tested this commit (Flutter channel master 3.1.0-0.0.pre.2125) with my TV player application. Although compilation gave some errors complaining...

Did you copy openssl header files into openssl include folder?

Windows support would be great!

I made a similar test with inmemory and ssd storage providers and confirm that last: n parameter ignores the ttl for inmemory provider. However it works as expected for ssd...

Is this an issue for all versions or just the latest commits?