William Seemann

Results 7 issues of William Seemann

Hello, this is a great library! I noticed the oss-licenses-plugin didn't have the ability to add licenses manually so I added that functionality. To test this PR: 1. Create `custom_dependencies.json`...

I converted this library and the demo to use gradle. Someone may find this useful.

Hello @jamesmontemagno, great project! I'm currently using this application as a round timer for martial arts bouts streamed via OBS. Since these rounds are often stopped and resumed multiple before...

Hello, thank you for this awesome library! I'm trying to implement recording of a remote WebRTC stream. I'm able to capture raw video frames using the `addSink` method on `VideoTrack`...

Updated to build as a subproject, update to openssl-1.0.1j

- Added Android X support - Update project to Gradle 7.4 - Update to use maven publishing - Move HttpUtils out of library to avoid Unsafe SSL TrustManager and Unsafe...

Hello, I followed the example in your getting started section to create my own form. I made an event class with the following fields: ``` package com.wseemann.fisticuffs.models; public class Event...