rdv0011 / WebRTCDemo

WebRTC demo with ReplayKit broadcast example
GNU General Public License v3.0
18 stars 8 forks source link

iOS: Unable to Broadcast Outside the App #2

Open Raj123456788 opened 4 years ago

Raj123456788 commented 4 years ago

Hello, Only works within the app. But does not able to capture outside the app to broadcast?

Raj123456788 commented 4 years ago

@rdv0011 : Can you please answer my question?I need to broadcast outside the app to apprtc. I am getting attempted to start broadcast an invalid broadcast session.

toseef31 commented 4 years ago

did you go success?

huoda1237 commented 3 years ago

@rdv0011 : Can you please answer my question?I need to broadcast outside the app to apprtc. I am getting attempted to start broadcast an invalid broadcast session.

直接调用pickview就可以了

rdv0011 commented 3 years ago

It is hard to tell something in particular. Last time I tried it worked. At the step it asked you a permission have you answered "yes"? Also what the app prints in the log?

rdv0011 commented 3 years ago

Also keep in mind that there is a limit in a an allowed memory amount: https://developer.apple.com/forums/thread/651367 You may also try to run an ReplayKit BroadcastExtension example: https://github.com/twilio/video-quickstart-ios/tree/master/ReplayKitExample to figure out if it works for you.