radioman/WebRtc.NET

Project Alive?

SyntaxWarrior opened this issue · 7 comments

Hello!
I've downloaded the sampels and gotten them to work.
Now Im having some trouble with the application crashing on connection close (#73).

I then started looking at the issues and it seems none have been answered by the author this year and the last commit was 18 Mar 2017.

I take it this project is dead?

I really hope its not, this is the best (only?) project to get WebRTC working in C# as far as I can find.

I'll make an update some day...

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

thanks!, not much luck for me though.. ;/

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 to.

Only issue with spitfire is that it doesn't support audio/video. I have no issue running win8/10 but cannot get both peers connected using .NET, seems to be OnOfferReply. Has anyone made any progress getting both peers using .NET talking audio/video? @radioman @Terricide ?

There are many questions related to webRTC binaries update like #91, #96, #77, #76

@radioman It would be nice to have README updated to give hints, proper links for the matter.

As time goes (and newer version of WebRTC code come),
something may break.
It would be nice to have wiki page hear with tracks on what version this project is known to work.