Alessandro Ros

Results 337 comments of Alessandro Ros

Make sure that you are using the minimum supported Go version (which is currently 1.21, always check the README for that).

@brunobaraobr streaming H265 to the browser will be possible through Low-Latency HLS, please follow #469 Unfortunately WebRTC doesn't support H265 except when it's used inside macOS Safari, therefore at the...

This has been implemented in 0df190a, therefore this PR can be closed.

Hello, the informations you provided lead to the same answer that was given many times, that is that your hardware, that includes CPU, RAM, motherboard I/O and network throughput between...

Hello, after some debugging on the HLS feed you provided, it turned out that it incorrectly splits H264 key frames into multiple MPEG-TS PES units. FFmpeg and GStreamer are able...

@LarryDCJ hello, First of all, this library is practically in maintenance mode, since all ROS1 features have been implemented a while ago. Recent commits have been about updating dependencies or...

Hello, this may be an enhancement, just one thing, this won't improve latency since RTSP and RTP-over-UDP streams use the same exact mechanism for streaming, the only difference is that...

Hello, `runOnInit` is meant to be moved inside the `paths` section, in this way: ```yml paths: mypath: runOnInit: mycommand ``` The documentation is definitely not clear, this is because all...

Hello, in my opinion this is cause by some sort of filtering that the server applies between the SDP of the WHIP publisher and the SDP that is sent to...