Florent Castelli

Results 56 comments of Florent Castelli

I checked your repository and it will create a change every day even if the data has not changed. Also, the data fetched with the script is unstable and could...

It will probably be ok to check every day, or whenever the action is triggered manually. I don't think this requires a change of deployment/actions but will probably require a...

The computed macro that fails ends up being: ``` /ac "Muscle Memory" /ac "Basic Touch" /ac "Standard Touch" /ac "Waste Not" /ac "Careful Synthesis" /ac "Basic Touch" /ac "Standard Touch"...

We may not want to have a single value, but a few more to describe how the change is done. While some resolutions are standard and we usually can recognise...

Also, what happens if the track is smaller than the requested resolution? Should the aspect ratio be changed to match the requested resolution's ratio? So is it a min value,...

@aboba Can we add this to the grab bag in the January interim please?

While it could be used as a way to prioritize resources when you have multiple streams, it's not just that as you may decide that a single stream still needs...

That would be nice, but you should probably make a new issue to have discussion there.

We do also have an issue I noticed as the send() algorithm needs to access the underlying RTCSctpTransport during the send algorithm to check for maxMessageSize and I'm not sure...

`getCapabilities()` output can also be used with `setCodecPreferences()`. Replacing a single API call with a complicated series of calls to MediaCapabilities seems like a usability regression.