Alessandro Ros

Results 479 comments of Alessandro Ros

> You mentioned the log was cut, i can provide another pcap file if it helps? For me it's enough to find out what's the error message after this line:...

Thanks for reporting the issue, this is fixed by https://github.com/bluenviron/mediacommon/pull/120

@dmitrysdm the main issue in creating a HLS playlist that contains VOD from the server, is that a publisher is currently free to change the number of published tracks or...

Hello, it's not possible to send data to the client prior to the startup of FFmpeg, since it's not possible to know the list of tracks and their codecs prior...

Hello, please attach a network dump of traffic generated between the server and a player, when you try to read a stream from a player to the server AFTER the...

closed since no useful information was provided to replicate the bug.

Hello, this idea will be surely taken into consideration, but i think that the best solution to the external authentication problem is to add support for JWT authentication, that requires...

Hello, in order to find out whether a recording is available, there's the `/list` endpoint: ``` http://localhost:9996/list?path=[mypath] ``` that returns a JSON response that can be easily parsed: ```json [...

Summing up: * The SRT protocol natively supports streaming multiple audio tracks to Twitch - this is implemented by both MediaMTX and OBS * The RTMP protocol requires a custom...

Hello, your configuration seems right to me, but if you're having trouble accessing both USB cameras with FFmpeg, without involving the server, then the problem is somewhere else. Maybe you...