-
Notifications
You must be signed in to change notification settings - Fork 5
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
ios 15 now support PIP, did u tried with this project? #11
Comments
|
thanks bro, im stuck in converting buffer into AVSampleBufferDisplayLayer, waiting for your help now |
that's not good point: You need register your app with Apple to get Multitasking's certificate that using for PIP Call, that's so bad. You can see the doc here https://developer.apple.com/documentation/bundleresources/entitlements/com_apple_developer_avfoundation_multitasking-camera-access |
Yes, I saw those requirements, I did make a request earlier, wait for Apple to approve... |
ok, hope you get this PIP feature in demo <3 |
@fukemy Hi, recently I have a urgent task to finish, so I will try my best to do this after my task is done. |
dont worry, we have time, i can wait, if you have any ideal u can post here |
Any updates? |
hi, i have new ideal based on PiPKit |
sorry for no response for a long time @fukemy can you try the latest main brach? |
hi, welcome back @Meonardo, could u provide me what's new in lasted main branch? |
I add the PiP mode support, but it only work when the videoroom configures h.264 codec, I am not sure what problem is, still working on it... |
ok, i can convert codec to VP8 from IOS to test, i will try if i have free times, thanks
|
kDownScaledFrameWidth and kDownScaledFrameHeight were calculated based on MEMORY problem( special to VP8) |
I didnt mean the screen capturer, Its about render the pixel buff in |
hi Meonardo, i just found big problem. The camera stopped right after app go background, Im so sad, but I think this current way can not work, because we can not do anything when camera stopped capture About information: When app still active then PIP active, all work good(below picture is the "Hi" action for you) But when app go to background the camera stopped, may be it's the WebRTC rule |
I think the problem is not have multitasking camera access profile from Apple. May I will tried to register again |
Hi back! |
hi, i read the doc about PIP for video call, but i can not done it alone, i feel so hard to me, so I want to ask did you want to make PIP mode for videocall?
https://developer.apple.com/documentation/avkit/adopting_picture_in_picture_for_video_calls?changes=_1
The text was updated successfully, but these errors were encountered: