BogdanovKirill / RtspClientSharp

Pure C# RTSP client for .NET Standard without external dependencies and with true async nature. I welcome contributions.
MIT License
713 stars 286 forks source link

Allow creating and passing in your own socket creators (needed for Android/iOS) #111

Open KthProg opened 3 years ago

KthProg commented 3 years ago

Now accepts an interface for a socket factory that can create sockets in whatever manner is needed.