Mark Sergienko

Results 44 comments of Mark Sergienko

ok I tested on 2 devices: - Google Pixel 4 - Samsung Galaxy S21 This happens when there's any "packet loss" Frames just get discarded continiously: ``` 10-14 10:39:48.527 1894...

Thank you! This was extremely helpful! Now I was able to add to my custom bitrate adapter, if there are any dropped frames I immediately drop bitrate to the minumum...

Forgot to mention this was com.github.pedroSG94.rtmp-rtsp-stream-client-java:rtplibrary:2.2.4 If the problem is fixed in 2.2.8 feel free to close.

No way to reproduce unfortunately, but I can introduce more logging to catch it. Any ideas where it could happen? Is it possible it happens in some "catch" and microphone...

Can we release a new version if anything was fixed? Having trouble with adding master branch via implementation in gradle /jitpack.

The issue is happening when the audio and video timestamps are starting from the different start timestamp. This is valid, however the nginx-rtmp library hls splitter does not account for...

Apparently here's what happened: Swipe to left to other app => app goes to background => sessionWasInterrupted => stop recording While my app was in background, sessionInterruptionEnded called => started...

Had the same issue. renaming exec => exec_push in nginx.conf helped. Works in nginx 1.15.1

Thanks @oscb I end up using a workaround by sending iOS events to javascript side. This example doesn't support attributes, but you can add them: ``` import { DeviceEventEmitter, NativeEventEmitter,...

Any workarounds to this? Currently not able to sign in to created instances at all. It requires password even though I've added pub key to ~/.ssh/authorized_keys and added SSH key...