Alessandro Ros

Results 479 comments of Alessandro Ros

In order to replicate the issue, we need a network dump, that can be generated in this way: 1. Download wireshark (https://www.wireshark.org/) 2. Start capturing on the interface used for...

Hello, first of all mavp2p only uses a small subset of messages of the ardupilotmega dialect. Other than that, it is not bounded to any particular dialect. If you want...

Thanks for reporting the issue, this is fixed by #4087

@Lysander66 there's no need to take some gohlslib code and rename it into zephyr (without giving credits) for exposing the playlist start index, it would have been enough to send...

this is not a memory leak but a possible improvement, that is the ability to reuse buffers instead of allocating new ones.

This feature requires support for [Enhanced RTMP v2](https://veovera.org/docs/enhanced/enhanced-rtmp-v2.pdf), which is in alpha stage and has been updated just last month. I don't think it's worth the effort to add support...

You are not using the recommended libx264 flags in the FFmpeg command line, consequently the stream generated by FFmpeg is not real-time. Flags are in the README and are: ```...

Hello @rmcnew, this is to let you know that the only reason why this PR is still not merged is that i need some time to review it and in...

i've reviewed the whole thing, implementation is almost complete, here are the missing steps that i spotted: * in gortsplib, when decoding/encoding KLV from/to RTP packets, it's not enough to...