agomezmoron / screen-recorder

Java screen recorder library
MIT License
21 stars 14 forks source link

java.net.malformedurlexception #10

Open ghost opened 4 years ago

ghost commented 4 years ago

I get this when calling VideoRecorder.stop();

here is my code https://paste.gg/p/anonymous/22c1ad335e8a4720a1ef8ccec877a71e

agomezmoron commented 4 years ago

Hi @ghost

I think it's because of the directory "~/Desktop".

Could you please try with /home/yourUser/Desktop?

Thank!