Replies: 2 comments
-
Mobile platforms also have this issue. I'm considering implementing this in the new UI, as we will need to create a new player as well. The challenge is making it fast, as stream usually adds latency. Ex: you want pause to act immediately, not after half second |
Beta Was this translation helpful? Give feedback.
0 replies
-
Good to hear!! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In the web player currently the audio stream is opened and close on each track (I think) and it could be great to have an option to reuse the same stream for the whole disc/playlist.
Using the web player on Tesla's browser works great, once the music starts it plays the whole track without problem and is possible to close the browser to display the map view, but when the track ends the browser needs to have focus to be able to play the next track. Maybe it will continue if just the audio stream is reused.
Beta Was this translation helpful? Give feedback.
All reactions