Terricide
Terricide
I have yet to find one. I was thinking about starting one using WebSocketHelper as a base.
I dont know if you have a budget but wisej would be a possible way to port a winforms app to the web
Ive used websocketsharp with good success on some of my projects.
I'm not sure about integration with iis though. I've only used it as a standalone webserver.
fingerx You can follow my pull request where I added sending and receiving binary data if you want to add more api's https://github.com/radioman/WebRtc.NET/pull/33/commits/91d672ac59b55e462ad59d850d60802368bcfcda
I might have fixed this issue. I took the Spitfire port and the fixes radioman made in the staging branch and I think I've got it working pretty good. https://github.com/Terricide/spitfire
From your staging branch Windows 7 x86 was working pretty well. However x64 wasn't working at all. I had to add SetDllDirectory to the temp location where WebRTCNative.dll was copied...
This looks like a good pull request. I'm excited for this project
Here is a screen recoder project as an example. [screenrecoder.zip](https://github.com/sipsorcery-org/sipsorcery/files/8817756/screenrecoder.zip)
The test I ran was I believe was encoding h264 to an mp4 file. It was a bit slow in debug mode, taking 200-300 ms per frame at 1920x1080. I'm...