Rafael Diniz

Results 177 comments of Rafael Diniz

Thanks @Vanilagy !

I'll prepare the modifications and make a PR. Thanks for your great software!!

I made a commit in my fork to ignore cert errors, just by adding this in the qml on the WebEngineView: onCertificateError: error.ignoreCertificateError() Should we make this option as a...

I'll try this "multiple talked dockers" setup this week. I understand multiple talked dockers as just multiple firefox instances connecting to different rooms (this is what I want). No problem...

We can use named audio devices in pulseaudio to properly route the audio from each firefox instance to different ffmpeg instances. I'll take a look on it.

With pulseaudio ffmpeg input we can definitely have multiple instances. Checking how the best way to integrate this.

btw, I'm testing with icecast://, but streaming like could be udp://, hsl://, or whatever other streaming protocol ffmpeg supports could also be used.

How about live webcam streaming to an icecast2 server? ffmpeg does support indeed icecast2 output. And of course, from an icecast2 server, one can send the stream to any other...