PS3HEN recording error in webman

Pedro leizer

Forum Noob
I'm trying to record video with webman, the video starts recording just fine but after a few seconds it says a recording error happened, anyone know what that might be?
 
I'm trying to record video with webman, the video starts recording just fine but after a few seconds it says a recording error happened, anyone know what that might be?

It can be lack of memory. I recommend to try using the standalone plugin using the combo:

SELECT + R3+ R2 + L2 = Load video_rec.sprx and unload webMAN MOD to free more memory
Code:
The combos in video_rec.sprx are:
R3 = record video using bg memory container
R2 + R3 / L2 + R3 = record video using app memory container
L2 + R2+L3 = default format
R2 + L3 = change audio format
L2 + L3 = change video format
R3 + L3 = Unload video_rec.sprx
 
Back
Top