stserakhau

Results 7 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...

I found two articles https://github.com/mpromonet/webrtc-streamer/wiki/Cross-compile-WebRTC-for-Raspberry-Pi/584f937d5396196fc9093582274b69c5a8e5287a?_ga=2.216402773.296291003.1675945176-861602644.1674317035 https://stackoverflow.com/questions/38637212/cross-compile-webrtc-for-arm?_ga=2.216402773.296291003.1675945176-861602644.1674317035 but have failed on the penultimate line **"fetch --no-history webrtc"** on my raspberry pi4 (armhf) in line "sudo debootstrap --arch armhf --foreign --include=g++,libasound2-dev,libpulse-dev,libudev-dev,libexpat1-dev,libnss3-dev,libgtk2.0-dev wheezy...