C
C#4w ago
Fattouh

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
Jimmacle
Jimmacle4w ago
live streaming what exactly?
Lex Li
Lex Li4w ago
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
Unknown User4w ago
Message Not Public
Sign In & Join Server To View

Did you find this page helpful?