rameplayerorg / rameplayer-backend

Rameplayer Backend
GNU General Public License v2.0
1 stars 0 forks source link

Stream pause cannot be resumed #42

Closed jlauha closed 8 years ago

jlauha commented 8 years ago

If rtmp stream is paused, player goes to "0:00" state (with buffering status icon in local ui). That state cannot be resumed, it can only be stopped. However same stream can be continued after stopping by simply starting to play it again.

fabled commented 8 years ago

Maybe we should disable pause state for live streams. The server side can even drop paused clients. This applies mostly to rtmp. HLS based stuff should just work.