Skip to content
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

Open
sukney opened this issue Sep 18, 2018 · 7 comments
Open

migrate to. NET core #3

sukney opened this issue Sep 18, 2018 · 7 comments

Comments

@sukney
Copy link

sukney commented Sep 18, 2018

Are you planning to migrate to. NET core?

@a1q123456
Copy link
Owner

that is a good suggestion, i'll begin to migrate to dotnet core recently

@eaba
Copy link

eaba commented Oct 26, 2018

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

@a1q123456
Copy link
Owner

a1q123456 commented Jul 30, 2019

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.
and sorry, I have no knowledge of akka library, but vod feature will be added to this project soon

@eaba
Copy link

eaba commented Aug 12, 2019

Thanks @a1q123456
Does this support stream key and authentication and multi-tenancy?
And can I publish using OBS?

@a1q123456
Copy link
Owner

Thanks @a1q123456
Does this support stream key and authentication and multi-tenancy?
And can I publish using OBS?

I didn't tested with obs, but it supports rtmp standard, so I guess it'll works.
for authentication, you can extend LivingController and add you own authentication logic

@eaba
Copy link

eaba commented Aug 17, 2019

Ok....I guess the usual [Authorize] from asp.net core should work?

@a1q123456
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants