Sergio Garcia Murillo

Results 29 issues of Sergio Garcia Murillo

Implementation of cryptex as per https://github.com/juberti/cryptex Discussion: https://github.com/juberti/cryptex/issues/5

Not sure if it would be interesting for anyone, but I have been working on a websocket server mock up for making my life easier with unit testing: https://github.com/medooze/websocket-mockup If...

I have struggled for a couple of days in how to make the operators to work with input fields as the syntax is a bit awkward compared to the typical...

When filtering by sender or receiver, the stats selection algorithm is as follows: ``` - If selector is an RTCRtpSender, gather stats for and add the following objects to result:...

AFAIK there is no way to control the power line frequency of the video capture device to reduce the light flickering. The idea would be to add a new `powerLineFrequency`...

This PR adds the option for passing a callback as latest argument to pubsub methods as per #122 and the tests for the changes

The URI parser extracts the host part until a `/` or `:` is found, but if the url does not contain a path or port but it does have a...

This PR allows changing the peerconnection configuration before the ICE transport has been inited on sLD or sRD. This is needed in order to support setting the STUN/TURN servers received...

**Description** This adds HEVC support to obs-webrtc **Motivation and Context** Users wish to use HEVC **How Has This Been Tested?** Tested against Dolby Millicast service and Safari tech preview **Types...

New Feature