Redwan Sharafat Kabir

Results 8 issues of Redwan Sharafat Kabir

Can I use G729 Audio codec instead of G711 ?

enhancement

I am trying to use Animated text as filter. But app is crashing. Text animation code: textView.ellipsize = TextUtils.TruncateAt.MARQUEE textView.isSelected = true textView.isSingleLine = true I am using this textview...

I am trying to upload multiple filters including images, gifs and viewFilters. But I am able to move only the last uploaded filter. During live streaming I need to edit,...

Getting multiple errors: Caused by: org.gradle.api.internal.artifacts.ivyservice.DefaultLenientConfiguration$ArtifactResolveException: Could not resolve all files for configuration ':app:debugRuntimeClasspath'. Caused by: org.gradle.internal.resolve.ModuleVersionNotFoundException: Could not find com.serenegiant:common:2.12.5. Hot to build it?

I am trying to run the app on Android 13. But getting this error when build. Error: Unable to load class 'org.gradle.api.publication.maven.internal.MavenPomMetaInfoProvider'. This is an unexpected error. Please file a...

App crashes when I connect to USB device. Getting error: **java.lang.SecurityException: User has not given 10678/com.hsj.camera.sample permission to access device /dev/bus/usb/001/002 Caused by: android.os.RemoteException: Remote stack trace: at com.android.server.usb.UsbUserPermissionManager.checkPermission(UsbUserPermissionManager.java:678)**

I am streaming in a URL that only allows one stream. But if the internet disconnects the stream from the Application side, stops. And streaming on the URL also stops....

I am using RtpService for camera streaming in Android Kotlin Application. The service was perfect and was working in background even the device is switched off. But now It's not...