Reputation: 41
I'm using native WebRTC source code (branch M62). Is it possible to pass already encoded frames (H264/VP8) directly to transport layers - in other words - how to skip the encoder ?
I know, that was possible in earlier WebRTC versions/branches - it was enough to send enecoded frames from VideoCapturer instance to MediaEngine class. It seems that in M62 it is much more complex.
Thanks for yours answers/suggestions.
Upvotes: 3
Views: 1009