Last Peony
Last Peony
same problem
Same error
I am using ionic and i couldnt import loading-bar too
``` var pattern:List = listOf(200,200) var notificationSound = RingtoneManager.getDefaultUri(RingtoneManager.TYPE_NOTIFICATION) .alerting("someKey") { vibrationPattern = pattern// Array defining the pattern sound = notificationSound// Uri to sound } ``` Doesnt work. i use...
related or same(?) https://github.com/ant-media/Ant-Media-Server/issues/4468
We had a discussion on this and decided to just merge https://github.com/ant-media/Plugins/pull/61 @USAMAWIZARD could you please check and add more details to this issue if its no sufficient for you?
The problem arises due to DTS overflow in SRT packets. After 24+ hours, this overflow manifests, causing incoming packet DTS values to become lower than the last received DTS. Consequently,...
To reproduce this at least 1 ABR should be added. If no ABR is added playback just doesnt work for all.(webrt-hls-dash) investigating
After analyzing, we discovered that the server isn't the issue; rather, the FLV file lacks correctly spaced keyframes. This might stem from the camera settings during the recording process. Consequently,...
Implementation: https://github.com/ant-media/WebRTC-Android-SDK/pull/59