Open NamanVaishnav opened 5 years ago
+1, having the same issue from time to time. I think it happens when the packets are still being downloaded and the engine is asking for the next buffer.
+1, having the same issue from time to time. I think it happens when the packets are still being downloaded and the engine is asking for the next buffer. 1 more problem : (i think you can help mw out with this)
how can we reset engine for next song play. the thing which i'm doing is that playing song from local
scenario :
+1, having the same issue from time to time. I think it happens when the packets are still being downloaded and the engine is asking for the next buffer. 1 more problem : (i think you can help mw out with this)
how can we reset engine for next song play. the thing which i'm doing is that playing song from local
scenario :
- song is coming from Local DB, and currently playing and slider is for example on 10 min, and clicking on next song play button , next song playing from start on 0 but updatedCurrentTime giving me previous song's duration.
Making currentTimeOffset to 0 will solved
+1, having the same issue from time to time. I think it happens when the packets are still being downloaded and the engine is asking for the next buffer. 1 more problem : (i think you can help mw out with this)
how can we reset engine for next song play. the thing which i'm doing is that playing song from local scenario :
- song is coming from Local DB, and currently playing and slider is for example on 10 min, and clicking on next song play button , next song playing from start on 0 but updatedCurrentTime giving me previous song's duration.
Making currentTimeOffset to 0 will solved
When/where do you set currentTimeOffset
to 0?
+1, having the same issue from time to time. I think it happens when the packets are still being downloaded and the engine is asking for the next buffer. 1 more problem : (i think you can help mw out with this)
how can we reset engine for next song play. the thing which i'm doing is that playing song from local scenario :
- song is coming from Local DB, and currently playing and slider is for example on 10 min, and clicking on next song play button , next song playing from start on 0 but updatedCurrentTime giving me previous song's duration.
Making currentTimeOffset to 0 will solved
When/where do you set
currentTimeOffset
to 0?
once the user clicks on next song button and before we assign new song URL to engine
I have fixed this issue by go to Build Settings and search for "Optimization Level", change the value from "Optimize for Speed" to "No Optimization"
I have fixed this issue by go to Build Settings and search for "Optimization Level", change the value from "Optimize for Speed" to "No Optimization"
What? Why? How? Is this for real?
+1, it get this error too, do you all have solution?
@syedhali can you take a look? please
First of all this framework is indeed a well maintained and best one available for Engine, can you please help to rectify this issues which i'm facing during engine usage?