Replies: 3 comments 1 reply
-
|
If you want get video and video from the library and send it to a webrtc library you can do a class like RtmpStream replacing RtmpClient with your webrtc library |
Beta Was this translation helpful? Give feedback.
-
|
Hi @pedroSG94 Could you please help me understand what I might be doing wrong? WebRtcSessionManager & LiveViewModel LiveActivity Modified GlStreamInterface.kt // Timestamp fix in the draw() method |
Beta Was this translation helpful? Give feedback.
-
|
It is really difficult yo say only with the code. I don't know what is supposed to the onFrame in your webrtc library but if it is similar to onFrameAvailable of a SurfaceTexture and you never receive the callback. Try add this callback (onFrameAvailable) to your webrtc SurfaceTexture manually to discard problems inside the library and know if the surfacetexture is correctly renderer. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I’m using RootEncoder and I’d like to forward video frames to WebRTC.
Is there any existing API or recommended approach to do this?
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions