Philippe Normand

Results 170 comments of Philippe Normand

@martinpitt I've patched my `toolbox` as in https://github.com/containers/toolbox/pull/401, downloaded your `build-debian-toolbox` script, but it doesn't work here: ```shell build-debian-toolbox 18:28:07 + RELEASE=sid + DISTRO=debian + toolbox rm -f sid toolbox:...

Ah it seems this might be due to dangling images in podman, from previously failed attempts. I managed to get a working focal toolbox now. :)

Well actually, all I can create is a focal toolbox... :( Even after a `podman system reset`

The error pasted above, `Error: can only create exec sessions on running containers: container state improper`... I'll try to debug this then.

> Also, note to myself: toolbox in Fedora uses `#!/usr/bin/sh`, which is a bit awkward as that does not exist in Debian. But this isn't an upstream issue, there it...

@po1 I don't have time to double check but maybe have a look at this fork which contains some changes supposed to be upstreamed "soon" https://github.com/Igalia/openwebrtc

You should directly use this instead of OpenWebRTC: https://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/gstreamer-GstDeviceMonitor.html

I started a branch last week actually, should have time to continue further on tomorrow

It was removed from WebKit at the beginning of October 2017 because the OpenWebRTC project is no longer actively maintained. The current upstream WebKit ports (WPE, GTK, Mac) are using...

Yes, some changes are needed in the transport agent for this to work. Dynamically changing the pipeline layout while in PLAYING state isn't trivial.