Sweet. How are you streaming to nostr, with zapstream being down?
Discussion
i installed nginx on my server, then I installed the RTPM module. The I created a custom python script to send a kind 30011 to nostr, the python script starts and ends the stream.
Once you launch the python script Nostr and zap stream picks up my steam. I was confused about that at first but any site that listens for the 30311 event will show your stream. So zap stream is just playing my stream that's why it works.
Normally zap steam does the nginx, RTPM and python stuff.
I did all that using chatgpt but I am familiar with Linux administrator stuff so it's was difficult but I understand most of it.