-
Notifications
You must be signed in to change notification settings - Fork 71
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
migrate to. NET core #3
Comments
that is a good suggestion, i'll begin to migrate to dotnet core recently |
Hi @a1q123456 I love what you have done here and I say thank you! Comapring this with yours, I see that there are a lot of difference and I found it hard understanding how you built the server and the ws client on it. Can you update your fork? Can you separate your code from the fork so that we can understand how you did this in case we need to implement a different type of server and clients? Can you guide me on how you think I can create a server and a client based on akka.net? And lastly can video-on-demand server be achieved using RTMP? Thanks |
Hi, I've rewrite everything about rtmp-sharp and optimized support for amf3 encoding. so I guess I there is no need to merge code from upstream now. |
Thanks @a1q123456 |
I didn't tested with obs, but it supports rtmp standard, so I guess it'll works. |
Ok....I guess the usual [Authorize] from asp.net core should work? |
sad, the asp.net core's [Authorize] may not work. but [Authorize] is a good idea, I'll think about it |
Are you planning to migrate to. NET core?
The text was updated successfully, but these errors were encountered: