Add parallel loading for fetching stream links from provider #65

Closed
opened 2025-08-31 08:00:52 +00:00 by salman731 · 1 comment
salman731 commented 2025-08-31 08:00:52 +00:00 (Migrated from github.com)

I am facing a wait issue in which when I click play button it starts fetching stream links from provider but it is fetching in series not at same time.It will be great if you add parallel loading streaming links. It will reduce loading time.

I am facing a wait issue in which when I click play button it starts fetching stream links from provider but it is fetching in series not at same time.It will be great if you add parallel loading streaming links. It will reduce loading time.
tapframe commented 2025-09-13 05:54:45 +00:00 (Migrated from github.com)

I am facing a wait issue in which when I click play button it starts fetching stream links from provider but it is fetching in series not at same time.It will be great if you add parallel loading streaming links. It will reduce loading time.

Providers are already following promise.all for parallel fetching.

> I am facing a wait issue in which when I click play button it starts fetching stream links from provider but it is fetching in series not at same time.It will be great if you add parallel loading streaming links. It will reduce loading time. Providers are already following promise.all for parallel fetching.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: Creepso/NuvioStreaming_backup_24-10-25#65
No description provided.