quantenProjects

Results 6 comments of quantenProjects

I can confirm the ` "Could not read 40960000 bytes"` with `-nsec` over `4.086` (fails with 4.087 with `16740351 bytes`). It seems like libusb under linux is not able to...

Thanks @nocarryr for looking into this! I have tried both your suggestions, but the error remains. I isolated the `sdr.read_bytes()` call and it still throws the error: https://gist.github.com/quantenProjects/2f42c8455a88b72bd4ccc8b2c3b375ed ``` $...

I have pushed a workaround using `read_bytes_async`. With it, I'm able to record more than 4 sec. @OK2AMA and @lumag Can you try out the new version? @nocarryr I think...

For me, moving droidcam away from `/dev/video0` to another device (eg. `/dev/video3`) somehow worked (Virtual Cam image is somehow disturbed :thinking:): `/etc/modprobe.d/droidcam.conf` ``` options v4l2loopback_dc width=640 height=480 video_nr=3 ``` But...

I found a way to reliably reproduce this bug on an fresh installation of AntennaPod 3.9.0 (and I think these sequence of actions are the ones that also triggered the...

With https://github.com/paulgalow/racoder you can host a conversion stream server, e.g. on a raspberry pi. I also patched it to work with multiple URLs: https://github.com/quantenProjects/racoder/tree/multiple-streams (I also added a pull request...