Open fredericgermain opened 1 year ago
Tested on url like spice+unix:///run/user/1000/spice-win32.sock
It's not a rework at all, but the fastest way to make it work...
I could make this work python3 -m spicerecord -r 5 -o test.mp4 spice+unix:///run/user/1000/spice-win32.sock
python3 -m spicerecord -r 5 -o test.mp4 spice+unix:///run/user/1000/spice-win32.sock
Related to https://github.com/JonathonReinhart/spice-record/issues/17
Let me know if it inspires you to rework. Or I can try to do it. Probably all the libvirt-related thing should be in their own file, and record.py only handle spice-protocol?
Tested on url like spice+unix:///run/user/1000/spice-win32.sock
It's not a rework at all, but the fastest way to make it work...
I could make this work
python3 -m spicerecord -r 5 -o test.mp4 spice+unix:///run/user/1000/spice-win32.sock
Related to https://github.com/JonathonReinhart/spice-record/issues/17
Let me know if it inspires you to rework. Or I can try to do it. Probably all the libvirt-related thing should be in their own file, and record.py only handle spice-protocol?