[Spice-devel] About Opus encoding on spice

2019-12-07 Thread Eduardo Hoefel
I'm developing a tool to connect Voip calls to a Spice server using Asterisk PBX. I'm receiving the playback packets, but cannot decode them from the opus codec. I tried many options, but the tool always claims that the data is not encoded with opus. I receive the data packets and save th

Re: [Spice-devel] [PATCH 2/9] add spice_usb_device_manager shared CD related api functions

2019-12-07 Thread Alexander Nezhinsky
On Fri, Dec 6, 2019 at 12:04 PM Frediano Ziglio wrote: > > > +gboolean > > +spice_usb_device_manager_create_shared_cd_device( > > + SpiceUsbDeviceManager *self, > > + gchar > *filename, > > +

Re: [Spice-devel] [PATCH 8/9] auto-connect shared CD devices added using command line

2019-12-07 Thread Alexander Nezhinsky
On Fri, Dec 6, 2019 at 12:30 PM Frediano Ziglio wrote: > > > > By default command line devices are added using 'redirect-on-connect' > filter, > > > which do not fit the shard CD connecting requirements. > > > Can you describe the requirements here? > > On Fri, Dec 6, 2019 at 1:57 PM Yuri Bendit