fukemy

Results 258 issues of fukemy

Hi, as captured by camera i got url: ``` /storage/emulated/0/DCIM/20200903_141442516_d95d8d7d37a5f1e686baf8a6682cc1f0.jpg ``` im using picasso to load, but the error return: ``` E/PICASSO: Unrecognized type of request: Request{/storage/emulated/0/DCIM/20200903_141442516_d95d8d7d37a5f1e686baf8a6682cc1f0.jpg resize(480,480) centerCrop} ```...

hello, today i found sometime my app crash, after check log with "No filter" in Android Studio, i found this error log: ``` 2020-12-23 17:19:28.761 11058-12034/com.civix.link E/rtc: # # Fatal...

hello, i saw your codec support is vp8, vp9, h264. But these lines of code do nothings? ``` preferredVideoCodec = VIDEO_CODEC_VP8; if (peerConnectionParameters.videoCodec != null) { if (peerConnectionParameters.videoCodec.equals(VIDEO_CODEC_VP9)) { preferredVideoCodec...

Hi. When i run app, i just see my camera video, can not see video from janus video room, in log i saw this ` Peerconnection error: Failed to create...

hi, first thanks for great lib, my project is running with your base code well for > 1 years, now i need to implement screen share( done in android). In...

hello i'm implemented blury with bottomsheetdialogframent but the result not the same as expected. Here is my code: ``` override fun onViewCreated(view: View, savedInstanceState: Bundle?) { super.onViewCreated(view, savedInstanceState) blurView.post {...

hi, i used your lib and found this log in logcat ``` 2021-03-08 15:47:21.108 3244-3967/ E/AppUpdater: App wasn't found in the provided source. Is it published? 2021-03-08 15:47:21.108 3244-3967//Update: 0.0.0.0...

hi, i found your lib great, but i only wan to display gif from my resource(raw folder), did u provide way to do it? Thanks

hi, did u support some animation like telegram did: https://miro.medium.com/max/271/1*JKZ-OapISQlTMhX8Y-VmcA.gif