Erik Moqvist
Erik Moqvist
The current log callback sometimes deadlocks when I use aiortc with [this line](https://github.com/aiortc/aiortc/blob/main/src/aiortc/__init__.py#L53) commented out, which uses this package. I couldn't figure out how to properly fix it, so I...
Didn't implement any tests yet. Will do if the fix itself will be accepted.
Hello and thanks for a great project! I would love to see support for the [SRT](https://datatracker.ietf.org/doc/html/draft-sharabayko-mops-srt) transport protocol as well =)
Hi! My RTMP client uses the acknowledged sequence number in the Acknowledgement control message to keep track of how much data that is in flight. It works well when streaming...
Hi! I sometimes get this when playing using ffplay: `thread 'smol-1' panicked at 'attempt to subtract with overflow', /Users/erik/workspace/irl/river/src/rtmp_server.rs:143:52` ffplay says this: `[flv @ 0x14161f2e0] AMF_DATA_TYPE_STRING parsing failed`
Hi, and first of all thanks for a nice small RTMP server! Sometimes the publisher is disconnected because of this panic. Any change it can be fixed? `thread 'smol-1' panicked...
Hello! I have an i.MX6UL board connected via USB to my PC. When I run `sudo imxsd info` my USB keyboard and mouse stops working. I have to unplug the...
Hi! Just a question, does this framework support [Apple Log](https://developer.apple.com/documentation/avfoundation/avcapturecolorspace/applelog)? I can't get it to work with MetalPetal, so I hope it works in this framework =) Not sure exactly...
### Checklist - [x] I've read the [README](https://github.com/MetalPetal/MetalPetal/blob/master/README.md) - [x] I've searched for [existing GitHub issues](https://github.com/MetalPetal/MetalPetal/issues) Hello! I don't quite understand how color spaces work, so I figured I'll ask...