You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to play a mp3 file from a URL. Its size can be between 30MB and 200/300 MB. Playing/Pausing works fine, but every time I seek to a specific time, instead of pausing for buffering, it stops as if it had finished playing back the audio.
I tried either with a whole mp3 file and with a chunked one with several 206 responses, which works fine in the browser, but using nativescript-audio stops. The latter solution - the chunked one - would be the best one because of the aforementioned potential big size the mp3 might reach. Anyway, any solution would be very appreciated.
Thank you in advance for any tip/suggestion.
The text was updated successfully, but these errors were encountered:
according to the seekTo method, the track should not be stopped. But here's what I noticed for myself. I tried to make a player on Flutter today, seekTo works faster there. although NativeScript plugin uses native method for iOS:
I want to play a mp3 file from a URL. Its size can be between 30MB and 200/300 MB. Playing/Pausing works fine, but every time I seek to a specific time, instead of pausing for buffering, it stops as if it had finished playing back the audio.
I tried either with a whole mp3 file and with a chunked one with several 206 responses, which works fine in the browser, but using nativescript-audio stops. The latter solution - the chunked one - would be the best one because of the aforementioned potential big size the mp3 might reach. Anyway, any solution would be very appreciated.
Thank you in advance for any tip/suggestion.
The text was updated successfully, but these errors were encountered: