set file offset for streaming ?
Hi,
i've developed a WebOS 1.4 ( Palm Pre ) client for subsonic. I'am using a html5 audio object to play songs. This is generaly working, but i've got problems with setting the current playback position.
I'am not sure if its a WebOS related problem or just not possible with html5. If i set the current playback position beyond the point to where the audio stream is already buffered/downloaded i get an error.
This is a real problem for big audio files, like audiobooks. I want to be able to bookmark the current position on app exit and resume play afterwards.
Would it be possible to add an offset parameter to the REST api, to make the server stream the file from that offset ? How are offsets handled in general ?
Thanks in advance
i've developed a WebOS 1.4 ( Palm Pre ) client for subsonic. I'am using a html5 audio object to play songs. This is generaly working, but i've got problems with setting the current playback position.
I'am not sure if its a WebOS related problem or just not possible with html5. If i set the current playback position beyond the point to where the audio stream is already buffered/downloaded i get an error.
This is a real problem for big audio files, like audiobooks. I want to be able to bookmark the current position on app exit and resume play afterwards.
Would it be possible to add an offset parameter to the REST api, to make the server stream the file from that offset ? How are offsets handled in general ?
Thanks in advance