BurningSands70 / stremio-downloader

An application that allows downloading streams from Stremio.
256 stars 21 forks source link

Support Recording Live Streams #7

Open BurningSands70 opened 5 years ago

BurningSands70 commented 5 years ago

Live streams just show "Error" right now. This isn't a bug though, as this is a downloader not a live stream recorder.

Support for live streams can be added by transcoding the HLS streams to mp4, and recording can be set to stop when the "Stop" button is pressed.

For now I believe live stream recording is a bit complex to implement and outside of this project's scope.

But if it's requested by many users I'll think about implementing it.