Lukas Herman

Results 59 comments of Lukas Herman

@at-wat create a PR to add the original x11 adapter back, https://github.com/pion/mediadevices/pull/258. I'm curious to see why the CPU usage difference is really big. Is that only because cgo vs...

@gen2brain Oh that makes sense. That's definitely a nice approach, this means we only need 1 OS and simply install the right toolchains.

@at-wat Do you have some thoughts on this?

@at-wat about this issue, I was thinking to create a meta transformer which will return the same data, but it'll listen to changes in the data itself, and will inform...

@joe-getcouragenow Hey, this is awesome!! Mediadevices is currently WebRTC oriented. However, we're working on supporting non-webrtc cases, https://github.com/pion/mediadevices/blob/redesign/examples/simple/main.go. I think the new API will be really clean!! And will be...

@joe-getcouragenow yes please, that would be awesome! Are you planning to make it as a library/example?

@lumenier1 now you can use `mediadevices` to do hardware encoding on a raspberry pi 3, https://github.com/pion/mediadevices/tree/master/examples/webrtc. Here's the snippet: ```go package main import ( "fmt" "github.com/pion/mediadevices" "github.com/pion/mediadevices/examples/internal/signal" "github.com/pion/mediadevices/pkg/frame" "github.com/pion/mediadevices/pkg/prop" "github.com/pion/webrtc/v3"...

This has been my goal. The original thought was to bundle everything statically and reduce the number of dependencies that you need to install (basically I want people to be...

That makes sense. But, it seems like OpenH264 doesn't distribute their dynamic version to package managers... I'm having a hard time to find one for Ubuntu.

Ah, that explains why we can't find the dynamic library.