webrtc-java
webrtc-java copied to clipboard
How to set video frame captuer?
Is there a way to create a video track where frames are passed in via a captureFrame method?
@SeanMooneySavari You can use VideoCapture.setVideoSink and you will the onVideoFrame event.
Once you receive the frame, I haven't figured out what to do with it. Have you worked this out? Or, are interested in collaborating on the solution?
Streaming a file is not supported yet, but will be possible in the near future. For upcoming progress see https://github.com/devopvoid/webrtc-java/issues/87