Re: [Spice-devel] TLS + Letsencrypt doesn't work on Windows

2020-12-21 Thread Armin Ranjbar
s multiple installations with different certs, domains), is it really necessary to have ca-cert or host-subject available on windows? I assume it should be possible to get them from the running OS itself... --- Armin ranjbar On Tue, Dec 22, 2020 at 3:54 AM Uri Lublin wrote: > On 12/20/20 5

Re: [Spice-devel] TLS + Letsencrypt doesn't work on Windows

2020-12-20 Thread Armin Ranjbar
bus=pci.0,addr=0x10 -sandbox on,obsolete=deny,elevateprivileges=deny,spawn=deny,resourcecontrol=deny -msg timestamp=on remote-viewer on linux: remote-viewer spice+tls://DOMAIN:5901 (works) remote-viewer --spice-ca-file=$path_to_ca-cert.crt spice+tls://DOMAIN:5901 (works) remote-viewer on Windows

Re: [Spice-devel] TLS + Letsencrypt doesn't work on Windows

2020-12-16 Thread Armin Ranjbar
Adding to this question, why is it even necessary to have the CA 'file' somewhere when the certificate is signed? i think full chain is already loaded into libvirt, and it should be possible to get the whole chain there (as seems to happen with remote-viewer on linux) --- Armin ranjbar

Re: [Spice-devel] TLS + Letsencrypt doesn't work on Windows

2020-12-15 Thread Armin Ranjbar
On Tue, Dec 15, 2020 at 6:30 PM Frediano Ziglio wrote: > > Sure the C:\ca-file.pem contains the CA certificate for Let's Encrypt ? > > Dear Frediano, Yes definitely, it verifies with openssl -verify . ___ Spice-devel mailing list Spice-devel@lists.freed

[Spice-devel] TLS + Letsencrypt doesn't work on Windows

2020-12-15 Thread Armin Ranjbar
ursor, playback, record, usbredir (remote-viewer.exe:3584): Spice-DEBUG: 15:13:19.759: ../src/usb-device-manager.c:259:spice_usb_device_manager_init: UsbDk driver is not installed (remote-viewer.exe:3584): GSpice-DEBUG: 15:13:19.760: ../src/usb-device-manager.c:485 auto-connect filter set to 0x03,-1

Re: [Spice-devel] spice-streaming-agent, the motivation and drive

2020-07-26 Thread Armin Ranjbar
Thanks for the Info, looking at the code, it seems support for running the streaming agent on windows is not yet implemented, is there a blocker to this? (excluding the build scripts, etc) --- Armin ranjbar On Sun, Jul 26, 2020 at 5:18 PM Uri Lublin wrote: > On 7/25/20 6:43 PM, Ar

[Spice-devel] spice-streaming-agent, the motivation and drive

2020-07-25 Thread Armin Ranjbar
codebase cleaner? --- Armin ranjbar ___ Spice-devel mailing list Spice-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/spice-devel

Re: [Spice-devel] Windows (10) Spice client not working...

2020-04-09 Thread Armin Ranjbar
Hi Robert, hmm, that can be a range fo things, can you please run virt-viewer in debug mode (--debug) and send the output? --- Armin ranjbar On Mon, Apr 6, 2020 at 11:21 AM Robert S. Irrgang wrote: > Hello, > > I've tried to connect to my KVM/qemu guest with Windows Spice R

Re: [Spice-devel] USB Redirection doesn't work on Windows 10

2020-03-07 Thread Armin Ranjbar
Hi! Thanks for the reply, On Sat, Mar 7, 2020 at 11:53 AM Victor Toso wrote: > From your logs: > (remote-viewer.exe:6384): GSpice-DEBUG: 19:00:09.266: > ../../src/spice-session.c:280 New session (compiled from package spice-gtk > 0.35) > > Are you sure you are running the 0.37 one? ri gi

[Spice-devel] USB Redirection doesn't work on Windows 10

2020-03-06 Thread Armin Ranjbar
the server side of the SPICE protocol ii qemu-system-x86 1:4.2-3 amd64QEMU full system emulation binaries (x86) Virt-viewer is version 8 for windows. oddly enough same version of virt-viewer is working fine under a client client. --- Armin ranjbar (remote-viewer.exe

Re: [Spice-devel] Fwd: [SPICE Question]

2017-10-06 Thread Armin Ranjbar
i have no idea about offline-screen surface but you can use spice when you can use qemu/kvm, but as far as i know there is no QXL driver or spice agent out there for Android. --- Armin ranjbar On Fri, Oct 6, 2017 at 1:18 AM, 王飞 wrote: > > Dear > Is the spice support the offli

Re: [Spice-devel] [RFC PATCH spice-server] Send real time to client

2017-10-06 Thread Armin Ranjbar
> > In this case would be audio packets... messages if you prefer. There must > be some > reasons why YouTube, Facebook and other streaming websites uses tcp. > Replacing tcp with udp means you have to deal with a lot of problems. > If you want a reliable connection then you'll end up reimplementin

Re: [Spice-devel] Multithreaded decoding/streaming

2017-08-07 Thread Armin Ranjbar
Hey! thanks for debugging information, it does really spawn another spicy process when streaming, but only one, not as many CPU's as i have. any idea how to increase this? also to the second part of the question, any ideas where to look for making non-streaming multi threaded? --- Armin ra

[Spice-devel] cast-align warning when building spice-gtk on Arm

2017-08-03 Thread Armin Ranjbar
Hello list! attached is log of error i receive when trying to build on Arm, so i had to use --disable-werror to be able to build spice-gtk, any ideas if they should be ignored? --- Armin ranjbar In file included from /usr/include/gstreamer-1.0/gst/gstpad.h:69:0, from /usr/include

Re: [Spice-devel] Multithreaded decoding/streaming

2017-08-03 Thread Armin Ranjbar
well, as far as i can the whole spicy process uses one core when streaming, any ideas how to debug this? --- Armin ranjbar On Thu, Aug 3, 2017 at 12:13 PM, Victor Toso wrote: > Hi Armin, > > On Wed, Aug 02, 2017 at 08:16:55PM +0430, Armin Ranjbar wrote: > > Dear Everyone! &g

[Spice-devel] Multithreaded decoding/streaming

2017-08-02 Thread Armin Ranjbar
Dear Everyone! Anyone is working on making streaming multithreaded on client side? i'm not sure but maybe current efforts in using gstreamer can help with that, we are interested in this features and are willing to help. --- Armin ranjbar ___

Re: [Spice-devel] Few questions regarding Gstreamer

2017-08-02 Thread Armin Ranjbar
Thanks for the answers! Can i force already existing versions of remote-viewer to use H264 and/or different compression algorithm by changing libspice-server so that it only advertise certain codec/algorithms? --- Armin ranjbar On Wed, Aug 2, 2017 at 7:24 PM, Victor Toso wrote: > Hi Ar

[Spice-devel] Few questions regarding Gstreamer

2017-08-02 Thread Armin Ranjbar
or now specific to spicy, how can i set these options using remote-viewer? note that i'm building both spice and spice-gtk from latest git commit, --- Armin ranjbar ___ Spice-devel mailing list Spice-devel@lists.freedesktop.org https://lists.fre

Re: [Spice-devel] Windows drivers for virgl?

2017-02-23 Thread Armin Ranjbar
Hello, Any ideas on how we can help with the process? we are willing to help. :) --- Armin ranjbar On Thu, Feb 23, 2017 at 10:56 AM, Vadim Rozenfeld wrote: > On Tue, 2017-02-21 at 12:41 +0200, Yan Vugenfirer wrote: > > Hi Benrooz, > > > > I am adding Vadim to the thr

Re: [Spice-devel] Getting involved with implementation of remote spice for 3D accelerated VMs

2017-01-12 Thread Armin Ranjbar
Thanks! i can not see anything changed in spice-common and spice (judging by last commits), am i wrong? --- Armin ranjbar On Thu, Jan 12, 2017 at 1:34 AM, Victor Toso wrote: > Hi, > > On Mon, Jan 09, 2017 at 05:20:10PM +0100, Behrooz Shabani wrote: > > Thanks for the info Vi