Hangs on loading stream #370

Closed
opened 2023-07-26 06:37:54 -04:00 by Volodymyr-13 · 2 comments
Volodymyr-13 commented 2023-07-26 06:37:54 -04:00 (Migrated from github.com)

Describe
Double click on any next radio in playlist causes hang of the UI.

Steps to reproduce the behavior:

  1. Have a playlist with radio streams
  2. Double click any
  3. Try to access UI right after that
  4. Notice UI is not responding, lags.

Expected behavior
Load streams in the background.

Screenshots

On this video I'm trying to play and then move window a bit, by lick and drag. As you can see it lags.

https://www.youtube.com/watch?v=ad_njIhpSQM

Version information:*

  • macOS version: 13.5
  • Cog version: 2794 (2794-gf642a066f)
**Describe** Double click on any next radio in playlist causes hang of the UI. Steps to reproduce the behavior: 1. Have a playlist with radio streams 2. Double click any 3. Try to access UI right after that 4. Notice UI is not responding, lags. **Expected behavior** Load streams in the background. **Screenshots** On this video I'm trying to play and then move window a bit, by lick and drag. As you can see it lags. https://www.youtube.com/watch?v=ad_njIhpSQM **Version information:*** - macOS version: 13.5 - Cog version: 2794 (2794-gf642a066f)
kode54 commented 2023-09-03 03:55:49 -03:00 (Migrated from github.com)

Playback is now started asynchronously, or at least, the player core is invoked in the background. Seeking is also performed in the background. All other playback actions remain synchronous.

Playback is now started asynchronously, or at least, the player core is invoked in the background. Seeking is also performed in the background. All other playback actions remain synchronous.
Volodymyr-13 commented 2023-09-03 16:12:08 -03:00 (Migrated from github.com)

Thanks, fixed.

Thanks, fixed.
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: chris/Cog#370
No description provided.