Jean-Michaël Celerier

Results 672 comments of Jean-Michaël Celerier

doc is now hosted at https://celtera.github.io/libremidi ; it's missing a few pages, will improve over time.

> Also worth mentioning - currently it seems like the "write path/to/file.txt" message doesn't work with relative paths, e.g. "write ~/Desktop/cues.json". this should be fixed, but note that " ~/Desktop/cues.json"...

ah yes, those are also shell things... let me implement it. It shold work with "plain" relative paths though, e.g. read path/to/cues.txt and use the path to the patcher as...

Thanks for your very quick answer! I tried changing the queue parameters or even removing the queue altogether but I am still seeing a huge latency, even when going all...

On the ffmpeg side I added some low-latency options I could find (https://superuser.com/questions/1776901/streaming-video-over-udp-with-ffmpeg-h264-low-latency) - most likely some are more relevant to mpeg and not to RAW streaming but still, didn't...

To be clear: when I stream from the pi to a web browser, the latency is perfect, certainly around 100ms - ish, so I don't think the Pi is the...

Hmm I've been trying different things and managed to get less lag - for instance when adjusting the viewer pipeline to `queue ! rtph264depay ! h264parse ! openh264dec ! xvimagesink`...

it's incredibly better! I managed to take it down to much lower here with some frame drops (but I'm mainly interested in getting the lowest possible latency), it really feels...

okay, for reference the Pi is running gst 1.22 on debian bookworm (with the official RPi OS manually updated)

hm yes that was the culprit, though I don't really understand why this fails which is scary :) To anyone having the same issue, I could fix it with: ```bash...