Lukas Herman

Results 11 issues of Lukas Herman

### Your environment. - Version: *v2.1.6* - Browser: *N/A* (pure go) - Other Information - *stacktraces, related issues, suggestions how to fix, links for us to have context* ### What...

**Describe the bug** Aravis GStreamer plugin doesn't accept the camera's auto exposure ROI settings. I was trying to set FLIR-BFS-U3-16S2C-CS auto exposure ROI from the GStreamer plugin: ```sh gst-launch-1.0 aravissrc...

2. Needs informations

As of now, the generic video/audio reader exposes `release` function which lets the source to recycle the memory: https://github.com/pion/mediadevices/blob/8dd84b269cd0d9ecaaf2e03863d7f1f15d94f99c/pkg/io/reader.go#L3-L15 However, to reuse the memory, we need to create a pool...

enhancement

With the new `mediadevices` design, it relies on automated property detection by using broadcaster property, which guarantees to not drop frames up to the internal buffer size: https://github.com/pion/mediadevices/blob/4057524bf0464879dcfe498c7fef8f1df36b9162/meta.go#L9-L21 This approach...

bug

As of now, `mediadevices` uses many interfaces: * [MediaDevices](https://pkg.go.dev/github.com/pion/mediadevices?tab=doc#MediaDevices) * [MediaStream](https://pkg.go.dev/github.com/pion/mediadevices?tab=doc#MediaStream) * [Tracker](https://pkg.go.dev/github.com/pion/mediadevices?tab=doc#Tracker) * [LocalTrack](https://pkg.go.dev/github.com/pion/mediadevices?tab=doc#LocalTrack) While using interfaces makes the design very flexible, it doesn't give that benefit for free....

Currently, there are 2 ways of specifying media property: * `prop.Media`: provide concrete values. * `prop.MediaConstraints`: provide interfaces over values. These interfaces are meant to be used for representing, as...

This follows image package from the standard library. By having a homogenous data type for storing the samples, it makes easier to manipulate the raw data in a generic way....

In Github Actions' Darwin environment, timing related tests are not accurate. For example, a throttle test expects the API to throttle a video's fps to go down to 30 fps....

#### Description This goal is to make it easy for cross OS development with Linux by containerizing the dependencies for each OS in its own Docker image. The runtime: *...

wip

Issue https://github.com/awslabs/amazon-kinesis-video-streams-webrtc-sdk-js/issues/49 By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

enhancement