Mathieu Duponchelle
Mathieu Duponchelle
@sasanikolic90 , would be nice if you could preserve authorship ;)
`git commit --amend --author=XXX` comes to mind :P
Ah, I see, that's a bit of a bummer :( Are there any guarantees that `|` will indeed not occur in values ?
I see. Would turning the property into an array of strings instead solve the issue?
Both pipelines work with no issue on my end (gst main). What version of GStreamer are you using? Have you tried removing either audio or video ?
Why would cefbin drop data?
https://bitbucket.org/chromiumembedded/cef/issues/2995/audio-capture-susceptible-to-packet-loss#comment-59277083 sounds (hah) extremely related
> In `OnAudioStreamPacket()` the pts from CEF is actually not used. We compute one based on the initial video framerate, incremented by audio packet duration afterwards. I wonder why? I...
I think the patch makes sense too, but I would like to test too if you don't mind, using virtualbox is a nice trick thanks @hevc :) @pldin601 can you...
I imagine that's exactly what https://bitbucket.org/chromiumembedded/cef/issues/2995/audio-capture-susceptible-to-packet-loss#comment-59277083 is referring to. To be honest, I'm completely happy with a patch that causes us to not deadlock in these situations, if audio crackles...