Alessandro Ros

Results 337 comments of Alessandro Ros

This is blocked because hls.js doesn't support MP3 tracks inside MP4 files (while browsers do).

Hello, `runOnReady` is always executed when a stream is ready. The reason why FFmpeg doesn't connect to the server depends only FFmpeg, that is not developed here. Anyway my advice...

i'm still not able to replicate the bug. I used this configuration file: ```yml paths: '~^sample$': runOnReady: echo "RUN ON READY $MTX_PATH" runOnReadyRestart: no runOnNotReady: echo "RUN ON NOT READY...

closed since no one provided additional feedback.

Hello, this may be solved by #2808; please test the nightly release available here (click on artifacts, binaries) and let me know if it works: https://github.com/bluenviron/mediamtx/actions/runs/7207849258 otherwise provide a network...

assumed solved since no feedback was received.

Hello, extensions are currently managed through `SetExtension()`, `GetExtensionIDs()`, `GetExtension()`, `DelExtension()`, that also perform validation and can return errors in case of invalid values. These methods already allow to fully manage...

Why do you say that `SetExtension()` is buggy? I think your task (changing an extension ID) can be solved by calling in sequence `GetExtension(oldId)` `DelExtension(oldId)` and `SetExtension(newId, payload)`. If you...

Doing what you propose would allow to bypass consistency checks, as i already wrote, and this would mean losing a feature instead of gaining one. If you want to expose...

Hello, please attach a network dump, that can be generated in this way: If the bug arises when using MediaMTX with an external hardware or software, the most helpful content...