Facebook rtmps doesnt work with nginx-rtmp, so a fix was to create a stunnel service with docker.
Borrowed from this post https://dev.to/lax/rtmps-relay-with-stunnel-12d3 .
I decided to save the stunnel confs in google storage that are in this branch rather than using
command line to create them.
Not all the settings were supported from the blog so I modified the confs as the errors came up.
foreground = yes was important to not have docker exit
This fixes issue https://github.com/unjust/radio_molecula/issues/1
Facebook rtmps doesnt work with nginx-rtmp, so a fix was to create a stunnel service with docker.
Borrowed from this post https://dev.to/lax/rtmps-relay-with-stunnel-12d3 . I decided to save the stunnel confs in google storage that are in this branch rather than using command line to create them.
Not all the settings were supported from the blog so I modified the confs as the errors came up.
foreground = yes
was important to not have docker exit