Alessandro Ros

Results 337 comments of Alessandro Ros

Hello, please post the server log of the MediaMTX instance you're trying to connect to with a web browser, with option "logLevel" set to "debug", as explicitly mentioned in the...

closed since user did not provide required data.

Please provide a server log with option "logLevel" set to "debug" in which the handshake with the camera is visible.

After some testing it was discovered that Chrome currently blocks PCMU or PCMA tracks with a sample rate different than 8000, due to this line: https://webrtc.googlesource.com/src/+/refs/heads/main/api/audio_codecs/g711/audio_decoder_g711.cc#26 Therefore we cannot add...

even though we could convert PCMA/PCMU to PCM, which seems to be supported....

Hello, thank you very much for bringing to attention the existence of `net.Buffers` and the fact that multiple UDP or TCP buffers can be sent with a single call. Using...

i was taking a look at the [Apple FairPlay overview](https://developer.apple.com/streaming/fps/FairPlayStreamingOverview.pdf), the process is extremely similar to JWT-based authentication (which the server supports). The main difference is that much of the...

The dump you provided doesn't contain any valid RTMP packet, just acknowledges without any payload: ![Screenshot_20240419_231349](https://github.com/bluenviron/mediamtx/assets/46489434/e4755deb-240e-49bb-b7bd-8daa39249110) Please provide another dump. The dump is needed in order to run a simulator...

Hello, at the moment, when proxying a RTSP stream, the PTS is copied as is from the original packets. I think it's the source responsibility to preserve PTS even when...

Hello, i can confirm the issue, it seems that `rtspclientsink` is unable to automatically switch to TCP when UDP is not enabled in the server. A further investigation is needed....