mirror of https://github.com/ekimekim/wubloader
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
0895ce44ff
Flask sends a chunked response with one chunk per item yielded. This adds a lot of overhead per yielded item. We avoid this by collecting the lines of the media playlist into larger chunks and only flushing once every 1000 segments. For small playlists this means they'll be emitted as one chunk, but for large playlists we still get the streaming behaviour. |
7 months ago | |
---|---|---|
.. | ||
restreamer | 7 months ago | |
Dockerfile | 1 year ago | |
setup.py | 1 year ago |