Jérôme Petazzoni
Jérôme Petazzoni
I actually have no idea at all :) On Thu, Aug 6, 2015 at 11:38 AM, Enderson Tadeu S. Maia < [email protected]> wrote: > What’s the smaller ? Choose it!...
I vote for THTTPD ;-) (LIGHTTPD is super cool too, but I think that if someone needs a "complex" web server, they can use Alpine and get more flexibility on...
I think you need to add the cert first (by downloading the crt file and adding it to the device's list of trusted certs).
Ah, this is a bad interaction between libc, xen, and your CPU (probably some AMD CPU). See https://bugs.launchpad.net/ubuntu/+source/eglibc/+bug/956051 for details. This will be fixed once the base ubuntu images are...
Hi @ClashTheBunny, sorry, I couldn't review that earlier (such a big pull request scared me :-)) I'm afraid that I won't have enough time to review it properly, but I...
That sounds like a really great idea. I don't want to prevent you guys from making progress on this with my slow pace. What would we best? Should I update...
Hi, If you're still working on this and maintaining it, we could update the README for my project to mention something like: > This repository contains the initial version, which...
Hi! I'm experiencing similar issues with version 1.8.3 on amd64 running in a Docker container. I'm pushing 4 video streams from ffmpeg to mediamtx, using RTSP in TCP mode, and...
I've done a bit of digging. I was wondering where that error message came from. It seems to be generated in gortsplib, more specifically [here](https://github.com/bluenviron/gortsplib/blob/4750375772fbfc0c8071190c553f392b7891cd1a/client_format.go#L89) - which surprised me, because...
... I wanted to try and help others, so I switched back to UDP to reproduce the issue. Then, I identified the socket to which the RTP packets were sent...