Dispatcharr/apps/proxy/ts_proxy
2025-07-28 21:40:29 -05:00
..
services Save stream stats to database. 2025-07-28 21:40:29 -05:00
__init__.py centralized and lazy-loaded redis client singleton, check for manage.py commands so we don't init proxyservers (redis connection), put manage commmands before starting uwsgi 2025-04-04 16:18:12 -04:00
apps.py centralized and lazy-loaded redis client singleton, check for manage.py commands so we don't init proxyservers (redis connection), put manage commmands before starting uwsgi 2025-04-04 16:18:12 -04:00
channel_status.py Add stream type to stats page. 2025-06-10 10:10:05 -05:00
client_manager.py Fixes a bug where heartbeat thread will exit if channel is in shutdown delay. 2025-06-13 10:27:51 -05:00
config_helper.py Pull settings from database 2025-06-12 15:42:26 -05:00
constants.py Rename FFMPEG_BITRATE to FFMPEG_OUTPUT_BITRATE for clarity. 2025-06-18 17:10:08 -05:00
redis_keys.py Added client speed statistics to client metadata in redis. 2025-03-21 19:59:54 -05:00
server.py Check for any state to detmine if channel is running. 2025-07-01 10:57:07 -05:00
stream_buffer.py Finding more timers that can be converted to gevents. 2025-05-01 10:43:07 -05:00
stream_generator.py Fixes bug where mulitiple channel initializations can occur which leads to choppy streams and zombie channels. 2025-05-27 19:05:26 -05:00
stream_manager.py Save stream stats to database. 2025-07-28 21:40:29 -05:00
url_utils.py Don't count currently used profile in used connections. 2025-06-17 15:51:03 -05:00
urls.py Added ability to send a next stream command. 2025-03-27 20:49:24 -05:00
utils.py Improved logging to include current component name. 2025-03-22 07:42:46 -05:00
views.py Check for any state to detmine if channel is running. 2025-07-01 10:57:07 -05:00