-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SrtSharp for .net7 and Android? #6
Comments
Thank you for showing interest in using the SRT wrapper. I'd like to mention that .NET Standard is designed to be compatible across different .NET implementations. According to the MSDN documentation, .NET Standard 2.0 is compatible with .NET 7 and .NET 7-Android. Given this compatibility, may I ask why you would need a separate platform-specific compilation? |
Oh, I was thinking that I needed to create a .net7 compiled and other for android to provide the .so and .dll on each plafform. But if that's not needed then sorry I'll have a look :) |
I see. First of all, .NET Standard is indeed compatible with .NET 7 Android. However, Currently, we are building this package internally using our CI pipelines. We are not actively developing for the Android platform at the moment. I will look into the feasibility of adding support for another platform, but the probability is quite low at this time. |
I am planning to use SRT and your wrapper would be very useful, the problem is that's just compiled for .net standard 2.0. Could you please compile it for .net7 and .net7-android?
If you've plans on opensourcing the wrapper I am more than happy to contribute.
The text was updated successfully, but these errors were encountered: