Simone Magnani
Simone Magnani
Hi, thanks for answering, I did not notice the `--disable-pulseaudio` flag! Yes, in Ubuntu all you have to do is setting the `PULSE_SERVER` variable (in my case is PULSE_SERVER=tcp:x.x.x.x:port). I...
Hi, I tried to test Firefox using your Ubuntu baseimage, but the audio still does not work. Maybe I need to start DBUS or some other services like every `startx`...
Hi everyone, I have just finished to test Firefox sound over tcp in an `ubuntu:latest` environment and it works! Honestly, I did not have to even specify to install pulseaudio...
My suggestions: * check that the application you are willing to run is compiled with audio support (like in our case Firefox in alpine wasnt') * make sure your pulseaudio...
The proposal in #320 is to provide a method to generate a Unix epoch timestamp by simply calling `bpf_ktime_get_ns()` and adding this value to a precomputed Epoch timestamp. The problem...
> Thank you very much for putting in the work. Though I would like to request some changes. Many thanks again Dylan for the feedback!
Thanks to all the reviewers for the feedback. I guess the only thing left to decide is whether to proceed with one of the two proposed solutions: 1. Creating a...
> Have you had the time to look into my questions in [#1349 (review)](https://github.com/cilium/ebpf/pull/1349#pullrequestreview-1951908908) ? I think they will help us decide what the implementation looks like. @lmb I apologize,...
Thanks for the info-gathering and brainstorming. I just pushed a possible implementation of what has been discussed. Let me know your opinions :)
> Thanks for this nice example! I find that examples work best when they are quite narrow in scope: they show how to do one particular thing well. What would...