Sithira / FlutterRadioPlayer

Flutter Radio Player, A Plugin to handle streaming audio without a hassle
MIT License
139 stars 64 forks source link

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

Closed ivancernja closed 2 years ago

ivancernja commented 3 years ago

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

bafplus commented 3 years ago

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.

Sithira commented 2 years ago

Has been updated to v2. Please check the master branch