Dispatcharr/apps/proxy
SergeantPanda 6ccc2b9a6d Enhance stream retrieval process with error handling and retry logic
- Updated `get_stream` method to return error reasons for better debugging.
- Improved `generate_stream_url` to handle errors and log specific issues.
- Implemented retry mechanism in `stream_ts` view for obtaining streams with exponential backoff.
- Added new configuration options for connection timeout and retry intervals.
2025-04-10 08:38:53 -05:00
..
hls_proxy Fixes clients not disconnecting. 2025-03-04 11:08:12 -06:00
management/commands Initial integration. 2025-03-03 18:40:30 -06:00
ts_proxy Enhance stream retrieval process with error handling and retry logic 2025-04-10 08:38:53 -05:00
__init__.py Initial integration. 2025-03-03 18:40:30 -06: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
config.py Enhance stream retrieval process with error handling and retry logic 2025-04-10 08:38:53 -05:00
signals.py Initial integration. 2025-03-03 18:40:30 -06:00
tasks.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
urls.py Updated urls and views to allow for initializing the channels. 2025-03-04 10:13:54 -06:00
views.py Initial integration. 2025-03-03 18:40:30 -06:00