madenvel / KalinkaPlayer

Audio Player for Linux based SBC
GNU General Public License v3.0
0 stars 0 forks source link

Enable seek #2

Closed madenvel closed 1 month ago

madenvel commented 1 month ago

This is currently suboptimal and sends one or more new GET requests with range to the server whenever seek is requested. Seeking forward generates one request while going backwards may require more than one (this is due to libFLAC implementation).