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
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,
> > +
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