Alex Andres
Alex Andres
Hi @rnett, I will add this to the next release!
I will add this codec to the PeerConnectionFactory when the WebRTC code supports it. Currently there is a h265 bitstream parser but no encoder/decoder. ## H.265/HEVC Browser Support - Chrome/Chromium...
To be brief: Browsers use the native WebRTC stack under the hood, adding their own implementations or extend the WebRTC stack, like with the H.265 codec. The support of WebRTC...
Hi, I'm currently working on the next release with a more recent version of WebRTC. They have this method for desktop capture: ``` // Sets max frame rate for the...
Just tested this with the `DesktopCapturer`. The set frame rate seems to be respected. I get every ~17ms (60 fps) a frame. Still have to test with the `VideoTrack`.
``` dev.onvoid.webrtc webrtc-java 0.11.0-SNAPSHOT ```
> Any chance you can publish the 0.11.0-SNAPSHOT (at least the Windows "part") ? Below the Maven repository config to get the latest snapshot for all supported systems: ``` Central...
> Am I correct in assuming that it means Visual Studio 2019 before 0.11.0 and Visual Studio 2022 from now on ? Correct! I forgot that the README points to...
I am not sure if this will be implemented at all. The question is whether this is even possible as you have to deal with RTP as well. This library...