Alessandro Ros
Alessandro Ros
@phadkesharan i tried using the API through an external page with `XMLHttpRequest`, and i can confirm that the `Access-Control-Allow-Origin` is present. It is not present on non-existing pages or when...
Fixed again by #3535
Hello @beadon, the issue with producing DEB packages is the huge quantity of resulting assets. Let's suppose we want to support 4 operating systems (Ubuntu, Fedora, Debian, Alpine), their latest...
> statically compiled binaries exist in many languages, golang is not special in that regard I know, but from my knowledge statically linking Go executables is a far more popular...
Hello, in order for the server to become an ONVIF-compliant device, compatible with profile S and T, i counted (at least) the following missing features: * some missing RTSP server...
Hello, yes, when the configuration file is mounted from the host to Docker through `-v`, the server is unable to detect changes. In a previous issue i wrote that this...
Although server logs were not provided, if the server error is ``` panic: runtime error: index out of range [0] with length 0 goroutine 14 [running]: github.com/bluenviron/mediamtx/internal/formatprocessor.rtpH265ExtractVPSSPSPPS({0xc0001f0c0c?, 0xc00032bad8?, 0x40daaa?}) /s/internal/formatprocessor/h265.go:58...
closed since no additional informations were provided.
Hello, the reason is simply that HLS uses MP4 and MP4 doesn't support the G711 codec. G711 can be easily converted to PCM, but hls.js and Firefox don't support PCM...
Hello, this is a compatibility issue with the rtmp2src element of GStreamer, which is used by default by playbin. The rtmp2src element provides an alternative rtmp implementation (the main one...