1

Is there a way that when my icecast player is paused and played it is back live rather than falling behind and playing from where it was paused?

Thanks

Hannah
  • 11
  • 1

1 Answers1

0

Yes, https://stackoverflow.com/a/15540186 explains how to reset playback position to zero.

In addition, You will need to employ a cache buster to make sure that the browser doesn't try to start playing back from memory, but requests the current stream. There's an answer for this too: https://stackoverflow.com/a/54524203/2648865

Those two combined should yield the desired results.

TBR
  • 2,790
  • 1
  • 12
  • 22