chance-nelson / SnowStorm

easy-to-use audio streamer, with a restful api
MIT License
5 stars 8 forks source link

Add Lazy-loading of the stream process #22

Closed chance-nelson closed 4 years ago

chance-nelson commented 4 years ago

The processes spawned to parse and keep track of the current stream are now dynamically controlled, allowing the processes to be killed when there are no viewers. This should save cpu time when the stream is idle.