torch2424 / live-stream-radio

24/7 live stream video radio station CLI / API 📹 📻
https://torch2424.github.io/live-stream-radio/
241 stars 64 forks source link

Running the stream 24/7? #165

Closed pawlean closed 3 years ago

pawlean commented 3 years ago

Hey folks!

This isn't an issue on live-stream-radio itself (great tool btw!) But more on how you all set it up to run 24/7? I'm trying to use AWS Lightsail (an EC2 instance basically) to get started, but every time I close the terminal through ssh, it just kills the stream. How are you all keeping it running 24/7?

Any insight would be appreciated 😄

Tresmos commented 3 years ago

screen might be what you're looking for. https://linuxize.com/post/how-to-use-linux-screen/

pawlean commented 3 years ago

Funnily enough, I discovered screen for another thing. Thank you so much 😊