Alessandro Ros

Results 479 comments of Alessandro Ros

@angry-beaver i need to finish a couple of other things then i'll focus on this. In the meanwhile, @jean343 and @yairzahavi can try to go on by themselves.

Hello, i've tested the patch, while the working principle is present, there some aspects that can be improved: 1. the startup phase is not pleasant as all past frames of...

while the feature is useful, this implementation lacks some details: * it doesn't provide deadlines * it creates an additional static source instead of using the existing UDP one, although...

@cedricve we already support TLS-encrypted streams, but with the TCP transport only, in which SRTP is not needed. SRTP is needed with the UDP transport, the problem is finding hardware...

this has been implemented in #809. If you have troubles using SRTP/MIKEY with specific devices or software, open dedicated issues.

Hello, SRT is meant to be completely independent from MPEG-TS, therefore, the 188-byte grouping should not be placed in this library, but in downstream apps / libraries. Therefore, this is...

My previous comment was inaccurate. The question is that SRS is based on the SRT reference implementation, therefore there's some kind of difference between this library and the reference one,...

Using the server with WebRTC and IPv6 is currently disabled. The reason is that it causes a strange packet loss that affects IPv4 connections too. Further investigations are needed. If...

I re-enabled IPv6 with #4816. I was able to use IPv6 without issues or packet losses in the following scenarios: * local UDP socket (`webrtcLocalUDPAddress != 0`) and automatic IPv6...

Hello Tristan, the versiongetter script was introduced to automatically fill the version string inside the server, by using tag data inside the .git folder, an approach used by [many](https://github.com/raspberrypi/libcamera/blob/7330f29b38b7fa32f753297b4d1c8ecbbfcf0df5/utils/gen-version.sh) [other](https://github.com/helm/helm/blob/dc9b8ec94b2a8dc1ef9af3ace537c54240254fe7/Makefile#L37)...