ZeoWorks

Results 27 issues of ZeoWorks

Hello! I was wondering if it would ever be possible to 'select device' for vide encoding in the future? This means we could encode on a second GPU while the...

enhancement
issued

Hi, Just wondering if hardware encoding will ever be supported for AMD GPU's (AMF)? A lot of servers use AMD GPU's since nVidia has strict rules regarding what GPU's can...

enhancement
issued

Hello, It appears that sending byte[] RTCDataChannel seems to hard cap based on ping. For instance, I have 40mbps download to an instance that has a ping of 119ms when...

bug
issued

Hi, It would be great if we can get a byte[] array of the incoming video stream packets. This would allow us to use the byte[] array data for custom...

enhancement
issued

Hi, is there any examples as how to pipe ffmpeg to webrtc?

Hi, upon requesting signal; `go get github.com/pion/mediadevices/examples/internal/signal` This error occurs; `go: github.com/pion/mediadevices/[email protected] requires github.com/pion/[email protected]: reading github.com/pion/mediadevices/go.mod at revision v0.0.0: unknown revision v0.0.0 ` No issue with any of the others....

Hi sir, I'm hoping to decode raw h264 packets from a byte[] array, would this be possible with your project? Furthermore, I'm on Windows. Thanks!

Hi! I have a question regarding the screen capture method.; Does mediadevices use BitBlt, Desktop Duplication or Windows Graphics Capture to grab the frame? For Linux, what method is used...

question

Hi, I was wondering if there will be future support for checking the cursor state? Similar to CURSORINFO with Win32, we hope to detect if the cursor is hidden or...

Hi just wondering if audio is supported as a passthrough to a virtual microphone/audio device? Thanks.