Aaron Clauson

Results 259 comments of Aaron Clauson

If you do `dotnet run` on this [WebRTC MP4 demo](https://github.com/sipsorcery-org/sipsorcery/tree/master/examples/WebRTCExamples/WebRTCMp4Source) do you get that exception?

On my machine: ``` WebRTC Receive Demo [22:15:10 INF] FFmpeg binaries found in system path at: C:\Users\AaronClauson\AppData\Local\Microsoft\WinGet\Packages\Gyan.FFmpeg.Shared_Microsoft.Winget.Source_8wekyb3d8bbwe\ffmpeg-7.0-full_build-shared\bin [22:15:10 INF] FFmpeg version info: 7.0-full_build-www.gyan.dev Starting web socket server... Waiting for web...

Thanks for the PR. it does look like a big improvement. Along the same lines as @ha-ves would it be possible to have this somehow opt-in for a bedding in...

Thanks for the PR! There seems to be a build failure in the latest commit. ```` Severity Code Description Project File Line Suppression State Details Error (active) CS0535 'SrtpTransformer' does...

Thanks, build is good now. There are 4 unit test failures which I suspect are related to a new bug. The test all pass on he master branch. ![image](https://github.com/user-attachments/assets/71d7ffad-1dd7-4b89-9973-befae4d68902)

@weltmeyer I've opened a PR in #1212 to revert this PR as it's causing corruption on audio streams. The easiest was to replicate the issue is to use the SIP...

> However, I cannot make the consoles connect to this example, What do you mean by connecting consoles? There's nowhere you need to manually enter SDP. The way the example...

Feel free to re-open if any further info.

@ha-ves it takes a bit of mental gymnastics to work out how TCP TURN is meant to work for WebRTC. I think this statement from the [Transports for WebRTC](https://datatracker.ietf.org/doc/html/rfc8835#section-3.4) best...