Christoph

Results 697 comments of Christoph

We use OpenVidu/Kurento to publish IP Cameras via RTSP to WebRTC https://openvidu.io/ At least that way is working. Simple RTSP Server acts as proxy for RTMP streams

Yeah cool! Thanks for the help, I will try this out. In JabRef we have a custom icon decorater that hopefully looks better.

The only odd effect I encounter is the following: Clear the first column cell -> icon shows Clear the second column cell -> The first icon is gone , the...

I have the same problem, it's a problem that when camera as sourceType is selected, only images are allowed: https://github.com/apache/cordova-plugin-camera/blob/bf12b39d185da0478250c0b7e1b217ee1d760d31/src/ios/CDVCamera.m#L735-L745

@jcesarmobile Well. I changed the plugin to do this in my fork. I see no reason why this should not be allowed. https://github.com/safetyinnovation/cordova-plugin-camera/commit/08d215f4e0ed3a280e84cbc7128338884541ca90

This fix works only for selecting existing videos from the photo library, not for taking new videos.

Don't know if still relevant, but we use this workflow: https://github.com/JabRef/jabref/blob/26073743efd07a6a4fd4f71636c8e4fb5bb5e195/.github/workflows/deployment.yml#L70-L121 We need to resign some libs after jpackage is run

Thanks for the explanation. That's what I thought as well, but didn't know it was expected behaviour. I though it's ignoring them.

When I execute jlink under jdk15 with version 2.22.2 I get the following error on graalvm module: 2.22.1 works fine Task :createMergedModule FAILED ``` /Users/xxx/workspace/jabref/build/jlinkbase/tmpjars/org.jabref.merged.module/module-info.java:1536: error: module not found: org.objectweb.asm...

Thanks, that works now!