gshotwell / shambhala_app_issues

A public repository for discussion about Shambhala App issues and new features
1 stars 0 forks source link

Session - delay in loading #44

Closed chrismorel closed 7 years ago

chrismorel commented 7 years ago

When selecting a saved session, there is a noticeable delay in loading the session.

It can take between 5 to 15 seconds, even for sessions with talks that are only several minutes long. I don't remember this type of delay before (in earlier versions).

gshotwell commented 7 years ago

This is expected, I needed to change the sound playing module because the one which allows streaming doesn't allow the sound to start playing in the background. So I need to preload the file and spin the player.

chrismorel commented 7 years ago

I wonder if this type of delay will be a significant issue (bother) for users.

gshotwell commented 7 years ago

If you can find a solution I'm all ears

On Fri, Apr 14, 2017, 4:24 PM chrismorel notifications@github.com wrote:

I wonder if this type of delay will be a significant issue (bother) for users.

— You are receiving this because you modified the open/close state.

Reply to this email directly, view it on GitHub https://github.com/GShotwell/shambhala_app_issues/issues/44#issuecomment-294219193, or mute the thread https://github.com/notifications/unsubscribe-auth/AIBvlN9pxyhavz0wotBTfiNQC8t0RrQdks5rv8f7gaJpZM4M9-cF .

gshotwell commented 7 years ago

Long term I would like to have a download handler, but don't want to spend the time on that now

On Fri, Apr 14, 2017, 4:28 PM Gordon Shotwell gordon.shotwell@gmail.com wrote:

If you can find a solution I'm all ears

On Fri, Apr 14, 2017, 4:24 PM chrismorel notifications@github.com wrote:

I wonder if this type of delay will be a significant issue (bother) for users.

— You are receiving this because you modified the open/close state.

Reply to this email directly, view it on GitHub https://github.com/GShotwell/shambhala_app_issues/issues/44#issuecomment-294219193, or mute the thread https://github.com/notifications/unsubscribe-auth/AIBvlN9pxyhavz0wotBTfiNQC8t0RrQdks5rv8f7gaJpZM4M9-cF .

chrismorel commented 7 years ago

Could you explain more about "the one which allows streaming doesn't allow the sound to start playing in the background" ...
Just saw your new comment - right, maybe to consider for another time.

gshotwell commented 7 years ago

I was using react native video, and now am using react native sound. The requirements are playing local and streaming files, loading in the background playing in the background, working on both iOS and Android.

On Fri, Apr 14, 2017, 4:46 PM chrismorel notifications@github.com wrote:

Could you explain more about "the one which allows streaming doesn't allow the sound to start playing in the background" ... Just saw your new comment - right, maybe to consider for another time.

— You are receiving this because you modified the open/close state.

Reply to this email directly, view it on GitHub https://github.com/GShotwell/shambhala_app_issues/issues/44#issuecomment-294222758, or mute the thread https://github.com/notifications/unsubscribe-auth/AIBvlIG1-OTOz0E1dKSIW06ha66pxkq_ks5rv80CgaJpZM4M9-cF .

chrismorel commented 7 years ago

Should this one stay open (& labelled), to show that it may be fixed at a later time? (what ever you think is best - just an idea for tracking future work)