Broadcasting camera video content results in black screen when streaming on Restream.io #1083
Unanswered
Aniketbokre97
asked this question in
Q&A
Replies: 1 comment
-
ScreenCaptureSession uses the https://developer.apple.com/documentation/uikit/uiview/1622589-drawhierarchy method internally. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Im using Haishinkit library for live streaming using MTHKView
Im using this code for attach screen, rtmpStream.attachScreen(ScreenCaptureSession(viewToCapture: view))
Inside the main view, there is one camera view.
I have share the whole screen to the streaming server.
when i start streaming on Restream.io , the camera screen not visible .
Expected output : Stream view as same as iphone view.
Beta Was this translation helpful? Give feedback.
All reactions