stserakhau

Results 6 comments of stserakhau

I uses this java.exe -Xmx512m -Xms512m -Dorg.bytedeco.javacpp.nopointergc=true Log in the 1st case shows that the JVM crash appears on the line **avformat_open_input(context, device, inputFormat, options);** Log in 2nd case shows...

The code above 1. sets the logger to capture the FFmpeg output with device details 2. Executes FFmpeg commands, which prints devices & details via custom logger 3. Parses the...

The current crash appears with the next case: 1. I started grabbing from USB device - success 2. Executed scanLocalDevices() - produced JVM crash in **org.bytedeco.ffmpeg.global.swscale.sws_getCachedContext** [hs_err_pid12432.log](https://github.com/bytedeco/javacpp-presets/files/13627804/hs_err_pid12432.log) The code, which...

I solved this point via jmuxer and streaming audio & video (h264) via datachannel

I think this feature will not to be implemented inside webrtc project and should be marked as out of scope. This feature is partially implemented inside banalytics.live project. https://banalytics.live/ ***@***.***...

look to this article https://stackoverflow.com/questions/35381237/webrtc-data-channel-max-data-size plus you should understand that it's UDP and part of the data may lost in network, I saw this case on transmitting files great than...