unblee / jukebox

Remote audio player (on Raspberry Pi)?
MIT License
3 stars 4 forks source link

Feature changing seek operation on seekbar #152

Closed snakazawa closed 7 years ago

snakazawa commented 7 years ago

This add changing seek operation on seekbar.

The operation is implemented by using ffmpeg.seekInput(), so when changing seek, source stream (i.e., connection to YouTube) and FFmpeg are recreated (note that begin option of ytdl is not available). At first, I tried to implement the operation using cache and buffer, but I gave up it because it is too complexity.

Well... I'm exhausted, so please forgive me for little explanation.

unblee commented 7 years ago

@snakazawa Please resolve conflicts 🙇

snakazawa commented 7 years ago

I resolved conflicts.