Slow stream initialization on Serienstream sources #1
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
When selecting a stream from Serienstream, playback takes an unusually long time to start.
Steps to reproduce:
Open addon
Navigate to a series
Select a stream (Serienstream)
Wait for playback
Expected behavior:
Stream should start within a few seconds.
Actual behavior:
Stream takes a long time to initialize before playback begins.
Possible causes:
Slow resolver / scraping
Blocking requests
Missing caching layer
Suggestions:
Add request timeout handling
Implement caching for resolved links
Parallelize provider requests