Aaron Turner

Results 276 comments of Aaron Turner

Dude, so I just clicked your Github Profile, I didn't know you were part of the AppImage org haha! :') Cool, I'll just go ahead and add App image support,...

@DPS2004 Sorry I just seen this! Been sooooo busy moving and like figuring all that out. > I'm planning on using this for a project. Nice! Stoked to head that!...

@stickboyc Yeah so unfortunately, I think it's an issue with PICO-8 itself. Now that I've written WasmBoy, and know the WebAudioAPI better, it has to be something with how they...

I think trying to use ffmpeg parallel processing is too hard for a pi: https://trac.ffmpeg.org/wiki/Creating%20multiple%20outputs#Teepseudo-muxer Which is why i was getting errors. The nginx solution may be the best /...

Actually it is because the required flag is broken with copy: https://trac.ffmpeg.org/ticket/3723

Actually, nginx is the best option, see the reddit and this: https://obsproject.com/forum/resources/how-to-set-up-your-own-private-rtmp-server-using-nginx.50/

Nginx totally works. Gets installed to `/usr/local` however. And would need a systemd script running it. Also the entire config is in `nginx.conf`

Will also need this: https://www.nginx.com/resources/wiki/start/topics/examples/systemd/

Here is the required nginx systemctl service: https://github.com/torch2424/dotFiles/blob/master/.files_templates/nginxstream.service

Actually found out node media server can do this yay! 🎉 https://github.com/illuspas/Node-Media-Server/issues/57 See the paint with bob project, can even start serving your own stream from an flv: https://github.com/PaintWithBob/paint-with-bob/blob/master/videoservice/lib/server.js