-
-
Notifications
You must be signed in to change notification settings - Fork 27
Proxy And Buffering
SenexCrenshaw edited this page Jun 2, 2023
·
1 revision
StreamMaster has a lightning-fast memory-only buffering system that enables several advanced features:
- All in RAM circular buffering system
- Each backend stream gets its on buffer with logging
- Clients connecting in will use the same buffer if that particular URL is streaming already. This means one connection to the backend while providing multiple client connections.
- Stream failover handling - Multiple streams can be added to a single stream to allow for failover. You can lump multiple streams for the same channel into one extended stream for great realiability. More methods are in development!
- None - Redirect client to the original URL. No buffering or extended streaming is possible.
- StreamMaster - has a very fast buffering system. Setting the proxy to
StreamMaster
will utilize this buffer mechanism and allow for advanced functionality.