Improving streaming in Tuniac
Posted: Sun Jul 14, 2013 11:02 pm
I've been looking into improving streaming a bit in Tuniac, and as a first step I've looked at making streamed mp3s over http seekable.
Started out looking at TuniacHTTPFileIO, and found that adding seek support here would be quite straight forward. Basically:
Check if server supports partial retrieves, if it does set a flag, and then, when seeking, close and reopen the connection at the specified offset.
However, this file seems not to be used, as BASS also handles streaming...
BASS doesn't seem to support seeking when streaming unfortunally, except maybe if you set it to download the whole files, but that feels like a bit unneccessary bandwidth wise... I'll probably try to suggest seek support with BASS_STREAM_BLOCK to them like my attempt above.
Otherwise, maybe it's possible to implement a virtual file access and use TuniacHTTPFileIO somehow. Don't know BASS good enough yet, feel free to comment on this.
I'll also look into making it possible to get tag data from streamed files.
Feel free to give any suggestions or comments.. or just treat this post as a dev diary
Started out looking at TuniacHTTPFileIO, and found that adding seek support here would be quite straight forward. Basically:
Check if server supports partial retrieves, if it does set a flag, and then, when seeking, close and reopen the connection at the specified offset.
However, this file seems not to be used, as BASS also handles streaming...
BASS doesn't seem to support seeking when streaming unfortunally, except maybe if you set it to download the whole files, but that feels like a bit unneccessary bandwidth wise... I'll probably try to suggest seek support with BASS_STREAM_BLOCK to them like my attempt above.
Otherwise, maybe it's possible to implement a virtual file access and use TuniacHTTPFileIO somehow. Don't know BASS good enough yet, feel free to comment on this.
I'll also look into making it possible to get tag data from streamed files.
Feel free to give any suggestions or comments.. or just treat this post as a dev diary
