Since the COVID-19 RNA virus affects the very young and the old (I'm 79, my wife is 77), we have decided that we won't be going anywhere for the next month, and see how things pan out. The church we attend decided to begin streaming their service, something I've been trying to get them to do for years. Unfortunately, they are going to stream through Facebook, which I will not join. Since they will be streaming from the auditorium it got me to wondering if I could stream the service from my Linux server. After some searching I found this web page:
https://helpdeskgeek.com/linux-tips/...er-with-linux/
I gave it a shot and it worked very well. With an outgoing bandwidth of 2.6Mbps I can stream at 60fps.
Now, all I have to do is intercept their stream and redirect it to my server for re-streaming, IF I can figure that out.
A neat bonus is the ability to start or stop, enable or disable the nginx server using nginx.service.
(The more I use systemd the more I like it)
https://helpdeskgeek.com/linux-tips/...er-with-linux/
I gave it a shot and it worked very well. With an outgoing bandwidth of 2.6Mbps I can stream at 60fps.
Now, all I have to do is intercept their stream and redirect it to my server for re-streaming, IF I can figure that out.
A neat bonus is the ability to start or stop, enable or disable the nginx server using nginx.service.
(The more I use systemd the more I like it)
Comment