Sviatoslav

Results 8 comments of Sviatoslav

@humayoonsiddiqui did you manage this issue?

@BarrelOfTea I do everything as you wrote, but after some time of the application, for example, 4-5 minutes, I get in the logs `FrameQueue: Cannot add frame, queue is full`...

@alexeyvasilyev I understood what the problem was. Some streams send too many frames. One frame is small, another is large. A large frame takes about 100 milliseconds to process. During...

@BarrelOfTea I tried changing the resolution but it doesn't work. https://rtsp.stream/ here you can create a free account and there will be 2 streams. One is a cartoon that plays...

@BarrelOfTea I saw that, but that's clearly not the problem. I have already tried to change the code myself and fix the problem. But so far, I have made a...

@BarrelOfTea I'm working on playing a local stream where I need minimal latency.

``` TypeError: Cannot set properties of null (setting 'exports') https://cdn.jsdelivr.net/gh/ruimarinho/google-libphonenumber@b7fe84af9b553f0f2db765a6e20c27fa867a971d/dist/libphonenumber.min.js 7:87 https://cdn.jsdelivr.net/gh/ruimarinho/google-libphonenumber@b7fe84af9b553f0f2db765a6e20c27fa867a971d/dist/libphonenumber.min.js 7:330 TypeError: Cannot read properties of undefined (reading 'PhoneNumberUtil') packages/flutter_libphonenumber_web/flutter_libphonenumber_web.dart 73:44 getAllSupportedRegions dart-sdk/lib/_internal/js_dev_runtime/patch/async_patch.dart 45:50 ``` I got this...