-
Notifications
You must be signed in to change notification settings - Fork 695
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
6.0.0-beta-24 no "early media" Option #2301
Comments
To clarify (after reading: #2198) I mean early media send by the caller to my LinphoneAndroid Phone. Maybe it would work in v5 even without activating "early media" option? However, early media send by the CALLER to my Linphone Android works in V5 and doesnt in V6 |
Checked V5 again. Early media from caller to LinphoneAndroid only works if "early media" Option is aktivated in Linphone |
Hi @fseebach, Indeed the early-media setting is mandatory for the Android client to answer 183 instead of 180. Cheers, |
nice to hear that. Will you Update this issue when theres an RC with early media enabled? Would love to test it as soon as possible. Or is there any other way to track progress of V6? |
Yes, I'll close this issue when the feature will be implemented. |
@fseebach I've added the setting in branch |
@Viish cannot find the branch feature/accept_early_media_setting |
Hey @Viish Debug Log: https://pastebin.com/75gxfnXr (expires in 24 hours) As soon as i answer the Call, video is working as expected. |
Looks even worse. Sometimes if i answer the call Video is not Starting, all buttons are locked and i have to force kill the app. Tried multiple times with Early Media on and off. |
I can reproduce the freeze: It does NOT happen if i answer the call from the notification directly. If first click the Notification (to see early media), wait there for an extended period of time (i guess more than 5 seconds) and answer the call => all buttons are frozen and i have to kill the app. if i click the notification and immediatly answer the call on the next screen => NO freeze |
Commit ID |
great... works as expected now! video shows, no crash! One little thing left: Theres an overlay over the video (the circle with a letter inside and the caller id below). I guess that should be moved somewhere else if video is enabled. |
sorry... ui still freezes if i wait long enough at the video preview. Will attach logs |
Logs: https://pastebin.com/gJRm4YMa (expires in 24h) I truncated the log because it gets realy big.. the error is constantly repeated: 2025-01-08 15:30:09:581 [org.linphone/mediastreamer] ERROR [TextureView Display][Filter=0xb400006e592f6d30] eglSwapBuffers failure for windowId 0x5806: 0 |
Indeed something very wrong is happening (I don't reproduce it all the time). |
@Viish |
im sorry... still got the case that after accepting the call no video is shown and i cannot click the hang up button... |
Yes I'm aware this issue still happens, that's why I haven't merged it yet. |
Hi @fseebach, I just fixed the deadlock on the Cheers, |
I'll do a few more tests and then merge the branch into master. |
@Viish |
I'll push a new beta this afternoon, so it should be available in a day or two. |
I tried 6.0.0-beta-24 because of 2151.
The issue from 2151 is fixed. Great.
But im facing a new Problem in beta-24.
In Linphone-Android 5 i could activate Early Media and it worked great in my Setup.
In beta-24 there is no "early media" option to activate. Should this work out of the Box? Or is early media not implemented in v6? Will it be implemented?
The text was updated successfully, but these errors were encountered: