Azure / DotNetty

DotNetty project – a port of netty, event-driven asynchronous network application framework
Other
4.09k stars 977 forks source link

Noob question: Can we playback video in MediaElement via Netty #227

Closed samdubey closed 7 years ago

samdubey commented 7 years ago

I want to playback video in MediaElement but via MemoryStream in chunks can i use DotNetty for the same?

nayato commented 7 years ago

DotNetty is a networking framework. It's what you might use to back your own stream implementation that deals with stream packets over the network.