webrtc-sdk / libwebrtc

A C++ wrapper for binary release, mainly used for flutter-webrtc desktop (windows, linux, embedded).
MIT License
378 stars 77 forks source link

Recommand to move all threads to rtc_peerconnection_factory #64

Closed xiaowei-guan closed 1 year ago

xiaowei-guan commented 1 year ago

https://github.com/webrtc-sdk/libwebrtc/blob/master/src/libwebrtc.cc#L12-L14

All threads are used in peerconnection_factory, It is easy to manage all the threads if move all threads to peerconnection_factory. we have a coredump issue that has to do with threads.https://github.com/flutter-tizen/plugins/issues/524

xiaowei-guan commented 1 year ago

71