shogo4405 / HaishinKit.dart

Camera and Microphone streaming library via RTMP for Flutter.
https://pub.dev/packages/haishin_kit
BSD 3-Clause "New" or "Revised" License
32 stars 20 forks source link

Why after disposing streams mobile app freezed for 5-10 seconds ? #57

Closed Hellomik2002 closed 7 months ago

Hellomik2002 commented 7 months ago

Describe the bug

I start the stream, but It works fine but when I stop stream and dispose it I can do nothing with app during 5-10 seconds

To Reproduce

Launch example And dispose it(with stoping rtmp connection and stream)

Expected behavior

Close it in another stream

Version

0.13.0

Smartphone info.

No response

Additional context

No response

Screenshots

No response

Relevant log output

No response

shogo4405 commented 7 months ago

dispose is a method for disposing of instances, so there is a cost to restart. Please try close instead.