webcamoid / akvirtualcamera

akvirtualcamera, virtual camera for Mac and Windows
GNU General Public License v3.0
393 stars 51 forks source link

System.OutOfMemory #11

Closed markednmbr1 closed 3 years ago

markednmbr1 commented 3 years ago

Hi, I am piping in a stream from ffmpeg to AkVCamManager as follows:

.\ffmpeg.exe -rtsp_transport tcp -i rtsp://10.101.0.100:8554/live -f rawvideo - | .\AkVCamManager.exe stream AkVCamVideoDevice0 RGB24 640 480 30

This constantly uses memory until it runs out and throws the following error:

Program 'AkVCamManager.exe' failed to run: Exception of type 'System.OutOfMemoryException' was thrown.At line:1 char:83

hipersayanX commented 3 years ago

This should be already fixed with the latest commits.