Best Practices for Implementing Live Streaming in .NET
What are the best practices for implementing live streaming in .NET? I’ve heard that using SignalR isn’t ideal, but I couldn’t find a clear answer on the recommended approach.
3 Replies
live streaming what exactly?
Live streaming of video/audio has very specific high performance network protocols, so you should stream contents over them. If you use search engines to learn those protocols first, it shouldn't be too difficult to figure out how to integrate with your .NET web aps. SignalR clearly isn't designed for that purpose.
Unknown User•4w ago
Message Not Public
Sign In & Join Server To View