JamesKyburz/youtube-audio-stream

Progress Bar is not moving

Closed this issue · 3 comments

Why I'm streaming and audio, the player's progress bar does not move. Why does this happen? And how to solve it?

@LeoNero i think that, how it is a stream, not is possible to move the progress bar.

For this to work we would have to support http 206 (partial content) and range requests.

AFAIK this is not possible when we don't know the mp3 byte size in advance.

What you could do is first pipe the audio to an mp3 file, then progress would work.

Closing as there is currently no range support. Pull requests with support for ranges would be welcome.