FlutterRadioPlayer icon indicating copy to clipboard operation
FlutterRadioPlayer copied to clipboard

Radio continues where it was paused instead of reinitializing a stream as an actual radio would do

Open ivancernja opened this issue 4 years ago • 1 comments

Even tried forking the repo to change the invoke method of pause() to stop() so playOrPause() becomes playOrStop()

ivancernja avatar Jan 24 '21 23:01 ivancernja

Im having the same issue. When it comes to live broadcasts its should simply stop without detaching itself, so when resumed it would start the stream at "live" current time. I havent tested it, but does thius also means it keeps buffering the stream when paused? If thats the case that would also result in a big storage if paused for a long time.

bafplus avatar Jul 09 '21 13:07 bafplus

Has been updated to v2. Please check the master branch

Sithira avatar Oct 14 '22 19:10 Sithira