josephnhtam / live-streaming-server-net

A .NET implementation of RTMP live streaming server, supporting HTTP-FLV, WebSocket-FLV, HLS, Kubernetes, cloud storage services integration and more.
https://josephnhtam.github.io/live-streaming-server-net/
MIT License
120 stars 19 forks source link

handle multiple live streaming data #67

Open ntuchenxy opened 7 hours ago

ntuchenxy commented 7 hours ago

I want to handle multiple live streaming data, should i start multiple live streaming server or create multiple stream addresses? how I should write the code?

josephnhtam commented 7 hours ago

Hi @ntuchenxy Multiple streams of different paths can be published to a single live streaming server.